diff --git a/packages/tldraw/CHANGELOG.md b/packages/tldraw/CHANGELOG.md index fb89ff296..214f77029 100644 --- a/packages/tldraw/CHANGELOG.md +++ b/packages/tldraw/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.0.4 + +- Fixes bug in selected styles menu +- Fixes page options dialog for page rename / delete +- Fixes bug in arrow -> elipse intersections +- Fixes sign in / sign out buttons both appearing +- Fixes line breaks for sticky notes +- Improves performance (related to menu bug above) +- Sets default behavior of copyJson and copySvg when no shapes are selected + ## 1.0.3 - Improves compatibility with Create React App.