Browse Source

Update changelog

main
Steve Ruiz 4 years ago
parent
commit
dca4cfca14
2 changed files with 7 additions and 1 deletions
  1. 6
    0
      CHANGELOG.md
  2. 1
    1
      packages/dev/src/core/state.ts

+ 6
- 0
CHANGELOG.md View File

@@ -1,3 +1,9 @@
1
+## 0.0.114
2
+
3
+### TLDraw
4
+
5
+- Improves fills for filled shapes.
6
+
1 7
 ## 0.0.113
2 8
 
3 9
 ### TLDraw

+ 1
- 1
packages/dev/src/core/state.ts View File

@@ -5,7 +5,7 @@ import type {
5 5
   TLPointerEventHandler,
6 6
   TLShapeChangeHandler,
7 7
 } from '@tldraw/core'
8
-import type { RectangleShape } from './rectangle'
8
+import type { RectangleShape } from './box'
9 9
 import type { LabelShape } from './label'
10 10
 import { StateManager } from 'rko'
11 11
 

Loading…
Cancel
Save