update changelog

This commit is contained in:
Steve Ruiz 2021-10-28 22:33:55 +01:00
parent e3ec44c011
commit 8249d6d66c
5 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,9 @@
## 0.0.132
### TLCore
- Fix bug with bounds handles.
## 0.0.131 ## 0.0.131
### TLCore ### TLCore

View file

@ -32,8 +32,6 @@ type E = SVGSVGElement
export class ArrowUtil extends TLDrawShapeUtil<T, E> { export class ArrowUtil extends TLDrawShapeUtil<T, E> {
type = TLDrawShapeType.Arrow as const type = TLDrawShapeType.Arrow as const
canStyleFill = false
hideBounds = true hideBounds = true
pathCache = new WeakMap<T, string>() pathCache = new WeakMap<T, string>()

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long