From ed5df33244d8a9cc47b2ebb8212ab1e791cf5e16 Mon Sep 17 00:00:00 2001 From: "huppy-bot[bot]" <128400622+huppy-bot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:42:50 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 95 ++++++++++++++++++++++++++++++++++ lerna.json | 2 +- packages/assets/package.json | 2 +- packages/editor/CHANGELOG.md | 43 +++++++++++++++ packages/editor/package.json | 2 +- packages/editor/src/version.ts | 2 +- packages/state/CHANGELOG.md | 12 +++++ packages/state/package.json | 2 +- packages/store/CHANGELOG.md | 12 +++++ packages/store/package.json | 2 +- packages/tldraw/CHANGELOG.md | 68 ++++++++++++++++++++++++ packages/tldraw/package.json | 2 +- packages/tlschema/CHANGELOG.md | 25 +++++++++ packages/tlschema/package.json | 2 +- packages/utils/CHANGELOG.md | 12 +++++ packages/utils/package.json | 2 +- packages/validate/CHANGELOG.md | 12 +++++ packages/validate/package.json | 2 +- 18 files changed, 289 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c868a633b..9c4f92558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,98 @@ +# v2.0.0-alpha.16 (Wed Oct 11 2023) + +### Release Notes + +#### Fix shape opacity when erasing ([#2055](https://github.com/tldraw/tldraw/pull/2055)) + +- Fixes opacity of shapes while erasing in a group or frame. + +#### [fix] Hit testing against zero width / height lines ([#2060](https://github.com/tldraw/tldraw/pull/2060)) + +- [fix] Bug where arrows would not bind to straight lines + +#### Fix opacity lowering on shapes that cannot be deleted ([#2061](https://github.com/tldraw/tldraw/pull/2061)) + +- Locked shapes don't change opacity when scribble erasing. + +Before/after: + + + + + +#### fix: proper label for opacity tooltip on hover ([#2044](https://github.com/tldraw/tldraw/pull/2044)) + +- Add a brief release note for your PR here. + +#### Fix alt + shift keyboard shortcuts ([#2053](https://github.com/tldraw/tldraw/pull/2053)) + +- Fixes keyboard shortcuts that use `alt` and `shift` modifiers. + +#### [improvement] Scope `getShapeAtPoint` to rendering shapes only ([#2043](https://github.com/tldraw/tldraw/pull/2043)) + +- Improve perf for hovering shapes / shape hit tests + +#### Remove topBar prop from ([#2018](https://github.com/tldraw/tldraw/pull/2018)) + +- [BREAKING] removed topBar prop + +--- + +#### πŸš€ Enhancement + +- `@tldraw/editor`, `@tldraw/tldraw` + - [improvement] Scope `getShapeAtPoint` to rendering shapes only [#2043](https://github.com/tldraw/tldraw/pull/2043) ([@steveruizok](https://github.com/steveruizok)) +- `@tldraw/tldraw`, `@tldraw/tlschema` + - Remove dot com ui styles [1/2] [#2039](https://github.com/tldraw/tldraw/pull/2039) ([@steveruizok](https://github.com/steveruizok)) +- `@tldraw/editor`, `@tldraw/tlschema` + - prevent hover indicator from showing when pointer isn't over the canvas [#2023](https://github.com/tldraw/tldraw/pull/2023) ([@SomeHats](https://github.com/SomeHats)) +- `@tldraw/tldraw` + - Remove topBar prop from [#2018](https://github.com/tldraw/tldraw/pull/2018) ([@SomeHats](https://github.com/SomeHats)) + +#### πŸ› Bug Fix + +- fix standalone examples [#2042](https://github.com/tldraw/tldraw/pull/2042) ([@SomeHats](https://github.com/SomeHats)) +- `@tldraw/editor` + - Fix shape opacity when erasing [#2055](https://github.com/tldraw/tldraw/pull/2055) ([@ds300](https://github.com/ds300)) +- `@tldraw/editor`, `@tldraw/tldraw` + - [fix] Hit testing against zero width / height lines [#2060](https://github.com/tldraw/tldraw/pull/2060) ([@steveruizok](https://github.com/steveruizok)) + - Fix newlines in text geo shapes [#2059](https://github.com/tldraw/tldraw/pull/2059) ([@SomeHats](https://github.com/SomeHats) [@huppy-bot[bot]](https://github.com/huppy-bot[bot]) [@steveruizok](https://github.com/steveruizok)) + - Restore background [#2037](https://github.com/tldraw/tldraw/pull/2037) ([@steveruizok](https://github.com/steveruizok)) +- `@tldraw/tldraw` + - Fix opacity lowering on shapes that cannot be deleted [#2061](https://github.com/tldraw/tldraw/pull/2061) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) + - fix: proper label for opacity tooltip on hover [#2044](https://github.com/tldraw/tldraw/pull/2044) ([@Prince-Mendiratta](https://github.com/Prince-Mendiratta)) + - Fix alt + shift keyboard shortcuts [#2053](https://github.com/tldraw/tldraw/pull/2053) ([@MitjaBezensek](https://github.com/MitjaBezensek)) + - [fix] Stylepanel default spacing [#2036](https://github.com/tldraw/tldraw/pull/2036) ([@steveruizok](https://github.com/steveruizok)) + - Export tools [#2035](https://github.com/tldraw/tldraw/pull/2035) ([@steveruizok](https://github.com/steveruizok)) +- `@tldraw/tlschema` + - [fix] Page state migration [#2040](https://github.com/tldraw/tldraw/pull/2040) ([@steveruizok](https://github.com/steveruizok)) + - [fix] migrations for page state [#2038](https://github.com/tldraw/tldraw/pull/2038) ([@steveruizok](https://github.com/steveruizok)) + +#### 🏠 Internal + +- Move example into examples folder [#2064](https://github.com/tldraw/tldraw/pull/2064) ([@steveruizok](https://github.com/steveruizok)) +- `@tldraw/tlschema` + - [fix] broken docs link [#2062](https://github.com/tldraw/tldraw/pull/2062) ([@steveruizok](https://github.com/steveruizok)) + - Remove fixup script [#2041](https://github.com/tldraw/tldraw/pull/2041) ([@steveruizok](https://github.com/steveruizok)) +- `@tldraw/editor`, `@tldraw/state`, `@tldraw/store`, `@tldraw/tldraw`, `@tldraw/tlschema`, `@tldraw/utils`, `@tldraw/validate` + - Publish api.json [#2034](https://github.com/tldraw/tldraw/pull/2034) ([@steveruizok](https://github.com/steveruizok)) + +#### πŸ§ͺ Tests + +- re-enable visual regression tests [#2056](https://github.com/tldraw/tldraw/pull/2056) ([@SomeHats](https://github.com/SomeHats) [@huppy-bot[bot]](https://github.com/huppy-bot[bot])) + +#### Authors: 7 + +- [@huppy-bot[bot]](https://github.com/huppy-bot[bot]) +- alex ([@SomeHats](https://github.com/SomeHats)) +- David Sheldrick ([@ds300](https://github.com/ds300)) +- Mitja BezenΕ‘ek ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- Prince Mendiratta ([@Prince-Mendiratta](https://github.com/Prince-Mendiratta)) +- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) +- Taha ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) + +--- + # v2.0.0-alpha.15 (Fri Oct 06 2023) ### Release Notes diff --git a/lerna.json b/lerna.json index a076a07a7..6131c3921 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "2.0.0-alpha.15" + "version": "2.0.0-alpha.16" } diff --git a/packages/assets/package.json b/packages/assets/package.json index 371dbf9ab..566549b64 100644 --- a/packages/assets/package.json +++ b/packages/assets/package.json @@ -1,7 +1,7 @@ { "name": "@tldraw/assets", "description": "A tiny little drawing app (assets).", - "version": "2.0.0-alpha.15", + "version": "2.0.0-alpha.16", "author": { "name": "tldraw GB Ltd.", "email": "hello@tldraw.com" diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 6a1c65533..96efb536d 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,3 +1,46 @@ +# v2.0.0-alpha.16 (Wed Oct 11 2023) + +### Release Notes + +#### Fix shape opacity when erasing ([#2055](https://github.com/tldraw/tldraw/pull/2055)) + +- Fixes opacity of shapes while erasing in a group or frame. + +#### [fix] Hit testing against zero width / height lines ([#2060](https://github.com/tldraw/tldraw/pull/2060)) + +- [fix] Bug where arrows would not bind to straight lines + +#### [improvement] Scope `getShapeAtPoint` to rendering shapes only ([#2043](https://github.com/tldraw/tldraw/pull/2043)) + +- Improve perf for hovering shapes / shape hit tests + +--- + +#### πŸš€ Enhancement + +- [improvement] Scope `getShapeAtPoint` to rendering shapes only [#2043](https://github.com/tldraw/tldraw/pull/2043) ([@steveruizok](https://github.com/steveruizok)) +- prevent hover indicator from showing when pointer isn't over the canvas [#2023](https://github.com/tldraw/tldraw/pull/2023) ([@SomeHats](https://github.com/SomeHats)) + +#### πŸ› Bug Fix + +- Fix shape opacity when erasing [#2055](https://github.com/tldraw/tldraw/pull/2055) ([@ds300](https://github.com/ds300)) +- [fix] Hit testing against zero width / height lines [#2060](https://github.com/tldraw/tldraw/pull/2060) ([@steveruizok](https://github.com/steveruizok)) +- Fix newlines in text geo shapes [#2059](https://github.com/tldraw/tldraw/pull/2059) ([@SomeHats](https://github.com/SomeHats) [@huppy-bot[bot]](https://github.com/huppy-bot[bot]) [@steveruizok](https://github.com/steveruizok)) +- Restore background [#2037](https://github.com/tldraw/tldraw/pull/2037) ([@steveruizok](https://github.com/steveruizok)) + +#### 🏠 Internal + +- Publish api.json [#2034](https://github.com/tldraw/tldraw/pull/2034) ([@steveruizok](https://github.com/steveruizok)) + +#### Authors: 4 + +- [@huppy-bot[bot]](https://github.com/huppy-bot[bot]) +- alex ([@SomeHats](https://github.com/SomeHats)) +- David Sheldrick ([@ds300](https://github.com/ds300)) +- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) + +--- + # v2.0.0-alpha.15 (Fri Oct 06 2023) ### Release Notes diff --git a/packages/editor/package.json b/packages/editor/package.json index c4b775ab8..0cee77f18 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,7 +1,7 @@ { "name": "@tldraw/editor", "description": "A tiny little drawing app (editor).", - "version": "2.0.0-alpha.15", + "version": "2.0.0-alpha.16", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw GB Ltd.", diff --git a/packages/editor/src/version.ts b/packages/editor/src/version.ts index 16d374bb8..f238a5dcc 100644 --- a/packages/editor/src/version.ts +++ b/packages/editor/src/version.ts @@ -1 +1 @@ -export const version = '2.0.0-alpha.15' +export const version = '2.0.0-alpha.16' diff --git a/packages/state/CHANGELOG.md b/packages/state/CHANGELOG.md index deacc9b38..8594700e7 100644 --- a/packages/state/CHANGELOG.md +++ b/packages/state/CHANGELOG.md @@ -1,3 +1,15 @@ +# v2.0.0-alpha.16 (Wed Oct 11 2023) + +#### 🏠 Internal + +- Publish api.json [#2034](https://github.com/tldraw/tldraw/pull/2034) ([@steveruizok](https://github.com/steveruizok)) + +#### Authors: 1 + +- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) + +--- + # v2.0.0-alpha.15 (Fri Oct 06 2023) ### Release Notes diff --git a/packages/state/package.json b/packages/state/package.json index e3bd28dd0..0a7f73379 100644 --- a/packages/state/package.json +++ b/packages/state/package.json @@ -1,7 +1,7 @@ { "name": "@tldraw/state", "description": "A tiny little drawing app (state).", - "version": "2.0.0-alpha.15", + "version": "2.0.0-alpha.16", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw GB Ltd.", diff --git a/packages/store/CHANGELOG.md b/packages/store/CHANGELOG.md index 328f62801..b706841a9 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/CHANGELOG.md @@ -1,3 +1,15 @@ +# v2.0.0-alpha.16 (Wed Oct 11 2023) + +#### 🏠 Internal + +- Publish api.json [#2034](https://github.com/tldraw/tldraw/pull/2034) ([@steveruizok](https://github.com/steveruizok)) + +#### Authors: 1 + +- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) + +--- + # v2.0.0-alpha.15 (Fri Oct 06 2023) ### Release Notes diff --git a/packages/store/package.json b/packages/store/package.json index c5ab14f90..a2e45b8c3 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,7 +1,7 @@ { "name": "@tldraw/store", "description": "A tiny little drawing app (store).", - "version": "2.0.0-alpha.15", + "version": "2.0.0-alpha.16", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw GB Ltd.", diff --git a/packages/tldraw/CHANGELOG.md b/packages/tldraw/CHANGELOG.md index a9dda2fd0..444967fc1 100644 --- a/packages/tldraw/CHANGELOG.md +++ b/packages/tldraw/CHANGELOG.md @@ -1,3 +1,71 @@ +# v2.0.0-alpha.16 (Wed Oct 11 2023) + +### Release Notes + +#### [fix] Hit testing against zero width / height lines ([#2060](https://github.com/tldraw/tldraw/pull/2060)) + +- [fix] Bug where arrows would not bind to straight lines + +#### Fix opacity lowering on shapes that cannot be deleted ([#2061](https://github.com/tldraw/tldraw/pull/2061)) + +- Locked shapes don't change opacity when scribble erasing. + +Before/after: + + + + + +#### fix: proper label for opacity tooltip on hover ([#2044](https://github.com/tldraw/tldraw/pull/2044)) + +- Add a brief release note for your PR here. + +#### Fix alt + shift keyboard shortcuts ([#2053](https://github.com/tldraw/tldraw/pull/2053)) + +- Fixes keyboard shortcuts that use `alt` and `shift` modifiers. + +#### [improvement] Scope `getShapeAtPoint` to rendering shapes only ([#2043](https://github.com/tldraw/tldraw/pull/2043)) + +- Improve perf for hovering shapes / shape hit tests + +#### Remove topBar prop from ([#2018](https://github.com/tldraw/tldraw/pull/2018)) + +- [BREAKING] removed topBar prop + +--- + +#### πŸš€ Enhancement + +- [improvement] Scope `getShapeAtPoint` to rendering shapes only [#2043](https://github.com/tldraw/tldraw/pull/2043) ([@steveruizok](https://github.com/steveruizok)) +- Remove dot com ui styles [1/2] [#2039](https://github.com/tldraw/tldraw/pull/2039) ([@steveruizok](https://github.com/steveruizok)) +- Remove topBar prop from [#2018](https://github.com/tldraw/tldraw/pull/2018) ([@SomeHats](https://github.com/SomeHats)) + +#### πŸ› Bug Fix + +- [fix] Hit testing against zero width / height lines [#2060](https://github.com/tldraw/tldraw/pull/2060) ([@steveruizok](https://github.com/steveruizok)) +- Fix opacity lowering on shapes that cannot be deleted [#2061](https://github.com/tldraw/tldraw/pull/2061) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) +- fix: proper label for opacity tooltip on hover [#2044](https://github.com/tldraw/tldraw/pull/2044) ([@Prince-Mendiratta](https://github.com/Prince-Mendiratta)) +- Fix newlines in text geo shapes [#2059](https://github.com/tldraw/tldraw/pull/2059) ([@SomeHats](https://github.com/SomeHats) [@huppy-bot[bot]](https://github.com/huppy-bot[bot]) [@steveruizok](https://github.com/steveruizok)) +- Fix alt + shift keyboard shortcuts [#2053](https://github.com/tldraw/tldraw/pull/2053) ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- Restore background [#2037](https://github.com/tldraw/tldraw/pull/2037) ([@steveruizok](https://github.com/steveruizok)) +- [fix] Stylepanel default spacing [#2036](https://github.com/tldraw/tldraw/pull/2036) ([@steveruizok](https://github.com/steveruizok)) +- Export tools [#2035](https://github.com/tldraw/tldraw/pull/2035) ([@steveruizok](https://github.com/steveruizok)) + +#### 🏠 Internal + +- Publish api.json [#2034](https://github.com/tldraw/tldraw/pull/2034) ([@steveruizok](https://github.com/steveruizok)) + +#### Authors: 6 + +- [@huppy-bot[bot]](https://github.com/huppy-bot[bot]) +- alex ([@SomeHats](https://github.com/SomeHats)) +- Mitja BezenΕ‘ek ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- Prince Mendiratta ([@Prince-Mendiratta](https://github.com/Prince-Mendiratta)) +- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) +- Taha ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) + +--- + # v2.0.0-alpha.15 (Fri Oct 06 2023) ### Release Notes diff --git a/packages/tldraw/package.json b/packages/tldraw/package.json index 7954cc8db..1a32df63d 100644 --- a/packages/tldraw/package.json +++ b/packages/tldraw/package.json @@ -1,7 +1,7 @@ { "name": "@tldraw/tldraw", "description": "A tiny little drawing editor.", - "version": "2.0.0-alpha.15", + "version": "2.0.0-alpha.16", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw GB Ltd.", diff --git a/packages/tlschema/CHANGELOG.md b/packages/tlschema/CHANGELOG.md index ecb933a05..381fb7683 100644 --- a/packages/tlschema/CHANGELOG.md +++ b/packages/tlschema/CHANGELOG.md @@ -1,3 +1,28 @@ +# v2.0.0-alpha.16 (Wed Oct 11 2023) + +#### πŸš€ Enhancement + +- Remove dot com ui styles [1/2] [#2039](https://github.com/tldraw/tldraw/pull/2039) ([@steveruizok](https://github.com/steveruizok)) +- prevent hover indicator from showing when pointer isn't over the canvas [#2023](https://github.com/tldraw/tldraw/pull/2023) ([@SomeHats](https://github.com/SomeHats)) + +#### πŸ› Bug Fix + +- [fix] Page state migration [#2040](https://github.com/tldraw/tldraw/pull/2040) ([@steveruizok](https://github.com/steveruizok)) +- [fix] migrations for page state [#2038](https://github.com/tldraw/tldraw/pull/2038) ([@steveruizok](https://github.com/steveruizok)) + +#### 🏠 Internal + +- [fix] broken docs link [#2062](https://github.com/tldraw/tldraw/pull/2062) ([@steveruizok](https://github.com/steveruizok)) +- Remove fixup script [#2041](https://github.com/tldraw/tldraw/pull/2041) ([@steveruizok](https://github.com/steveruizok)) +- Publish api.json [#2034](https://github.com/tldraw/tldraw/pull/2034) ([@steveruizok](https://github.com/steveruizok)) + +#### Authors: 2 + +- alex ([@SomeHats](https://github.com/SomeHats)) +- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) + +--- + # v2.0.0-alpha.15 (Fri Oct 06 2023) ### Release Notes diff --git a/packages/tlschema/package.json b/packages/tlschema/package.json index 1298d2b1f..b6e1d094f 100644 --- a/packages/tlschema/package.json +++ b/packages/tlschema/package.json @@ -1,7 +1,7 @@ { "name": "@tldraw/tlschema", "description": "A tiny little drawing app (schema).", - "version": "2.0.0-alpha.15", + "version": "2.0.0-alpha.16", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw GB Ltd.", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index b61c1f426..f878ce053 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,3 +1,15 @@ +# v2.0.0-alpha.16 (Wed Oct 11 2023) + +#### 🏠 Internal + +- Publish api.json [#2034](https://github.com/tldraw/tldraw/pull/2034) ([@steveruizok](https://github.com/steveruizok)) + +#### Authors: 1 + +- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) + +--- + # v2.0.0-alpha.15 (Fri Oct 06 2023) ### Release Notes diff --git a/packages/utils/package.json b/packages/utils/package.json index 9af263770..a4f5b3d5b 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@tldraw/utils", "description": "A tiny little drawing app (private utilities).", - "version": "2.0.0-alpha.15", + "version": "2.0.0-alpha.16", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw GB Ltd.", diff --git a/packages/validate/CHANGELOG.md b/packages/validate/CHANGELOG.md index ccc47bbd1..381b24910 100644 --- a/packages/validate/CHANGELOG.md +++ b/packages/validate/CHANGELOG.md @@ -1,3 +1,15 @@ +# v2.0.0-alpha.16 (Wed Oct 11 2023) + +#### 🏠 Internal + +- Publish api.json [#2034](https://github.com/tldraw/tldraw/pull/2034) ([@steveruizok](https://github.com/steveruizok)) + +#### Authors: 1 + +- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) + +--- + # v2.0.0-alpha.15 (Fri Oct 06 2023) ### Release Notes diff --git a/packages/validate/package.json b/packages/validate/package.json index 93a8825b8..a61c7d0d1 100644 --- a/packages/validate/package.json +++ b/packages/validate/package.json @@ -1,7 +1,7 @@ { "name": "@tldraw/validate", "description": "A runtime validation library by tldraw.", - "version": "2.0.0-alpha.15", + "version": "2.0.0-alpha.16", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw GB Ltd.",