@tldraw/primitives
Advanced tools
Comparing version 2.0.0-canary.51406d2d814f to 2.0.0-canary.5174d3f466dd
@@ -0,1 +1,63 @@ | ||
# v2.0.0-alpha.13 (Wed Jun 28 2023) | ||
### Release Notes | ||
#### [refactor] snapping ([#1589](https://github.com/tldraw/tldraw/pull/1589)) | ||
- [editor] fix bug in snapping | ||
#### Fix arrows with weird bends crashing ([#1540](https://github.com/tldraw/tldraw/pull/1540)) | ||
- Fixed a rare crash that could happen when you try to curve an arrow with zero distance. | ||
#### [2/3] renderer changes to support "sandwich mode" highlighting ([#1418](https://github.com/tldraw/tldraw/pull/1418)) | ||
[not yet!] | ||
#### Measure individual words instead of just line breaks for text exports ([#1397](https://github.com/tldraw/tldraw/pull/1397)) | ||
- Add a brief release note for your PR here. | ||
#### avoid lazy race conditions ([#1364](https://github.com/tldraw/tldraw/pull/1364)) | ||
[internal only] | ||
--- | ||
#### ๐ Enhancement | ||
- [2/3] renderer changes to support "sandwich mode" highlighting [#1418](https://github.com/tldraw/tldraw/pull/1418) ([@SomeHats](https://github.com/SomeHats)) | ||
#### ๐ Bug Fix | ||
- [refactor] snapping [#1589](https://github.com/tldraw/tldraw/pull/1589) ([@steveruizok](https://github.com/steveruizok)) | ||
- Fix arrows with weird bends crashing [#1540](https://github.com/tldraw/tldraw/pull/1540) ([@TodePond](https://github.com/TodePond)) | ||
- ensure that fixed points stay fixed [#1523](https://github.com/tldraw/tldraw/pull/1523) ([@steveruizok](https://github.com/steveruizok)) | ||
- Measure individual words instead of just line breaks for text exports [#1397](https://github.com/tldraw/tldraw/pull/1397) ([@SomeHats](https://github.com/SomeHats)) | ||
- readmes [#1195](https://github.com/tldraw/tldraw/pull/1195) ([@steveruizok](https://github.com/steveruizok)) | ||
- [chore] update lazyrepo [#1211](https://github.com/tldraw/tldraw/pull/1211) ([@ds300](https://github.com/ds300)) | ||
- Use `strokePathData` for `<ShapeFill/>` path to avoid bugs in the inner path algo [#1207](https://github.com/tldraw/tldraw/pull/1207) ([@orangemug](https://github.com/orangemug) [@steveruizok](https://github.com/steveruizok)) | ||
- [lite] upgrade lazyrepo [#1198](https://github.com/tldraw/tldraw/pull/1198) ([@ds300](https://github.com/ds300)) | ||
- transfer-out: transfer out [#1195](https://github.com/tldraw/tldraw/pull/1195) ([@SomeHats](https://github.com/SomeHats)) | ||
#### โ ๏ธ Pushed to `main` | ||
- update lazyrepo ([@ds300](https://github.com/ds300)) | ||
#### ๐ Internal | ||
- replace console.log with nicelog [#1496](https://github.com/tldraw/tldraw/pull/1496) ([@steveruizok](https://github.com/steveruizok)) | ||
- [chore] remove benchmark [#1489](https://github.com/tldraw/tldraw/pull/1489) ([@steveruizok](https://github.com/steveruizok)) | ||
- avoid lazy race conditions [#1364](https://github.com/tldraw/tldraw/pull/1364) ([@SomeHats](https://github.com/SomeHats)) | ||
#### Authors: 5 | ||
- alex ([@SomeHats](https://github.com/SomeHats)) | ||
- David Sheldrick ([@ds300](https://github.com/ds300)) | ||
- Lu Wilson ([@TodePond](https://github.com/TodePond)) | ||
- Orange Mug ([@orangemug](https://github.com/orangemug)) | ||
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok)) | ||
--- | ||
# v2.0.0-alpha.12 (Mon Apr 03 2023) | ||
@@ -2,0 +64,0 @@ |
{ | ||
"name": "@tldraw/primitives", | ||
"description": "A tiny little drawing app (primitives).", | ||
"version": "2.0.0-canary.51406d2d814f", | ||
"version": "2.0.0-canary.5174d3f466dd", | ||
"packageManager": "yarn@3.5.0", | ||
@@ -45,3 +45,3 @@ "author": { | ||
"dependencies": { | ||
"@tldraw/tlschema": "2.0.0-canary.51406d2d814f" | ||
"@tldraw/tlschema": "2.0.0-canary.5174d3f466dd" | ||
}, | ||
@@ -48,0 +48,0 @@ "jest": { |
726873
+ Added@tldraw/state@2.0.0-canary.5174d3f466dd(transitive)
+ Added@tldraw/store@2.0.0-canary.5174d3f466dd(transitive)
+ Added@tldraw/tlschema@2.0.0-canary.5174d3f466dd(transitive)
+ Added@tldraw/utils@2.0.0-canary.5174d3f466dd(transitive)
+ Added@tldraw/validate@2.0.0-canary.5174d3f466dd(transitive)
- Removed@tldraw/state@2.0.0-canary.51406d2d814f(transitive)
- Removed@tldraw/store@2.0.0-canary.51406d2d814f(transitive)
- Removed@tldraw/tlschema@2.0.0-canary.51406d2d814f(transitive)
- Removed@tldraw/utils@2.0.0-canary.51406d2d814f(transitive)
- Removed@tldraw/validate@2.0.0-canary.51406d2d814f(transitive)