Update CHANGELOG.md [skip ci]
This commit is contained in:
parent
ca9ae8e3a3
commit
35e74fdb12
18 changed files with 447 additions and 10 deletions
162
CHANGELOG.md
162
CHANGELOG.md
|
@ -1,3 +1,165 @@
|
|||
# v2.0.0-beta.2 (Wed Jan 10 2024)
|
||||
|
||||
### Release Notes
|
||||
|
||||
#### Fix validation when pasting images. ([#2436](https://github.com/tldraw/tldraw/pull/2436))
|
||||
|
||||
- Fixes url validations.
|
||||
|
||||
#### Fix decrement button label in OnTheCanvas example component ([#2432](https://github.com/tldraw/tldraw/pull/2432))
|
||||
|
||||
- tiny bug fix, simply changing a label to match behaviour
|
||||
|
||||
#### refactor copy/export, fix safari copy-as-image being broken ([#2411](https://github.com/tldraw/tldraw/pull/2411))
|
||||
|
||||
- Fix a bug preventing copying as an image on iOS
|
||||
|
||||
#### Add url validation ([#2428](https://github.com/tldraw/tldraw/pull/2428))
|
||||
|
||||
- Add validation to urls.
|
||||
|
||||
#### [fix] next selected shapes comment ([#2427](https://github.com/tldraw/tldraw/pull/2427))
|
||||
|
||||
- Fix error in setStyleForNextSelectedShapes comment
|
||||
|
||||
#### annotate error boundary example ([#2410](https://github.com/tldraw/tldraw/pull/2410))
|
||||
|
||||
- Add annotation to error boundary example
|
||||
|
||||
#### Fix issues with clip paths for frames ([#2406](https://github.com/tldraw/tldraw/pull/2406))
|
||||
|
||||
- Add a brief release note for your PR here.
|
||||
|
||||
#### Annotate custom styles example ([#2405](https://github.com/tldraw/tldraw/pull/2405))
|
||||
|
||||
- Add annotation to the custom styles example
|
||||
|
||||
#### annotate custom config example ([#2404](https://github.com/tldraw/tldraw/pull/2404))
|
||||
|
||||
- Adds annotation to the custom config example with a bit more detail
|
||||
|
||||
#### annotate asset props, correct image/video confusion ([#2399](https://github.com/tldraw/tldraw/pull/2399))
|
||||
|
||||
- Annotates the asset props example and fixes a mistake in the existing comments
|
||||
|
||||
#### Annotate/refactor store events example ([#2400](https://github.com/tldraw/tldraw/pull/2400))
|
||||
|
||||
- Update store events example to use store.listen method
|
||||
- Annotate with explanations of the code
|
||||
|
||||
#### annotate canvas events ([#2397](https://github.com/tldraw/tldraw/pull/2397))
|
||||
|
||||
- Adds annotation to the canvas events example
|
||||
|
||||
#### [fix] edge scrolling when component is inside of screen ([#2398](https://github.com/tldraw/tldraw/pull/2398))
|
||||
|
||||
- Add a brief release note for your PR here.
|
||||
|
||||
#### Annotate api example ([#2395](https://github.com/tldraw/tldraw/pull/2395))
|
||||
|
||||
- Annotate API example
|
||||
|
||||
#### [tech debt] Primitives renaming party / cleanup ([#2396](https://github.com/tldraw/tldraw/pull/2396))
|
||||
|
||||
- renames Vec2d to Vec
|
||||
- renames Vec2dModel to VecModel
|
||||
- renames Box2d to Box
|
||||
- renames Box2dModel to BoxModel
|
||||
- renames Matrix2d to Mat
|
||||
- renames Matrix2dModel to MatModel
|
||||
- removes unused primitive helpers
|
||||
|
||||
#### Refactor and document speech bubble example ([#2392](https://github.com/tldraw/tldraw/pull/2392))
|
||||
|
||||
- Add annotations to the speech bubble example
|
||||
- Refactor code for clarity
|
||||
|
||||
#### Fix trademark links ([#2380](https://github.com/tldraw/tldraw/pull/2380))
|
||||
|
||||
- Fixes broken links in a number of docs files.
|
||||
|
||||
#### [fix] polygon bounds ([#2378](https://github.com/tldraw/tldraw/pull/2378))
|
||||
|
||||
- Fixed a bug with the bounds calculation for polygons.
|
||||
|
||||
#### Avoid importing `editor.css` twice ([#2373](https://github.com/tldraw/tldraw/pull/2373))
|
||||
|
||||
- Prevent importing `editor.css` twice which should help when debugging the styles via developer console.
|
||||
|
||||
#### Adding an image shape from a file the public folder ([#2370](https://github.com/tldraw/tldraw/pull/2370))
|
||||
|
||||
- Adds a simple image example.
|
||||
|
||||
---
|
||||
|
||||
#### 💥 Breaking Change
|
||||
|
||||
- `@tldraw/editor`, `@tldraw/tldraw`, `@tldraw/tlschema`
|
||||
- [tech debt] Primitives renaming party / cleanup [#2396](https://github.com/tldraw/tldraw/pull/2396) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 🚀 Enhancement
|
||||
|
||||
- Adding an image shape from a file the public folder [#2370](https://github.com/tldraw/tldraw/pull/2370) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- Avoid importing `editor.css` twice [#2373](https://github.com/tldraw/tldraw/pull/2373) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- VS Code bump 2.0.20 [#2371](https://github.com/tldraw/tldraw/pull/2371) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- `@tldraw/tlschema`
|
||||
- Fix validation when pasting images. [#2436](https://github.com/tldraw/tldraw/pull/2436) ([@MitjaBezensek](https://github.com/MitjaBezensek) [@SomeHats](https://github.com/SomeHats))
|
||||
- `@tldraw/tldraw`
|
||||
- refactor copy/export, fix safari copy-as-image being broken [#2411](https://github.com/tldraw/tldraw/pull/2411) ([@SomeHats](https://github.com/SomeHats) [@huppy-bot[bot]](https://github.com/huppy-bot[bot]))
|
||||
- [fix] Asset versions [#2389](https://github.com/tldraw/tldraw/pull/2389) ([@steveruizok](https://github.com/steveruizok))
|
||||
- `@tldraw/tldraw`, `@tldraw/tlschema`, `@tldraw/utils`, `@tldraw/validate`
|
||||
- Add url validation [#2428](https://github.com/tldraw/tldraw/pull/2428) ([@MitjaBezensek](https://github.com/MitjaBezensek) [@SomeHats](https://github.com/SomeHats))
|
||||
- `@tldraw/editor`
|
||||
- Fix issues with clip paths for frames [#2406](https://github.com/tldraw/tldraw/pull/2406) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- `@tldraw/editor`, `@tldraw/tldraw`
|
||||
- [fix] edge scrolling when component is inside of screen [#2398](https://github.com/tldraw/tldraw/pull/2398) ([@steveruizok](https://github.com/steveruizok))
|
||||
- [fix] polygon bounds [#2378](https://github.com/tldraw/tldraw/pull/2378) ([@steveruizok](https://github.com/steveruizok))
|
||||
- `@tldraw/store`
|
||||
- Fix meta examples [#2379](https://github.com/tldraw/tldraw/pull/2379) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 🏠 Internal
|
||||
|
||||
- Fix license language. [#2365](https://github.com/tldraw/tldraw/pull/2365) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 📝 Documentation
|
||||
|
||||
- Fix decrement button label in OnTheCanvas example component [#2432](https://github.com/tldraw/tldraw/pull/2432) ([@StanFlint](https://github.com/StanFlint))
|
||||
- annotate error boundary example [#2410](https://github.com/tldraw/tldraw/pull/2410) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git) [@steveruizok](https://github.com/steveruizok))
|
||||
- fix example scrolling on ios [#2412](https://github.com/tldraw/tldraw/pull/2412) ([@SomeHats](https://github.com/SomeHats))
|
||||
- Add descriptions to active examples [#2407](https://github.com/tldraw/tldraw/pull/2407) ([@SomeHats](https://github.com/SomeHats))
|
||||
- Annotate custom styles example [#2405](https://github.com/tldraw/tldraw/pull/2405) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git) [@steveruizok](https://github.com/steveruizok))
|
||||
- annotate custom config example [#2404](https://github.com/tldraw/tldraw/pull/2404) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- annotate asset props, correct image/video confusion [#2399](https://github.com/tldraw/tldraw/pull/2399) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- Annotate/refactor store events example [#2400](https://github.com/tldraw/tldraw/pull/2400) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- annotate canvas events [#2397](https://github.com/tldraw/tldraw/pull/2397) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- Annotate api example [#2395](https://github.com/tldraw/tldraw/pull/2395) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- Refactor and document speech bubble example [#2392](https://github.com/tldraw/tldraw/pull/2392) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git) [@steveruizok](https://github.com/steveruizok))
|
||||
- Fix README link typo [#2372](https://github.com/tldraw/tldraw/pull/2372) ([@chunderbolt](https://github.com/chunderbolt))
|
||||
- `@tldraw/editor`
|
||||
- [fix] next selected shapes comment [#2427](https://github.com/tldraw/tldraw/pull/2427) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- `@tldraw/tldraw`
|
||||
- [example] Changing the default tldraw colors [#2402](https://github.com/tldraw/tldraw/pull/2402) ([@steveruizok](https://github.com/steveruizok))
|
||||
- add descriptions to examples [#2375](https://github.com/tldraw/tldraw/pull/2375) ([@SomeHats](https://github.com/SomeHats) [@steveruizok](https://github.com/steveruizok))
|
||||
- `@tldraw/assets`, `@tldraw/editor`, `@tldraw/tldraw`, `@tldraw/tlschema`, `@tldraw/utils`, `@tldraw/validate`
|
||||
- Fix trademark links [#2380](https://github.com/tldraw/tldraw/pull/2380) ([@nonparibus](https://github.com/nonparibus))
|
||||
- Another typo fix. [#2366](https://github.com/tldraw/tldraw/pull/2366) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### Authors: 8
|
||||
|
||||
- [@chunderbolt](https://github.com/chunderbolt)
|
||||
- [@huppy-bot[bot]](https://github.com/huppy-bot[bot])
|
||||
- alex ([@SomeHats](https://github.com/SomeHats))
|
||||
- David @ HASH ([@nonparibus](https://github.com/nonparibus))
|
||||
- Mitja Bezenšek ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- Stan Flint ([@StanFlint](https://github.com/StanFlint))
|
||||
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
|
||||
- Taha ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
|
||||
---
|
||||
|
||||
# v2.0.0-beta.1 (Wed Dec 20 2023)
|
||||
|
||||
### Release Notes
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "2.0.0-beta.1"
|
||||
"version": "2.0.0-beta.2"
|
||||
}
|
||||
|
|
|
@ -1,3 +1,25 @@
|
|||
# v2.0.0-beta.2 (Wed Jan 10 2024)
|
||||
|
||||
### Release Notes
|
||||
|
||||
#### Fix trademark links ([#2380](https://github.com/tldraw/tldraw/pull/2380))
|
||||
|
||||
- Fixes broken links in a number of docs files.
|
||||
|
||||
---
|
||||
|
||||
#### 📝 Documentation
|
||||
|
||||
- Fix trademark links [#2380](https://github.com/tldraw/tldraw/pull/2380) ([@nonparibus](https://github.com/nonparibus))
|
||||
- Another typo fix. [#2366](https://github.com/tldraw/tldraw/pull/2366) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### Authors: 2
|
||||
|
||||
- David @ HASH ([@nonparibus](https://github.com/nonparibus))
|
||||
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
---
|
||||
|
||||
# v2.0.0-beta.1 (Wed Dec 20 2023)
|
||||
|
||||
### Release Notes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/assets",
|
||||
"description": "A tiny little drawing app (assets).",
|
||||
"version": "2.0.0-beta.1",
|
||||
"version": "2.0.0-beta.2",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
"email": "hello@tldraw.com"
|
||||
|
|
|
@ -1,3 +1,64 @@
|
|||
# v2.0.0-beta.2 (Wed Jan 10 2024)
|
||||
|
||||
### Release Notes
|
||||
|
||||
#### [fix] next selected shapes comment ([#2427](https://github.com/tldraw/tldraw/pull/2427))
|
||||
|
||||
- Fix error in setStyleForNextSelectedShapes comment
|
||||
|
||||
#### Fix issues with clip paths for frames ([#2406](https://github.com/tldraw/tldraw/pull/2406))
|
||||
|
||||
- Add a brief release note for your PR here.
|
||||
|
||||
#### [fix] edge scrolling when component is inside of screen ([#2398](https://github.com/tldraw/tldraw/pull/2398))
|
||||
|
||||
- Add a brief release note for your PR here.
|
||||
|
||||
#### [tech debt] Primitives renaming party / cleanup ([#2396](https://github.com/tldraw/tldraw/pull/2396))
|
||||
|
||||
- renames Vec2d to Vec
|
||||
- renames Vec2dModel to VecModel
|
||||
- renames Box2d to Box
|
||||
- renames Box2dModel to BoxModel
|
||||
- renames Matrix2d to Mat
|
||||
- renames Matrix2dModel to MatModel
|
||||
- removes unused primitive helpers
|
||||
|
||||
#### Fix trademark links ([#2380](https://github.com/tldraw/tldraw/pull/2380))
|
||||
|
||||
- Fixes broken links in a number of docs files.
|
||||
|
||||
#### [fix] polygon bounds ([#2378](https://github.com/tldraw/tldraw/pull/2378))
|
||||
|
||||
- Fixed a bug with the bounds calculation for polygons.
|
||||
|
||||
---
|
||||
|
||||
#### 💥 Breaking Change
|
||||
|
||||
- [tech debt] Primitives renaming party / cleanup [#2396](https://github.com/tldraw/tldraw/pull/2396) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- Fix issues with clip paths for frames [#2406](https://github.com/tldraw/tldraw/pull/2406) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- [fix] edge scrolling when component is inside of screen [#2398](https://github.com/tldraw/tldraw/pull/2398) ([@steveruizok](https://github.com/steveruizok))
|
||||
- [fix] polygon bounds [#2378](https://github.com/tldraw/tldraw/pull/2378) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 📝 Documentation
|
||||
|
||||
- [fix] next selected shapes comment [#2427](https://github.com/tldraw/tldraw/pull/2427) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- Fix trademark links [#2380](https://github.com/tldraw/tldraw/pull/2380) ([@nonparibus](https://github.com/nonparibus))
|
||||
- Another typo fix. [#2366](https://github.com/tldraw/tldraw/pull/2366) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### Authors: 4
|
||||
|
||||
- David @ HASH ([@nonparibus](https://github.com/nonparibus))
|
||||
- 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-beta.1 (Wed Dec 20 2023)
|
||||
|
||||
### Release Notes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/editor",
|
||||
"description": "A tiny little drawing app (editor).",
|
||||
"version": "2.0.0-beta.1",
|
||||
"version": "2.0.0-beta.2",
|
||||
"packageManager": "yarn@3.5.0",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
|
|
|
@ -1 +1 @@
|
|||
export const version = '2.0.0-beta.1'
|
||||
export const version = '2.0.0-beta.2'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/state",
|
||||
"description": "A tiny little drawing app (state).",
|
||||
"version": "2.0.0-beta.1",
|
||||
"version": "2.0.0-beta.2",
|
||||
"packageManager": "yarn@3.5.0",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
# v2.0.0-beta.2 (Wed Jan 10 2024)
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- Fix meta examples [#2379](https://github.com/tldraw/tldraw/pull/2379) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### Authors: 1
|
||||
|
||||
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
---
|
||||
|
||||
# v2.0.0-beta.1 (Wed Dec 20 2023)
|
||||
|
||||
### Release Notes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/store",
|
||||
"description": "A tiny little drawing app (store).",
|
||||
"version": "2.0.0-beta.1",
|
||||
"version": "2.0.0-beta.2",
|
||||
"packageManager": "yarn@3.5.0",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
|
|
|
@ -1,3 +1,68 @@
|
|||
# v2.0.0-beta.2 (Wed Jan 10 2024)
|
||||
|
||||
### Release Notes
|
||||
|
||||
#### refactor copy/export, fix safari copy-as-image being broken ([#2411](https://github.com/tldraw/tldraw/pull/2411))
|
||||
|
||||
- Fix a bug preventing copying as an image on iOS
|
||||
|
||||
#### Add url validation ([#2428](https://github.com/tldraw/tldraw/pull/2428))
|
||||
|
||||
- Add validation to urls.
|
||||
|
||||
#### [fix] edge scrolling when component is inside of screen ([#2398](https://github.com/tldraw/tldraw/pull/2398))
|
||||
|
||||
- Add a brief release note for your PR here.
|
||||
|
||||
#### [tech debt] Primitives renaming party / cleanup ([#2396](https://github.com/tldraw/tldraw/pull/2396))
|
||||
|
||||
- renames Vec2d to Vec
|
||||
- renames Vec2dModel to VecModel
|
||||
- renames Box2d to Box
|
||||
- renames Box2dModel to BoxModel
|
||||
- renames Matrix2d to Mat
|
||||
- renames Matrix2dModel to MatModel
|
||||
- removes unused primitive helpers
|
||||
|
||||
#### Fix trademark links ([#2380](https://github.com/tldraw/tldraw/pull/2380))
|
||||
|
||||
- Fixes broken links in a number of docs files.
|
||||
|
||||
#### [fix] polygon bounds ([#2378](https://github.com/tldraw/tldraw/pull/2378))
|
||||
|
||||
- Fixed a bug with the bounds calculation for polygons.
|
||||
|
||||
---
|
||||
|
||||
#### 💥 Breaking Change
|
||||
|
||||
- [tech debt] Primitives renaming party / cleanup [#2396](https://github.com/tldraw/tldraw/pull/2396) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- refactor copy/export, fix safari copy-as-image being broken [#2411](https://github.com/tldraw/tldraw/pull/2411) ([@SomeHats](https://github.com/SomeHats) [@huppy-bot[bot]](https://github.com/huppy-bot[bot]))
|
||||
- Add url validation [#2428](https://github.com/tldraw/tldraw/pull/2428) ([@MitjaBezensek](https://github.com/MitjaBezensek) [@SomeHats](https://github.com/SomeHats))
|
||||
- [fix] edge scrolling when component is inside of screen [#2398](https://github.com/tldraw/tldraw/pull/2398) ([@steveruizok](https://github.com/steveruizok))
|
||||
- [fix] Asset versions [#2389](https://github.com/tldraw/tldraw/pull/2389) ([@steveruizok](https://github.com/steveruizok))
|
||||
- [fix] polygon bounds [#2378](https://github.com/tldraw/tldraw/pull/2378) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 📝 Documentation
|
||||
|
||||
- [example] Changing the default tldraw colors [#2402](https://github.com/tldraw/tldraw/pull/2402) ([@steveruizok](https://github.com/steveruizok))
|
||||
- add descriptions to examples [#2375](https://github.com/tldraw/tldraw/pull/2375) ([@SomeHats](https://github.com/SomeHats) [@steveruizok](https://github.com/steveruizok))
|
||||
- Fix trademark links [#2380](https://github.com/tldraw/tldraw/pull/2380) ([@nonparibus](https://github.com/nonparibus))
|
||||
- Another typo fix. [#2366](https://github.com/tldraw/tldraw/pull/2366) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### Authors: 5
|
||||
|
||||
- [@huppy-bot[bot]](https://github.com/huppy-bot[bot])
|
||||
- alex ([@SomeHats](https://github.com/SomeHats))
|
||||
- David @ HASH ([@nonparibus](https://github.com/nonparibus))
|
||||
- Mitja Bezenšek ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
---
|
||||
|
||||
# v2.0.0-beta.1 (Wed Dec 20 2023)
|
||||
|
||||
### Release Notes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/tldraw",
|
||||
"description": "A tiny little drawing editor.",
|
||||
"version": "2.0.0-beta.1",
|
||||
"version": "2.0.0-beta.2",
|
||||
"packageManager": "yarn@3.5.0",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
|
|
|
@ -1,3 +1,54 @@
|
|||
# v2.0.0-beta.2 (Wed Jan 10 2024)
|
||||
|
||||
### Release Notes
|
||||
|
||||
#### Fix validation when pasting images. ([#2436](https://github.com/tldraw/tldraw/pull/2436))
|
||||
|
||||
- Fixes url validations.
|
||||
|
||||
#### Add url validation ([#2428](https://github.com/tldraw/tldraw/pull/2428))
|
||||
|
||||
- Add validation to urls.
|
||||
|
||||
#### [tech debt] Primitives renaming party / cleanup ([#2396](https://github.com/tldraw/tldraw/pull/2396))
|
||||
|
||||
- renames Vec2d to Vec
|
||||
- renames Vec2dModel to VecModel
|
||||
- renames Box2d to Box
|
||||
- renames Box2dModel to BoxModel
|
||||
- renames Matrix2d to Mat
|
||||
- renames Matrix2dModel to MatModel
|
||||
- removes unused primitive helpers
|
||||
|
||||
#### Fix trademark links ([#2380](https://github.com/tldraw/tldraw/pull/2380))
|
||||
|
||||
- Fixes broken links in a number of docs files.
|
||||
|
||||
---
|
||||
|
||||
#### 💥 Breaking Change
|
||||
|
||||
- [tech debt] Primitives renaming party / cleanup [#2396](https://github.com/tldraw/tldraw/pull/2396) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- Fix validation when pasting images. [#2436](https://github.com/tldraw/tldraw/pull/2436) ([@MitjaBezensek](https://github.com/MitjaBezensek) [@SomeHats](https://github.com/SomeHats))
|
||||
- Add url validation [#2428](https://github.com/tldraw/tldraw/pull/2428) ([@MitjaBezensek](https://github.com/MitjaBezensek) [@SomeHats](https://github.com/SomeHats))
|
||||
|
||||
#### 📝 Documentation
|
||||
|
||||
- Fix trademark links [#2380](https://github.com/tldraw/tldraw/pull/2380) ([@nonparibus](https://github.com/nonparibus))
|
||||
- Another typo fix. [#2366](https://github.com/tldraw/tldraw/pull/2366) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### Authors: 4
|
||||
|
||||
- alex ([@SomeHats](https://github.com/SomeHats))
|
||||
- David @ HASH ([@nonparibus](https://github.com/nonparibus))
|
||||
- Mitja Bezenšek ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
---
|
||||
|
||||
# v2.0.0-beta.1 (Wed Dec 20 2023)
|
||||
|
||||
### Release Notes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/tlschema",
|
||||
"description": "A tiny little drawing app (schema).",
|
||||
"version": "2.0.0-beta.1",
|
||||
"version": "2.0.0-beta.2",
|
||||
"packageManager": "yarn@3.5.0",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
|
|
|
@ -1,3 +1,35 @@
|
|||
# v2.0.0-beta.2 (Wed Jan 10 2024)
|
||||
|
||||
### Release Notes
|
||||
|
||||
#### Add url validation ([#2428](https://github.com/tldraw/tldraw/pull/2428))
|
||||
|
||||
- Add validation to urls.
|
||||
|
||||
#### Fix trademark links ([#2380](https://github.com/tldraw/tldraw/pull/2380))
|
||||
|
||||
- Fixes broken links in a number of docs files.
|
||||
|
||||
---
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- Add url validation [#2428](https://github.com/tldraw/tldraw/pull/2428) ([@MitjaBezensek](https://github.com/MitjaBezensek) [@SomeHats](https://github.com/SomeHats))
|
||||
|
||||
#### 📝 Documentation
|
||||
|
||||
- Fix trademark links [#2380](https://github.com/tldraw/tldraw/pull/2380) ([@nonparibus](https://github.com/nonparibus))
|
||||
- Another typo fix. [#2366](https://github.com/tldraw/tldraw/pull/2366) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### Authors: 4
|
||||
|
||||
- alex ([@SomeHats](https://github.com/SomeHats))
|
||||
- David @ HASH ([@nonparibus](https://github.com/nonparibus))
|
||||
- Mitja Bezenšek ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
---
|
||||
|
||||
# v2.0.0-beta.1 (Wed Dec 20 2023)
|
||||
|
||||
#### 💥 Breaking Change
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/utils",
|
||||
"description": "A tiny little drawing app (private utilities).",
|
||||
"version": "2.0.0-beta.1",
|
||||
"version": "2.0.0-beta.2",
|
||||
"packageManager": "yarn@3.5.0",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
|
|
|
@ -1,3 +1,35 @@
|
|||
# v2.0.0-beta.2 (Wed Jan 10 2024)
|
||||
|
||||
### Release Notes
|
||||
|
||||
#### Add url validation ([#2428](https://github.com/tldraw/tldraw/pull/2428))
|
||||
|
||||
- Add validation to urls.
|
||||
|
||||
#### Fix trademark links ([#2380](https://github.com/tldraw/tldraw/pull/2380))
|
||||
|
||||
- Fixes broken links in a number of docs files.
|
||||
|
||||
---
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- Add url validation [#2428](https://github.com/tldraw/tldraw/pull/2428) ([@MitjaBezensek](https://github.com/MitjaBezensek) [@SomeHats](https://github.com/SomeHats))
|
||||
|
||||
#### 📝 Documentation
|
||||
|
||||
- Fix trademark links [#2380](https://github.com/tldraw/tldraw/pull/2380) ([@nonparibus](https://github.com/nonparibus))
|
||||
- Another typo fix. [#2366](https://github.com/tldraw/tldraw/pull/2366) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### Authors: 4
|
||||
|
||||
- alex ([@SomeHats](https://github.com/SomeHats))
|
||||
- David @ HASH ([@nonparibus](https://github.com/nonparibus))
|
||||
- Mitja Bezenšek ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
---
|
||||
|
||||
# v2.0.0-beta.1 (Wed Dec 20 2023)
|
||||
|
||||
#### 💥 Breaking Change
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/validate",
|
||||
"description": "A runtime validation library by tldraw.",
|
||||
"version": "2.0.0-beta.1",
|
||||
"version": "2.0.0-beta.2",
|
||||
"packageManager": "yarn@3.5.0",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
|
|
Loading…
Reference in a new issue