From 56ada41ae722e4b3d9b36b76da9cc08c2c3d8e8b Mon Sep 17 00:00:00 2001 From: "huppy-bot[bot]" <128400622+huppy-bot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 10:49:37 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 182 +++++++++++++++++++++++++++++++++ lerna.json | 2 +- packages/assets/CHANGELOG.md | 13 +++ packages/assets/package.json | 2 +- packages/editor/CHANGELOG.md | 82 +++++++++++++++ packages/editor/package.json | 2 +- packages/editor/src/version.ts | 2 +- packages/state/CHANGELOG.md | 26 +++++ packages/state/package.json | 2 +- packages/store/CHANGELOG.md | 13 +++ packages/store/package.json | 2 +- packages/tldraw/CHANGELOG.md | 154 ++++++++++++++++++++++++++++ packages/tldraw/package.json | 2 +- packages/tlschema/CHANGELOG.md | 26 +++++ packages/tlschema/package.json | 2 +- packages/utils/CHANGELOG.md | 13 +++ packages/utils/package.json | 2 +- packages/validate/CHANGELOG.md | 13 +++ packages/validate/package.json | 2 +- 19 files changed, 532 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25f46697a..7cb18ab6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,185 @@ +# v2.0.0-alpha.18 (Fri Nov 10 2023) + +### Release Notes + +#### Fix an error when using context menu. ([#2186](https://github.com/tldraw/tldraw/pull/2186)) + +- Fixes the console error when opening the context menu for the first time. + +#### [fix] actions menu freezing ui ([#2187](https://github.com/tldraw/tldraw/pull/2187)) + +- Fix actions menu not closing when clicking the canvas after grouping items via the actions menu. + +#### Fix an issue with edit link. ([#2184](https://github.com/tldraw/tldraw/pull/2184)) + +- Fixes an issue with using the Edit link dialog. + +#### add missing semicolon ([#2182](https://github.com/tldraw/tldraw/pull/2182)) + +- Fix typo in CSS file + +#### Only use the hack if we are in safari. ([#2185](https://github.com/tldraw/tldraw/pull/2185)) + +- Improve the speed of exporting to png for non Safari browsers. + +#### Fix keyboard shortcuts for vscode. ([#2181](https://github.com/tldraw/tldraw/pull/2181)) + +- Fixes keyboard shortcuts for VS Code extension. + +#### Fix printing. ([#2177](https://github.com/tldraw/tldraw/pull/2177)) + +- Fixes printing of shapes. + +#### [fix] Frame label not following staying aligned correctly on rotation ([#2172](https://github.com/tldraw/tldraw/pull/2172)) + +- Frame labels immediately update their position on rotation. + +#### Don't show scrollbars. ([#2171](https://github.com/tldraw/tldraw/pull/2171)) + +- Hide the horizontal scrollbar in the vertical alignment for Firefox. + +#### instant bookmarks ([#2176](https://github.com/tldraw/tldraw/pull/2176)) + +- Improves ux around pasting bookmarks + +#### Fix arrow dropdown localizations. ([#2174](https://github.com/tldraw/tldraw/pull/2174)) + +- Fix arrow headstyle dropdown translations. + +#### Fix crash with zero length arrow ([#2173](https://github.com/tldraw/tldraw/pull/2173)) + +- Fix a hyper niche arrow crash with zero length arrows. + +#### Allow users to select shapes when drag starts on top of a locked shape. ([#2169](https://github.com/tldraw/tldraw/pull/2169)) + +- Allows brush selecting when you start it on top of a locked shape. + +#### Fix the problem with text not being correctly aligned in small geo shapes. ([#2168](https://github.com/tldraw/tldraw/pull/2168)) + +- Fixes position of Text labels in geo shapes. + +#### Zooming improvement ([#2149](https://github.com/tldraw/tldraw/pull/2149)) + +- Improves zooming for inactive windows. + +#### [feature] Things on the canvas ([#2150](https://github.com/tldraw/tldraw/pull/2150)) + +- [editor] Adds two new components, `OnTheCanvas` and `InFrontOfTheCanvas`. + +#### Bump vs code extension. ([#2142](https://github.com/tldraw/tldraw/pull/2142)) + +- Release a new version of VS Code extension with all the latest changes. + +#### Fix cleanupText ([#2138](https://github.com/tldraw/tldraw/pull/2138)) + +- Fixes a minor bug where cleaning up text would fail. + +#### [android] Fix text labels and link button getting misaligned ([#2132](https://github.com/tldraw/tldraw/pull/2132)) + +- Fixed a bug where labels and links could lose alignment on android. + +#### [feature] multi-scribbles ([#2125](https://github.com/tldraw/tldraw/pull/2125)) + +- [feature] multi scribbles + +#### Tighten up editor ui ([#2102](https://github.com/tldraw/tldraw/pull/2102)) + +- Small adjustment to editor ui. + +#### Remove indicator for autosize text shapes while editing ([#2120](https://github.com/tldraw/tldraw/pull/2120)) + +- Removed the indicator from autosize text shapes. + +#### Taha/initial shape in handle change ([#2117](https://github.com/tldraw/tldraw/pull/2117)) + +- Add a brief release note for your PR here. + +#### Fix an issue with `addEventListener` in old Safari (pre v14) ([#2114](https://github.com/tldraw/tldraw/pull/2114)) + +- Fixes an issue with `addEventListener` on MediaQueryList object in old versions of Safari. + +#### fix selection fg transform ([#2113](https://github.com/tldraw/tldraw/pull/2113)) + +- Fixes a small issue causing the selection foreground to be offset when the browser is at particular zoom levels. + +#### Remove (optional) from jsdocs ([#2109](https://github.com/tldraw/tldraw/pull/2109)) + +- dev: Removed duplicate/inconsistent `(optional)`s from docs + +#### [fix] mobile style panel switching open / closed ([#2101](https://github.com/tldraw/tldraw/pull/2101)) + +- Fix bug with style panel + +--- + +#### πŸš€ Enhancement + +- `@tldraw/tldraw` + - instant bookmarks [#2176](https://github.com/tldraw/tldraw/pull/2176) ([@ds300](https://github.com/ds300)) + - Remove indicator for autosize text shapes while editing [#2120](https://github.com/tldraw/tldraw/pull/2120) ([@TodePond](https://github.com/TodePond)) +- `@tldraw/editor`, `@tldraw/tldraw` + - [feature] Things on the canvas [#2150](https://github.com/tldraw/tldraw/pull/2150) ([@steveruizok](https://github.com/steveruizok)) + - Tighten up editor ui [#2102](https://github.com/tldraw/tldraw/pull/2102) ([@steveruizok](https://github.com/steveruizok)) +- `@tldraw/editor`, `@tldraw/tldraw`, `@tldraw/tlschema` + - [feature] multi-scribbles [#2125](https://github.com/tldraw/tldraw/pull/2125) ([@steveruizok](https://github.com/steveruizok)) + +#### πŸ› Bug Fix + +- Bump vs code extension. [#2142](https://github.com/tldraw/tldraw/pull/2142) ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- Bump VS Code [#2100](https://github.com/tldraw/tldraw/pull/2100) ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- `@tldraw/tldraw` + - Add tldraw component exports [#2188](https://github.com/tldraw/tldraw/pull/2188) ([@steveruizok](https://github.com/steveruizok)) + - Fix an error when using context menu. [#2186](https://github.com/tldraw/tldraw/pull/2186) ([@MitjaBezensek](https://github.com/MitjaBezensek)) + - Fix an issue with edit link. [#2184](https://github.com/tldraw/tldraw/pull/2184) ([@MitjaBezensek](https://github.com/MitjaBezensek)) + - Only use the hack if we are in safari. [#2185](https://github.com/tldraw/tldraw/pull/2185) ([@MitjaBezensek](https://github.com/MitjaBezensek)) + - Fix keyboard shortcuts for vscode. [#2181](https://github.com/tldraw/tldraw/pull/2181) ([@MitjaBezensek](https://github.com/MitjaBezensek)) + - Fix printing. [#2177](https://github.com/tldraw/tldraw/pull/2177) ([@MitjaBezensek](https://github.com/MitjaBezensek)) + - [fix] Frame label not following staying aligned correctly on rotation [#2172](https://github.com/tldraw/tldraw/pull/2172) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git) [@steveruizok](https://github.com/steveruizok)) + - Don't show scrollbars. [#2171](https://github.com/tldraw/tldraw/pull/2171) ([@MitjaBezensek](https://github.com/MitjaBezensek)) + - Fix arrow dropdown localizations. [#2174](https://github.com/tldraw/tldraw/pull/2174) ([@MitjaBezensek](https://github.com/MitjaBezensek)) + - Allow users to select shapes when drag starts on top of a locked shape. [#2169](https://github.com/tldraw/tldraw/pull/2169) ([@MitjaBezensek](https://github.com/MitjaBezensek)) + - Fix the problem with text not being correctly aligned in small geo shapes. [#2168](https://github.com/tldraw/tldraw/pull/2168) ([@MitjaBezensek](https://github.com/MitjaBezensek)) + - Fix cleanupText [#2138](https://github.com/tldraw/tldraw/pull/2138) ([@ds300](https://github.com/ds300)) + - [android] Fix text labels and link button getting misaligned [#2132](https://github.com/tldraw/tldraw/pull/2132) ([@TodePond](https://github.com/TodePond)) + - [fix] button gaps [#2130](https://github.com/tldraw/tldraw/pull/2130) ([@steveruizok](https://github.com/steveruizok)) + - [fix] Move to page button / toasts styling [#2126](https://github.com/tldraw/tldraw/pull/2126) ([@steveruizok](https://github.com/steveruizok)) + - [fix] css for editing page title [#2124](https://github.com/tldraw/tldraw/pull/2124) ([@steveruizok](https://github.com/steveruizok)) + - fix selection fg transform [#2113](https://github.com/tldraw/tldraw/pull/2113) ([@ds300](https://github.com/ds300)) + - [fix] mobile style panel switching open / closed [#2101](https://github.com/tldraw/tldraw/pull/2101) ([@steveruizok](https://github.com/steveruizok)) +- `@tldraw/editor`, `@tldraw/tldraw` + - [fix] actions menu freezing ui [#2187](https://github.com/tldraw/tldraw/pull/2187) ([@steveruizok](https://github.com/steveruizok)) + - Fix crash with zero length arrow [#2173](https://github.com/tldraw/tldraw/pull/2173) ([@TodePond](https://github.com/TodePond)) + - Zooming improvement [#2149](https://github.com/tldraw/tldraw/pull/2149) ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- `@tldraw/editor` + - add missing semicolon [#2182](https://github.com/tldraw/tldraw/pull/2182) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) + - fix scroll event coords [#2180](https://github.com/tldraw/tldraw/pull/2180) ([@ds300](https://github.com/ds300)) + - Fix an issue with `addEventListener` in old Safari (pre v14) [#2114](https://github.com/tldraw/tldraw/pull/2114) ([@MitjaBezensek](https://github.com/MitjaBezensek)) + +#### 🏠 Internal + +- `@tldraw/assets`, `@tldraw/editor`, `@tldraw/state`, `@tldraw/store`, `@tldraw/tldraw`, `@tldraw/tlschema`, `@tldraw/utils`, `@tldraw/validate` + - Revert "bump prerelease from alpha to beta" [#2192](https://github.com/tldraw/tldraw/pull/2192) ([@ds300](https://github.com/ds300)) + - bump prerelease from alpha to beta [#2148](https://github.com/tldraw/tldraw/pull/2148) ([@ds300](https://github.com/ds300)) +- `@tldraw/editor`, `@tldraw/tldraw` + - Taha/initial shape in handle change [#2117](https://github.com/tldraw/tldraw/pull/2117) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) + +#### πŸ“ Documentation + +- `@tldraw/editor` + - Add meta example [#2122](https://github.com/tldraw/tldraw/pull/2122) ([@steveruizok](https://github.com/steveruizok)) +- `@tldraw/editor`, `@tldraw/state`, `@tldraw/tldraw` + - Remove (optional) from jsdocs [#2109](https://github.com/tldraw/tldraw/pull/2109) ([@TodePond](https://github.com/TodePond)) + +#### Authors: 5 + +- David Sheldrick ([@ds300](https://github.com/ds300)) +- Lu Wilson ([@TodePond](https://github.com/TodePond)) +- Mitja BezenΕ‘ek ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) +- Taha ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) + +--- + # v2.0.0-alpha.17 (Tue Oct 17 2023) ### Release Notes diff --git a/lerna.json b/lerna.json index 284dd91ff..189a55058 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "2.0.0-alpha.17" + "version": "2.0.0-alpha.18" } diff --git a/packages/assets/CHANGELOG.md b/packages/assets/CHANGELOG.md index af55139dc..1581ab517 100644 --- a/packages/assets/CHANGELOG.md +++ b/packages/assets/CHANGELOG.md @@ -1,3 +1,16 @@ +# v2.0.0-alpha.18 (Fri Nov 10 2023) + +#### 🏠 Internal + +- Revert "bump prerelease from alpha to beta" [#2192](https://github.com/tldraw/tldraw/pull/2192) ([@ds300](https://github.com/ds300)) +- bump prerelease from alpha to beta [#2148](https://github.com/tldraw/tldraw/pull/2148) ([@ds300](https://github.com/ds300)) + +#### Authors: 1 + +- David Sheldrick ([@ds300](https://github.com/ds300)) + +--- + # v2.0.0-alpha.17 (Tue Oct 17 2023) ### Release Notes diff --git a/packages/assets/package.json b/packages/assets/package.json index 981c338b8..3f7e5ad5c 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.17", + "version": "2.0.0-alpha.18", "author": { "name": "tldraw GB Ltd.", "email": "hello@tldraw.com" diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 66fcccf36..6ab214af4 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,3 +1,85 @@ +# v2.0.0-alpha.18 (Fri Nov 10 2023) + +### Release Notes + +#### [fix] actions menu freezing ui ([#2187](https://github.com/tldraw/tldraw/pull/2187)) + +- Fix actions menu not closing when clicking the canvas after grouping items via the actions menu. + +#### add missing semicolon ([#2182](https://github.com/tldraw/tldraw/pull/2182)) + +- Fix typo in CSS file + +#### Fix crash with zero length arrow ([#2173](https://github.com/tldraw/tldraw/pull/2173)) + +- Fix a hyper niche arrow crash with zero length arrows. + +#### Zooming improvement ([#2149](https://github.com/tldraw/tldraw/pull/2149)) + +- Improves zooming for inactive windows. + +#### [feature] Things on the canvas ([#2150](https://github.com/tldraw/tldraw/pull/2150)) + +- [editor] Adds two new components, `OnTheCanvas` and `InFrontOfTheCanvas`. + +#### [feature] multi-scribbles ([#2125](https://github.com/tldraw/tldraw/pull/2125)) + +- [feature] multi scribbles + +#### Tighten up editor ui ([#2102](https://github.com/tldraw/tldraw/pull/2102)) + +- Small adjustment to editor ui. + +#### Taha/initial shape in handle change ([#2117](https://github.com/tldraw/tldraw/pull/2117)) + +- Add a brief release note for your PR here. + +#### Fix an issue with `addEventListener` in old Safari (pre v14) ([#2114](https://github.com/tldraw/tldraw/pull/2114)) + +- Fixes an issue with `addEventListener` on MediaQueryList object in old versions of Safari. + +#### Remove (optional) from jsdocs ([#2109](https://github.com/tldraw/tldraw/pull/2109)) + +- dev: Removed duplicate/inconsistent `(optional)`s from docs + +--- + +#### πŸš€ Enhancement + +- [feature] Things on the canvas [#2150](https://github.com/tldraw/tldraw/pull/2150) ([@steveruizok](https://github.com/steveruizok)) +- [feature] multi-scribbles [#2125](https://github.com/tldraw/tldraw/pull/2125) ([@steveruizok](https://github.com/steveruizok)) +- Tighten up editor ui [#2102](https://github.com/tldraw/tldraw/pull/2102) ([@steveruizok](https://github.com/steveruizok)) + +#### πŸ› Bug Fix + +- [fix] actions menu freezing ui [#2187](https://github.com/tldraw/tldraw/pull/2187) ([@steveruizok](https://github.com/steveruizok)) +- add missing semicolon [#2182](https://github.com/tldraw/tldraw/pull/2182) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) +- fix scroll event coords [#2180](https://github.com/tldraw/tldraw/pull/2180) ([@ds300](https://github.com/ds300)) +- Fix crash with zero length arrow [#2173](https://github.com/tldraw/tldraw/pull/2173) ([@TodePond](https://github.com/TodePond)) +- Zooming improvement [#2149](https://github.com/tldraw/tldraw/pull/2149) ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- Fix an issue with `addEventListener` in old Safari (pre v14) [#2114](https://github.com/tldraw/tldraw/pull/2114) ([@MitjaBezensek](https://github.com/MitjaBezensek)) + +#### 🏠 Internal + +- Revert "bump prerelease from alpha to beta" [#2192](https://github.com/tldraw/tldraw/pull/2192) ([@ds300](https://github.com/ds300)) +- bump prerelease from alpha to beta [#2148](https://github.com/tldraw/tldraw/pull/2148) ([@ds300](https://github.com/ds300)) +- Taha/initial shape in handle change [#2117](https://github.com/tldraw/tldraw/pull/2117) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) + +#### πŸ“ Documentation + +- Add meta example [#2122](https://github.com/tldraw/tldraw/pull/2122) ([@steveruizok](https://github.com/steveruizok)) +- Remove (optional) from jsdocs [#2109](https://github.com/tldraw/tldraw/pull/2109) ([@TodePond](https://github.com/TodePond)) + +#### Authors: 5 + +- David Sheldrick ([@ds300](https://github.com/ds300)) +- Lu Wilson ([@TodePond](https://github.com/TodePond)) +- Mitja BezenΕ‘ek ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) +- Taha ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) + +--- + # v2.0.0-alpha.17 (Tue Oct 17 2023) ### Release Notes diff --git a/packages/editor/package.json b/packages/editor/package.json index 375a8eac7..207689213 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.17", + "version": "2.0.0-alpha.18", "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 f3fe94819..5b71a159a 100644 --- a/packages/editor/src/version.ts +++ b/packages/editor/src/version.ts @@ -1 +1 @@ -export const version = '2.0.0-alpha.17' +export const version = '2.0.0-alpha.18' diff --git a/packages/state/CHANGELOG.md b/packages/state/CHANGELOG.md index 8594700e7..ae968caa1 100644 --- a/packages/state/CHANGELOG.md +++ b/packages/state/CHANGELOG.md @@ -1,3 +1,29 @@ +# v2.0.0-alpha.18 (Fri Nov 10 2023) + +### Release Notes + +#### Remove (optional) from jsdocs ([#2109](https://github.com/tldraw/tldraw/pull/2109)) + +- dev: Removed duplicate/inconsistent `(optional)`s from docs + +--- + +#### 🏠 Internal + +- Revert "bump prerelease from alpha to beta" [#2192](https://github.com/tldraw/tldraw/pull/2192) ([@ds300](https://github.com/ds300)) +- bump prerelease from alpha to beta [#2148](https://github.com/tldraw/tldraw/pull/2148) ([@ds300](https://github.com/ds300)) + +#### πŸ“ Documentation + +- Remove (optional) from jsdocs [#2109](https://github.com/tldraw/tldraw/pull/2109) ([@TodePond](https://github.com/TodePond)) + +#### Authors: 2 + +- David Sheldrick ([@ds300](https://github.com/ds300)) +- Lu Wilson ([@TodePond](https://github.com/TodePond)) + +--- + # v2.0.0-alpha.16 (Wed Oct 11 2023) #### 🏠 Internal diff --git a/packages/state/package.json b/packages/state/package.json index fb0e954b5..9790c6e9d 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.17", + "version": "2.0.0-alpha.18", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw GB Ltd.", diff --git a/packages/store/CHANGELOG.md b/packages/store/CHANGELOG.md index b287f2b2b..bef11b5c3 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/CHANGELOG.md @@ -1,3 +1,16 @@ +# v2.0.0-alpha.18 (Fri Nov 10 2023) + +#### 🏠 Internal + +- Revert "bump prerelease from alpha to beta" [#2192](https://github.com/tldraw/tldraw/pull/2192) ([@ds300](https://github.com/ds300)) +- bump prerelease from alpha to beta [#2148](https://github.com/tldraw/tldraw/pull/2148) ([@ds300](https://github.com/ds300)) + +#### Authors: 1 + +- David Sheldrick ([@ds300](https://github.com/ds300)) + +--- + # v2.0.0-alpha.17 (Tue Oct 17 2023) #### πŸ”© Dependency Updates diff --git a/packages/store/package.json b/packages/store/package.json index c25aaf6b2..f79ce465f 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.17", + "version": "2.0.0-alpha.18", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw GB Ltd.", diff --git a/packages/tldraw/CHANGELOG.md b/packages/tldraw/CHANGELOG.md index 6bb6f36ce..e74c31101 100644 --- a/packages/tldraw/CHANGELOG.md +++ b/packages/tldraw/CHANGELOG.md @@ -1,3 +1,157 @@ +# v2.0.0-alpha.18 (Fri Nov 10 2023) + +### Release Notes + +#### Fix an error when using context menu. ([#2186](https://github.com/tldraw/tldraw/pull/2186)) + +- Fixes the console error when opening the context menu for the first time. + +#### [fix] actions menu freezing ui ([#2187](https://github.com/tldraw/tldraw/pull/2187)) + +- Fix actions menu not closing when clicking the canvas after grouping items via the actions menu. + +#### Fix an issue with edit link. ([#2184](https://github.com/tldraw/tldraw/pull/2184)) + +- Fixes an issue with using the Edit link dialog. + +#### Only use the hack if we are in safari. ([#2185](https://github.com/tldraw/tldraw/pull/2185)) + +- Improve the speed of exporting to png for non Safari browsers. + +#### Fix keyboard shortcuts for vscode. ([#2181](https://github.com/tldraw/tldraw/pull/2181)) + +- Fixes keyboard shortcuts for VS Code extension. + +#### Fix printing. ([#2177](https://github.com/tldraw/tldraw/pull/2177)) + +- Fixes printing of shapes. + +#### [fix] Frame label not following staying aligned correctly on rotation ([#2172](https://github.com/tldraw/tldraw/pull/2172)) + +- Frame labels immediately update their position on rotation. + +#### Don't show scrollbars. ([#2171](https://github.com/tldraw/tldraw/pull/2171)) + +- Hide the horizontal scrollbar in the vertical alignment for Firefox. + +#### instant bookmarks ([#2176](https://github.com/tldraw/tldraw/pull/2176)) + +- Improves ux around pasting bookmarks + +#### Fix arrow dropdown localizations. ([#2174](https://github.com/tldraw/tldraw/pull/2174)) + +- Fix arrow headstyle dropdown translations. + +#### Fix crash with zero length arrow ([#2173](https://github.com/tldraw/tldraw/pull/2173)) + +- Fix a hyper niche arrow crash with zero length arrows. + +#### Allow users to select shapes when drag starts on top of a locked shape. ([#2169](https://github.com/tldraw/tldraw/pull/2169)) + +- Allows brush selecting when you start it on top of a locked shape. + +#### Fix the problem with text not being correctly aligned in small geo shapes. ([#2168](https://github.com/tldraw/tldraw/pull/2168)) + +- Fixes position of Text labels in geo shapes. + +#### Zooming improvement ([#2149](https://github.com/tldraw/tldraw/pull/2149)) + +- Improves zooming for inactive windows. + +#### [feature] Things on the canvas ([#2150](https://github.com/tldraw/tldraw/pull/2150)) + +- [editor] Adds two new components, `OnTheCanvas` and `InFrontOfTheCanvas`. + +#### Fix cleanupText ([#2138](https://github.com/tldraw/tldraw/pull/2138)) + +- Fixes a minor bug where cleaning up text would fail. + +#### [android] Fix text labels and link button getting misaligned ([#2132](https://github.com/tldraw/tldraw/pull/2132)) + +- Fixed a bug where labels and links could lose alignment on android. + +#### [feature] multi-scribbles ([#2125](https://github.com/tldraw/tldraw/pull/2125)) + +- [feature] multi scribbles + +#### Tighten up editor ui ([#2102](https://github.com/tldraw/tldraw/pull/2102)) + +- Small adjustment to editor ui. + +#### Remove indicator for autosize text shapes while editing ([#2120](https://github.com/tldraw/tldraw/pull/2120)) + +- Removed the indicator from autosize text shapes. + +#### Taha/initial shape in handle change ([#2117](https://github.com/tldraw/tldraw/pull/2117)) + +- Add a brief release note for your PR here. + +#### fix selection fg transform ([#2113](https://github.com/tldraw/tldraw/pull/2113)) + +- Fixes a small issue causing the selection foreground to be offset when the browser is at particular zoom levels. + +#### Remove (optional) from jsdocs ([#2109](https://github.com/tldraw/tldraw/pull/2109)) + +- dev: Removed duplicate/inconsistent `(optional)`s from docs + +#### [fix] mobile style panel switching open / closed ([#2101](https://github.com/tldraw/tldraw/pull/2101)) + +- Fix bug with style panel + +--- + +#### πŸš€ Enhancement + +- instant bookmarks [#2176](https://github.com/tldraw/tldraw/pull/2176) ([@ds300](https://github.com/ds300)) +- [feature] Things on the canvas [#2150](https://github.com/tldraw/tldraw/pull/2150) ([@steveruizok](https://github.com/steveruizok)) +- [feature] multi-scribbles [#2125](https://github.com/tldraw/tldraw/pull/2125) ([@steveruizok](https://github.com/steveruizok)) +- Tighten up editor ui [#2102](https://github.com/tldraw/tldraw/pull/2102) ([@steveruizok](https://github.com/steveruizok)) +- Remove indicator for autosize text shapes while editing [#2120](https://github.com/tldraw/tldraw/pull/2120) ([@TodePond](https://github.com/TodePond)) + +#### πŸ› Bug Fix + +- Add tldraw component exports [#2188](https://github.com/tldraw/tldraw/pull/2188) ([@steveruizok](https://github.com/steveruizok)) +- Fix an error when using context menu. [#2186](https://github.com/tldraw/tldraw/pull/2186) ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- [fix] actions menu freezing ui [#2187](https://github.com/tldraw/tldraw/pull/2187) ([@steveruizok](https://github.com/steveruizok)) +- Fix an issue with edit link. [#2184](https://github.com/tldraw/tldraw/pull/2184) ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- Only use the hack if we are in safari. [#2185](https://github.com/tldraw/tldraw/pull/2185) ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- Fix keyboard shortcuts for vscode. [#2181](https://github.com/tldraw/tldraw/pull/2181) ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- Fix printing. [#2177](https://github.com/tldraw/tldraw/pull/2177) ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- [fix] Frame label not following staying aligned correctly on rotation [#2172](https://github.com/tldraw/tldraw/pull/2172) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git) [@steveruizok](https://github.com/steveruizok)) +- Don't show scrollbars. [#2171](https://github.com/tldraw/tldraw/pull/2171) ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- Fix arrow dropdown localizations. [#2174](https://github.com/tldraw/tldraw/pull/2174) ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- Fix crash with zero length arrow [#2173](https://github.com/tldraw/tldraw/pull/2173) ([@TodePond](https://github.com/TodePond)) +- Allow users to select shapes when drag starts on top of a locked shape. [#2169](https://github.com/tldraw/tldraw/pull/2169) ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- Fix the problem with text not being correctly aligned in small geo shapes. [#2168](https://github.com/tldraw/tldraw/pull/2168) ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- Zooming improvement [#2149](https://github.com/tldraw/tldraw/pull/2149) ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- Fix cleanupText [#2138](https://github.com/tldraw/tldraw/pull/2138) ([@ds300](https://github.com/ds300)) +- [android] Fix text labels and link button getting misaligned [#2132](https://github.com/tldraw/tldraw/pull/2132) ([@TodePond](https://github.com/TodePond)) +- [fix] button gaps [#2130](https://github.com/tldraw/tldraw/pull/2130) ([@steveruizok](https://github.com/steveruizok)) +- [fix] Move to page button / toasts styling [#2126](https://github.com/tldraw/tldraw/pull/2126) ([@steveruizok](https://github.com/steveruizok)) +- [fix] css for editing page title [#2124](https://github.com/tldraw/tldraw/pull/2124) ([@steveruizok](https://github.com/steveruizok)) +- fix selection fg transform [#2113](https://github.com/tldraw/tldraw/pull/2113) ([@ds300](https://github.com/ds300)) +- [fix] mobile style panel switching open / closed [#2101](https://github.com/tldraw/tldraw/pull/2101) ([@steveruizok](https://github.com/steveruizok)) + +#### 🏠 Internal + +- Revert "bump prerelease from alpha to beta" [#2192](https://github.com/tldraw/tldraw/pull/2192) ([@ds300](https://github.com/ds300)) +- bump prerelease from alpha to beta [#2148](https://github.com/tldraw/tldraw/pull/2148) ([@ds300](https://github.com/ds300)) +- Taha/initial shape in handle change [#2117](https://github.com/tldraw/tldraw/pull/2117) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) + +#### πŸ“ Documentation + +- Remove (optional) from jsdocs [#2109](https://github.com/tldraw/tldraw/pull/2109) ([@TodePond](https://github.com/TodePond)) + +#### Authors: 5 + +- David Sheldrick ([@ds300](https://github.com/ds300)) +- Lu Wilson ([@TodePond](https://github.com/TodePond)) +- Mitja BezenΕ‘ek ([@MitjaBezensek](https://github.com/MitjaBezensek)) +- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) +- Taha ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) + +--- + # v2.0.0-alpha.17 (Tue Oct 17 2023) ### Release Notes diff --git a/packages/tldraw/package.json b/packages/tldraw/package.json index 7b808bd66..ad6cb1b95 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.17", + "version": "2.0.0-alpha.18", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw GB Ltd.", diff --git a/packages/tlschema/CHANGELOG.md b/packages/tlschema/CHANGELOG.md index 7cfba94d4..8ebe702fa 100644 --- a/packages/tlschema/CHANGELOG.md +++ b/packages/tlschema/CHANGELOG.md @@ -1,3 +1,29 @@ +# v2.0.0-alpha.18 (Fri Nov 10 2023) + +### Release Notes + +#### [feature] multi-scribbles ([#2125](https://github.com/tldraw/tldraw/pull/2125)) + +- [feature] multi scribbles + +--- + +#### πŸš€ Enhancement + +- [feature] multi-scribbles [#2125](https://github.com/tldraw/tldraw/pull/2125) ([@steveruizok](https://github.com/steveruizok)) + +#### 🏠 Internal + +- Revert "bump prerelease from alpha to beta" [#2192](https://github.com/tldraw/tldraw/pull/2192) ([@ds300](https://github.com/ds300)) +- bump prerelease from alpha to beta [#2148](https://github.com/tldraw/tldraw/pull/2148) ([@ds300](https://github.com/ds300)) + +#### Authors: 2 + +- David Sheldrick ([@ds300](https://github.com/ds300)) +- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) + +--- + # v2.0.0-alpha.17 (Tue Oct 17 2023) #### πŸš€ Enhancement diff --git a/packages/tlschema/package.json b/packages/tlschema/package.json index 84594653c..13d6ee6dc 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.17", + "version": "2.0.0-alpha.18", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw GB Ltd.", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index f878ce053..635d9f5b7 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,3 +1,16 @@ +# v2.0.0-alpha.18 (Fri Nov 10 2023) + +#### 🏠 Internal + +- Revert "bump prerelease from alpha to beta" [#2192](https://github.com/tldraw/tldraw/pull/2192) ([@ds300](https://github.com/ds300)) +- bump prerelease from alpha to beta [#2148](https://github.com/tldraw/tldraw/pull/2148) ([@ds300](https://github.com/ds300)) + +#### Authors: 1 + +- David Sheldrick ([@ds300](https://github.com/ds300)) + +--- + # v2.0.0-alpha.16 (Wed Oct 11 2023) #### 🏠 Internal diff --git a/packages/utils/package.json b/packages/utils/package.json index b66dfc059..924bce814 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.17", + "version": "2.0.0-alpha.18", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw GB Ltd.", diff --git a/packages/validate/CHANGELOG.md b/packages/validate/CHANGELOG.md index 381b24910..74b177581 100644 --- a/packages/validate/CHANGELOG.md +++ b/packages/validate/CHANGELOG.md @@ -1,3 +1,16 @@ +# v2.0.0-alpha.18 (Fri Nov 10 2023) + +#### 🏠 Internal + +- Revert "bump prerelease from alpha to beta" [#2192](https://github.com/tldraw/tldraw/pull/2192) ([@ds300](https://github.com/ds300)) +- bump prerelease from alpha to beta [#2148](https://github.com/tldraw/tldraw/pull/2148) ([@ds300](https://github.com/ds300)) + +#### Authors: 1 + +- David Sheldrick ([@ds300](https://github.com/ds300)) + +--- + # v2.0.0-alpha.16 (Wed Oct 11 2023) #### 🏠 Internal diff --git a/packages/validate/package.json b/packages/validate/package.json index 0f4e0af9c..7136b0df4 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.17", + "version": "2.0.0-alpha.18", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw GB Ltd.",