|
@@ -1,86 +1,5 @@
|
1
|
1
|
# Changelog
|
2
|
2
|
|
3
|
|
-## 0.1.21
|
4
|
|
-
|
5
|
|
-New:
|
6
|
|
-
|
7
|
|
-- Adds the `isGhost` prop to `TLShape`. In `TLComponentProps`, the `isGhost` prop will be true if either a shape has its `isGhost` set to `true` OR if a shape is the descendant of a shape with `isGhost` set to `true`. A ghost shape will have the `tl-ghost` class name, though this is not used in the Renderer. You can set it yourself in your app.
|
8
|
|
-- Adds the `isChildOfSelected` prop for `TLComponentProps`. If a shape is the child of a selected shape, its `isChildOfSelected` prop will be true.
|
9
|
|
-
|
10
|
|
-Improved:
|
11
|
|
-
|
12
|
|
-- Fixes a bug that could occur with the order of grouped shapes.
|
13
|
|
-- Adds an Eraser tool to the advanced example.
|
14
|
|
-- Adds a Pencil tool to the advanced example.
|
15
|
|
-
|
16
|
|
-## 0.1.20
|
17
|
|
-
|
18
|
|
-- Update docs.
|
19
|
|
-- Adds `hideResizeHandles` prop.
|
20
|
|
-
|
21
|
|
-## 0.1.19
|
22
|
|
-
|
23
|
|
-- Remove stray `index.js` files.
|
24
|
|
-
|
25
|
|
-## 0.1.18
|
26
|
|
-
|
27
|
|
-- Even more dependency fixes.
|
28
|
|
-
|
29
|
|
-## 0.1.17
|
30
|
|
-
|
31
|
|
-- More dependency fixes.
|
32
|
|
-
|
33
|
|
-## 0.1.16
|
34
|
|
-
|
35
|
|
-- Fix dependencies, remove `@use-gesture/react` from bundle.
|
36
|
|
-
|
37
|
|
-## 0.1.15
|
38
|
|
-
|
39
|
|
-- Fix README.
|
40
|
|
-
|
41
|
|
-## 0.1.14
|
42
|
|
-
|
43
|
|
-- Add README to package.
|
44
|
|
-
|
45
|
|
-## 0.1.13
|
46
|
|
-
|
47
|
|
-- Remove `type` from `TLBinding`.
|
48
|
|
-
|
49
|
|
-## 0.1.12
|
50
|
|
-
|
51
|
|
-- Fix bug with initial bounds.
|
52
|
|
-
|
53
|
|
-## 0.1.12
|
54
|
|
-
|
55
|
|
-- Fix bug with initial bounds.
|
56
|
|
-
|
57
|
|
-## 0.1.12
|
58
|
|
-
|
59
|
|
-- Fix bug with bounds handle events.
|
60
|
|
-
|
61
|
|
-## 0.1.11
|
62
|
|
-
|
63
|
|
-- Fix bug with initial camera state.
|
64
|
|
-
|
65
|
|
-## 0.1.10
|
66
|
|
-
|
67
|
|
-- Improve example.
|
68
|
|
-- Improve types for `TLPage`.
|
69
|
|
-
|
70
|
3
|
## 0.1.9
|
71
|
4
|
|
72
|
|
-- Bug fixes.
|
73
|
|
-
|
74
|
|
-## 0.1.8
|
75
|
|
-
|
76
|
|
-- Expands README.
|
77
|
|
-- Removes properties specific to the tldraw app.
|
78
|
|
-
|
79
|
|
-## 0.1.7
|
80
|
|
-
|
81
|
|
-- Fixes selection bug with SVGContainer.
|
82
|
|
-- Removes various properties specific to the tldraw app.
|
83
|
|
-
|
84
|
|
-## 0.1.0
|
85
|
|
-
|
86
|
|
-- Re-writes API for ShapeUtils.
|
|
5
|
+- Moves unused curve functions out of @tldraw/core and into own repo.
|