Update CHANGELOG.md [skip ci]
This commit is contained in:
parent
5feccecb56
commit
9c3b3ddbe0
16 changed files with 276 additions and 10 deletions
105
CHANGELOG.md
105
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)
|
# v2.0.0-alpha.16 (Wed Oct 11 2023)
|
||||||
|
|
||||||
### Release Notes
|
### Release Notes
|
||||||
|
|
|
@ -3,5 +3,5 @@
|
||||||
"packages": [
|
"packages": [
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
"version": "2.0.0-alpha.16"
|
"version": "2.0.0-alpha.17"
|
||||||
}
|
}
|
||||||
|
|
|
@ -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)
|
# v2.0.0-alpha.15 (Fri Oct 06 2023)
|
||||||
|
|
||||||
### Release Notes
|
### Release Notes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/assets",
|
"name": "@tldraw/assets",
|
||||||
"description": "A tiny little drawing app (assets).",
|
"description": "A tiny little drawing app (assets).",
|
||||||
"version": "2.0.0-alpha.16",
|
"version": "2.0.0-alpha.17",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "tldraw GB Ltd.",
|
"name": "tldraw GB Ltd.",
|
||||||
"email": "hello@tldraw.com"
|
"email": "hello@tldraw.com"
|
||||||
|
|
|
@ -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)
|
# v2.0.0-alpha.16 (Wed Oct 11 2023)
|
||||||
|
|
||||||
### Release Notes
|
### Release Notes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/editor",
|
"name": "@tldraw/editor",
|
||||||
"description": "A tiny little drawing app (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",
|
"packageManager": "yarn@3.5.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "tldraw GB Ltd.",
|
"name": "tldraw GB Ltd.",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
export const version = '2.0.0-alpha.16'
|
export const version = '2.0.0-alpha.17'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/state",
|
"name": "@tldraw/state",
|
||||||
"description": "A tiny little drawing app (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",
|
"packageManager": "yarn@3.5.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "tldraw GB Ltd.",
|
"name": "tldraw GB Ltd.",
|
||||||
|
|
|
@ -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)
|
# v2.0.0-alpha.16 (Wed Oct 11 2023)
|
||||||
|
|
||||||
#### 🏠 Internal
|
#### 🏠 Internal
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/store",
|
"name": "@tldraw/store",
|
||||||
"description": "A tiny little drawing app (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",
|
"packageManager": "yarn@3.5.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "tldraw GB Ltd.",
|
"name": "tldraw GB Ltd.",
|
||||||
|
|
|
@ -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)
|
# v2.0.0-alpha.16 (Wed Oct 11 2023)
|
||||||
|
|
||||||
### Release Notes
|
### Release Notes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/tldraw",
|
"name": "@tldraw/tldraw",
|
||||||
"description": "A tiny little drawing editor.",
|
"description": "A tiny little drawing editor.",
|
||||||
"version": "2.0.0-alpha.16",
|
"version": "2.0.0-alpha.17",
|
||||||
"packageManager": "yarn@3.5.0",
|
"packageManager": "yarn@3.5.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "tldraw GB Ltd.",
|
"name": "tldraw GB Ltd.",
|
||||||
|
|
|
@ -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)
|
# v2.0.0-alpha.16 (Wed Oct 11 2023)
|
||||||
|
|
||||||
#### 🚀 Enhancement
|
#### 🚀 Enhancement
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/tlschema",
|
"name": "@tldraw/tlschema",
|
||||||
"description": "A tiny little drawing app (schema).",
|
"description": "A tiny little drawing app (schema).",
|
||||||
"version": "2.0.0-alpha.16",
|
"version": "2.0.0-alpha.17",
|
||||||
"packageManager": "yarn@3.5.0",
|
"packageManager": "yarn@3.5.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "tldraw GB Ltd.",
|
"name": "tldraw GB Ltd.",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/utils",
|
"name": "@tldraw/utils",
|
||||||
"description": "A tiny little drawing app (private utilities).",
|
"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",
|
"packageManager": "yarn@3.5.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "tldraw GB Ltd.",
|
"name": "tldraw GB Ltd.",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@tldraw/validate",
|
"name": "@tldraw/validate",
|
||||||
"description": "A runtime validation library by tldraw.",
|
"description": "A runtime validation library by tldraw.",
|
||||||
"version": "2.0.0-alpha.16",
|
"version": "2.0.0-alpha.17",
|
||||||
"packageManager": "yarn@3.5.0",
|
"packageManager": "yarn@3.5.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "tldraw GB Ltd.",
|
"name": "tldraw GB Ltd.",
|
||||||
|
|
Loading…
Reference in a new issue