From 9c3b3ddbe01cba75887a867ce48693c59fcc2b70 Mon Sep 17 00:00:00 2001 From: "huppy-bot[bot]" <128400622+huppy-bot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 14:39:34 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 105 +++++++++++++++++++++++++++++++++ lerna.json | 2 +- packages/assets/CHANGELOG.md | 20 +++++++ packages/assets/package.json | 2 +- packages/editor/CHANGELOG.md | 37 ++++++++++++ packages/editor/package.json | 2 +- packages/editor/src/version.ts | 2 +- packages/state/package.json | 2 +- packages/store/CHANGELOG.md | 12 ++++ packages/store/package.json | 2 +- packages/tldraw/CHANGELOG.md | 75 +++++++++++++++++++++++ packages/tldraw/package.json | 2 +- packages/tlschema/CHANGELOG.md | 17 ++++++ packages/tlschema/package.json | 2 +- packages/utils/package.json | 2 +- packages/validate/package.json | 2 +- 16 files changed, 276 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c4f92558..25f46697a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,108 @@ +# v2.0.0-alpha.17 (Tue Oct 17 2023) + +### Release Notes + +#### Firefox, Touch: Fix not being able to open style dropdowns ([#2092](https://github.com/tldraw/tldraw/pull/2092)) + +- Firefox Mobile: Fixed a bug where you couldn't open some style dropdown options. + +#### Add timestamp to file names ([#2096](https://github.com/tldraw/tldraw/pull/2096)) + +- Add timestamp to exported image file names + +#### [fix] Context menu + menus not closing correctly ([#2086](https://github.com/tldraw/tldraw/pull/2086)) + +- [fix] bug with menus + +#### Fix not being able to upload massive images ([#2095](https://github.com/tldraw/tldraw/pull/2095)) + +- Fixed big images being too big to get added to the canvas. + +#### fix cropped image size ([#2097](https://github.com/tldraw/tldraw/pull/2097)) + +- Fixes a rendering issue where cropped images were sometimes bleeding outside their bounds. + +#### Add offline indicator (also to top zone example) ([#2083](https://github.com/tldraw/tldraw/pull/2083)) + +- [@tldraw/tldraw] add offline indicator to ui components + +#### [fix] missing border on group shape when unlocked ([#2075](https://github.com/tldraw/tldraw/pull/2075)) + +- Fix case where indicator was not shown when unlocking groups + +#### [fix] reparenting locked shapes ([#2070](https://github.com/tldraw/tldraw/pull/2070)) + +- Fix a bug where grouped locked shapes would be deleted when ungrouped. + +#### [fix] Don't select locked shapes on pointer up ([#2069](https://github.com/tldraw/tldraw/pull/2069)) + +- Fix bug where locked shape could be selected by clicking on its label + +#### [fix] locked shape of opacity problem with eraser.pointing ([#2073](https://github.com/tldraw/tldraw/pull/2073)) + +- locked shape of opacity problem with eraser.pointing +Before/after: +![A](https://github.com/tldraw/tldraw/assets/59823089/7483506c-72ac-45cc-93aa-f2a794ea8ff0) ![B](https://github.com/tldraw/tldraw/assets/59823089/ef0f988c-83f5-46a2-b891-0a391bca2f87) + +--- + +#### πŸš€ Enhancement + +- `@tldraw/assets`, `@tldraw/tldraw` + - Add offline indicator (also to top zone example) [#2083](https://github.com/tldraw/tldraw/pull/2083) ([@steveruizok](https://github.com/steveruizok)) +- `@tldraw/tldraw` + - Add data breakpoint to layout css [#2076](https://github.com/tldraw/tldraw/pull/2076) ([@steveruizok](https://github.com/steveruizok)) +- `@tldraw/tldraw`, `@tldraw/tlschema` + - Same first page id for all editors [#2071](https://github.com/tldraw/tldraw/pull/2071) ([@steveruizok](https://github.com/steveruizok)) + +#### πŸ› Bug Fix + +- `@tldraw/tldraw` + - Firefox, Touch: Fix not being able to open style dropdowns [#2092](https://github.com/tldraw/tldraw/pull/2092) ([@TodePond](https://github.com/TodePond)) + - Add timestamp to file names [#2096](https://github.com/tldraw/tldraw/pull/2096) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) + - move imports [#2099](https://github.com/tldraw/tldraw/pull/2099) ([@SomeHats](https://github.com/SomeHats)) + - Fix not being able to upload massive images [#2095](https://github.com/tldraw/tldraw/pull/2095) ([@TodePond](https://github.com/TodePond)) + - fix cropped image size [#2097](https://github.com/tldraw/tldraw/pull/2097) ([@ds300](https://github.com/ds300)) + - Fixed a bug checking translated string keys [#2082](https://github.com/tldraw/tldraw/pull/2082) ([@kewell-tsao](https://github.com/kewell-tsao)) + - [fix] Don't select locked shapes on pointer up [#2069](https://github.com/tldraw/tldraw/pull/2069) ([@steveruizok](https://github.com/steveruizok)) + - [fix] locked shape of opacity problem with eraser.pointing [#2073](https://github.com/tldraw/tldraw/pull/2073) ([@momenthana](https://github.com/momenthana)) +- `@tldraw/editor`, `@tldraw/tldraw` + - [fix] Context menu + menus not closing correctly [#2086](https://github.com/tldraw/tldraw/pull/2086) ([@steveruizok](https://github.com/steveruizok)) + - [fix] reparenting locked shapes [#2070](https://github.com/tldraw/tldraw/pull/2070) ([@steveruizok](https://github.com/steveruizok)) +- `@tldraw/editor` + - [fix] remove findLast calls [#2081](https://github.com/tldraw/tldraw/pull/2081) ([@steveruizok](https://github.com/steveruizok)) + - [fix] missing border on group shape when unlocked [#2075](https://github.com/tldraw/tldraw/pull/2075) ([@steveruizok](https://github.com/steveruizok)) + - Compact children when updating parents to children. [#2072](https://github.com/tldraw/tldraw/pull/2072) ([@steveruizok](https://github.com/steveruizok)) + +#### 🏠 Internal + +- Fix ExplodedExample.tsx [#2068](https://github.com/tldraw/tldraw/pull/2068) ([@antmoux](https://github.com/antmoux) [@steveruizok](https://github.com/steveruizok)) +- Update VS Code extension 2.0.13 [#2066](https://github.com/tldraw/tldraw/pull/2066) ([@MitjaBezensek](https://github.com/MitjaBezensek)) + +#### πŸ§ͺ Tests + +- Only upload playwright to S3 if we have the right credentials [#2074](https://github.com/tldraw/tldraw/pull/2074) ([@SomeHats](https://github.com/SomeHats) [@steveruizok](https://github.com/steveruizok)) +- Cache playwright browsers. [#2067](https://github.com/tldraw/tldraw/pull/2067) ([@MitjaBezensek](https://github.com/MitjaBezensek)) + +#### πŸ”© Dependency Updates + +- `@tldraw/editor`, `@tldraw/store`, `@tldraw/tlschema` + - bump nanoid [#2078](https://github.com/tldraw/tldraw/pull/2078) ([@ds300](https://github.com/ds300)) + +#### Authors: 9 + +- alex ([@SomeHats](https://github.com/SomeHats)) +- antonio moura ([@antmoux](https://github.com/antmoux)) +- David Sheldrick ([@ds300](https://github.com/ds300)) +- Hana ([@momenthana](https://github.com/momenthana)) +- Kewell ([@kewell-tsao](https://github.com/kewell-tsao)) +- 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.16 (Wed Oct 11 2023) ### Release Notes diff --git a/lerna.json b/lerna.json index 6131c3921..284dd91ff 100644 --- a/lerna.json +++ b/lerna.json @@ -3,5 +3,5 @@ "packages": [ "packages/*" ], - "version": "2.0.0-alpha.16" + "version": "2.0.0-alpha.17" } diff --git a/packages/assets/CHANGELOG.md b/packages/assets/CHANGELOG.md index 553e3f6f3..af55139dc 100644 --- a/packages/assets/CHANGELOG.md +++ b/packages/assets/CHANGELOG.md @@ -1,3 +1,23 @@ +# v2.0.0-alpha.17 (Tue Oct 17 2023) + +### Release Notes + +#### Add offline indicator (also to top zone example) ([#2083](https://github.com/tldraw/tldraw/pull/2083)) + +- [@tldraw/tldraw] add offline indicator to ui components + +--- + +#### πŸš€ Enhancement + +- Add offline indicator (also to top zone example) [#2083](https://github.com/tldraw/tldraw/pull/2083) ([@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/assets/package.json b/packages/assets/package.json index 566549b64..981c338b8 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.16", + "version": "2.0.0-alpha.17", "author": { "name": "tldraw GB Ltd.", "email": "hello@tldraw.com" diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 96efb536d..66fcccf36 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,3 +1,40 @@ +# v2.0.0-alpha.17 (Tue Oct 17 2023) + +### Release Notes + +#### [fix] Context menu + menus not closing correctly ([#2086](https://github.com/tldraw/tldraw/pull/2086)) + +- [fix] bug with menus + +#### [fix] missing border on group shape when unlocked ([#2075](https://github.com/tldraw/tldraw/pull/2075)) + +- Fix case where indicator was not shown when unlocking groups + +#### [fix] reparenting locked shapes ([#2070](https://github.com/tldraw/tldraw/pull/2070)) + +- Fix a bug where grouped locked shapes would be deleted when ungrouped. + +--- + +#### πŸ› Bug Fix + +- [fix] Context menu + menus not closing correctly [#2086](https://github.com/tldraw/tldraw/pull/2086) ([@steveruizok](https://github.com/steveruizok)) +- [fix] remove findLast calls [#2081](https://github.com/tldraw/tldraw/pull/2081) ([@steveruizok](https://github.com/steveruizok)) +- [fix] missing border on group shape when unlocked [#2075](https://github.com/tldraw/tldraw/pull/2075) ([@steveruizok](https://github.com/steveruizok)) +- Compact children when updating parents to children. [#2072](https://github.com/tldraw/tldraw/pull/2072) ([@steveruizok](https://github.com/steveruizok)) +- [fix] reparenting locked shapes [#2070](https://github.com/tldraw/tldraw/pull/2070) ([@steveruizok](https://github.com/steveruizok)) + +#### πŸ”© Dependency Updates + +- bump nanoid [#2078](https://github.com/tldraw/tldraw/pull/2078) ([@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.16 (Wed Oct 11 2023) ### Release Notes diff --git a/packages/editor/package.json b/packages/editor/package.json index fcbd34dae..375a8eac7 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.16", + "version": "2.0.0-alpha.17", "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 f238a5dcc..f3fe94819 100644 --- a/packages/editor/src/version.ts +++ b/packages/editor/src/version.ts @@ -1 +1 @@ -export const version = '2.0.0-alpha.16' +export const version = '2.0.0-alpha.17' diff --git a/packages/state/package.json b/packages/state/package.json index 0a7f73379..fb0e954b5 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.16", + "version": "2.0.0-alpha.17", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw GB Ltd.", diff --git a/packages/store/CHANGELOG.md b/packages/store/CHANGELOG.md index b706841a9..b287f2b2b 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/CHANGELOG.md @@ -1,3 +1,15 @@ +# v2.0.0-alpha.17 (Tue Oct 17 2023) + +#### πŸ”© Dependency Updates + +- bump nanoid [#2078](https://github.com/tldraw/tldraw/pull/2078) ([@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/store/package.json b/packages/store/package.json index ef1f335fa..c25aaf6b2 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.16", + "version": "2.0.0-alpha.17", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw GB Ltd.", diff --git a/packages/tldraw/CHANGELOG.md b/packages/tldraw/CHANGELOG.md index 444967fc1..6bb6f36ce 100644 --- a/packages/tldraw/CHANGELOG.md +++ b/packages/tldraw/CHANGELOG.md @@ -1,3 +1,78 @@ +# v2.0.0-alpha.17 (Tue Oct 17 2023) + +### Release Notes + +#### Firefox, Touch: Fix not being able to open style dropdowns ([#2092](https://github.com/tldraw/tldraw/pull/2092)) + +- Firefox Mobile: Fixed a bug where you couldn't open some style dropdown options. + +#### Add timestamp to file names ([#2096](https://github.com/tldraw/tldraw/pull/2096)) + +- Add timestamp to exported image file names + +#### [fix] Context menu + menus not closing correctly ([#2086](https://github.com/tldraw/tldraw/pull/2086)) + +- [fix] bug with menus + +#### Fix not being able to upload massive images ([#2095](https://github.com/tldraw/tldraw/pull/2095)) + +- Fixed big images being too big to get added to the canvas. + +#### fix cropped image size ([#2097](https://github.com/tldraw/tldraw/pull/2097)) + +- Fixes a rendering issue where cropped images were sometimes bleeding outside their bounds. + +#### Add offline indicator (also to top zone example) ([#2083](https://github.com/tldraw/tldraw/pull/2083)) + +- [@tldraw/tldraw] add offline indicator to ui components + +#### [fix] reparenting locked shapes ([#2070](https://github.com/tldraw/tldraw/pull/2070)) + +- Fix a bug where grouped locked shapes would be deleted when ungrouped. + +#### [fix] Don't select locked shapes on pointer up ([#2069](https://github.com/tldraw/tldraw/pull/2069)) + +- Fix bug where locked shape could be selected by clicking on its label + +#### [fix] locked shape of opacity problem with eraser.pointing ([#2073](https://github.com/tldraw/tldraw/pull/2073)) + +- locked shape of opacity problem with eraser.pointing +Before/after: +![A](https://github.com/tldraw/tldraw/assets/59823089/7483506c-72ac-45cc-93aa-f2a794ea8ff0) ![B](https://github.com/tldraw/tldraw/assets/59823089/ef0f988c-83f5-46a2-b891-0a391bca2f87) + +--- + +#### πŸš€ Enhancement + +- Add offline indicator (also to top zone example) [#2083](https://github.com/tldraw/tldraw/pull/2083) ([@steveruizok](https://github.com/steveruizok)) +- Add data breakpoint to layout css [#2076](https://github.com/tldraw/tldraw/pull/2076) ([@steveruizok](https://github.com/steveruizok)) +- Same first page id for all editors [#2071](https://github.com/tldraw/tldraw/pull/2071) ([@steveruizok](https://github.com/steveruizok)) + +#### πŸ› Bug Fix + +- Firefox, Touch: Fix not being able to open style dropdowns [#2092](https://github.com/tldraw/tldraw/pull/2092) ([@TodePond](https://github.com/TodePond)) +- Add timestamp to file names [#2096](https://github.com/tldraw/tldraw/pull/2096) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) +- move imports [#2099](https://github.com/tldraw/tldraw/pull/2099) ([@SomeHats](https://github.com/SomeHats)) +- [fix] Context menu + menus not closing correctly [#2086](https://github.com/tldraw/tldraw/pull/2086) ([@steveruizok](https://github.com/steveruizok)) +- Fix not being able to upload massive images [#2095](https://github.com/tldraw/tldraw/pull/2095) ([@TodePond](https://github.com/TodePond)) +- fix cropped image size [#2097](https://github.com/tldraw/tldraw/pull/2097) ([@ds300](https://github.com/ds300)) +- Fixed a bug checking translated string keys [#2082](https://github.com/tldraw/tldraw/pull/2082) ([@kewell-tsao](https://github.com/kewell-tsao)) +- [fix] reparenting locked shapes [#2070](https://github.com/tldraw/tldraw/pull/2070) ([@steveruizok](https://github.com/steveruizok)) +- [fix] Don't select locked shapes on pointer up [#2069](https://github.com/tldraw/tldraw/pull/2069) ([@steveruizok](https://github.com/steveruizok)) +- [fix] locked shape of opacity problem with eraser.pointing [#2073](https://github.com/tldraw/tldraw/pull/2073) ([@momenthana](https://github.com/momenthana)) + +#### Authors: 7 + +- alex ([@SomeHats](https://github.com/SomeHats)) +- David Sheldrick ([@ds300](https://github.com/ds300)) +- Hana ([@momenthana](https://github.com/momenthana)) +- Kewell ([@kewell-tsao](https://github.com/kewell-tsao)) +- Lu Wilson ([@TodePond](https://github.com/TodePond)) +- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) +- Taha ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git)) + +--- + # v2.0.0-alpha.16 (Wed Oct 11 2023) ### Release Notes diff --git a/packages/tldraw/package.json b/packages/tldraw/package.json index 1a32df63d..b0d9c4e40 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.16", + "version": "2.0.0-alpha.17", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw GB Ltd.", diff --git a/packages/tlschema/CHANGELOG.md b/packages/tlschema/CHANGELOG.md index 381fb7683..7cfba94d4 100644 --- a/packages/tlschema/CHANGELOG.md +++ b/packages/tlschema/CHANGELOG.md @@ -1,3 +1,20 @@ +# v2.0.0-alpha.17 (Tue Oct 17 2023) + +#### πŸš€ Enhancement + +- Same first page id for all editors [#2071](https://github.com/tldraw/tldraw/pull/2071) ([@steveruizok](https://github.com/steveruizok)) + +#### πŸ”© Dependency Updates + +- bump nanoid [#2078](https://github.com/tldraw/tldraw/pull/2078) ([@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.16 (Wed Oct 11 2023) #### πŸš€ Enhancement diff --git a/packages/tlschema/package.json b/packages/tlschema/package.json index c59136c8d..84594653c 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.16", + "version": "2.0.0-alpha.17", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw GB Ltd.", diff --git a/packages/utils/package.json b/packages/utils/package.json index a4f5b3d5b..b66dfc059 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.16", + "version": "2.0.0-alpha.17", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw GB Ltd.", diff --git a/packages/validate/package.json b/packages/validate/package.json index a61c7d0d1..0f4e0af9c 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.16", + "version": "2.0.0-alpha.17", "packageManager": "yarn@3.5.0", "author": { "name": "tldraw GB Ltd.",