126 lines
6.2 KiB
Markdown
126 lines
6.2 KiB
Markdown
# v2.0.0-alpha.13 (Wed Jun 28 2023)
|
|
|
|
### Release Notes
|
|
|
|
#### [improvement] store snapshot types ([#1657](https://github.com/tldraw/tldraw/pull/1657))
|
|
|
|
- [dev] Rename `StoreSnapshot` to `SerializedStore`
|
|
- [dev] Create new `StoreSnapshot` as type related to `getSnapshot`/`loadSnapshot`
|
|
|
|
#### `ShapeUtil` refactor, `Editor` cleanup ([#1611](https://github.com/tldraw/tldraw/pull/1611))
|
|
|
|
- [editor] renames `defaultProps` to `getDefaultProps`
|
|
- [editor] removes `outline`, `outlineSegments`, `handles`, `bounds`
|
|
- [editor] renames `renderBackground` to `backgroundComponent`
|
|
|
|
#### Styles API ([#1580](https://github.com/tldraw/tldraw/pull/1580))
|
|
|
|
-
|
|
|
|
#### Add optional generic to `updateShapes` / `createShapes` ([#1579](https://github.com/tldraw/tldraw/pull/1579))
|
|
|
|
- [editor] adds an optional shape generic to `updateShapes` and `createShapes`
|
|
|
|
#### mini `defineShape` API ([#1563](https://github.com/tldraw/tldraw/pull/1563))
|
|
|
|
[dev-facing, notes to come]
|
|
|
|
#### Renaming types, shape utils, tools ([#1513](https://github.com/tldraw/tldraw/pull/1513))
|
|
|
|
- Renaming of types, shape utils, tools
|
|
|
|
#### tlschema cleanup ([#1509](https://github.com/tldraw/tldraw/pull/1509))
|
|
|
|
- [editor] Remove `app.createShapeId`
|
|
- [tlschema] Cleans up exports
|
|
|
|
#### Rename tlstore to store ([#1507](https://github.com/tldraw/tldraw/pull/1507))
|
|
|
|
- Replace @tldraw/tlstore with @tldraw/store
|
|
|
|
#### Rename tlvalidate to validate ([#1508](https://github.com/tldraw/tldraw/pull/1508))
|
|
|
|
- Rename tlvalidate to validate
|
|
|
|
#### Filter out unused assets. ([#1502](https://github.com/tldraw/tldraw/pull/1502))
|
|
|
|
- Optimize file size of exported files.
|
|
|
|
#### Cleanup @tldraw/ui types / exports ([#1504](https://github.com/tldraw/tldraw/pull/1504))
|
|
|
|
- [editor] clean up / unify types
|
|
|
|
#### rename app to editor ([#1503](https://github.com/tldraw/tldraw/pull/1503))
|
|
|
|
- Rename `App` to `Editor` and many other things that reference `app` to `editor`.
|
|
|
|
#### [refactor] update record names ([#1473](https://github.com/tldraw/tldraw/pull/1473))
|
|
|
|
- [editor] rename record types
|
|
|
|
#### [chore] refactor user preferences ([#1435](https://github.com/tldraw/tldraw/pull/1435))
|
|
|
|
- Add a brief release note for your PR here.
|
|
|
|
#### Stricter ID types ([#1439](https://github.com/tldraw/tldraw/pull/1439))
|
|
|
|
[internal only, covered by #1432 changelog]
|
|
|
|
#### [refactor] restore createTLSchema ([#1444](https://github.com/tldraw/tldraw/pull/1444))
|
|
|
|
- [editor] Simplifies custom shape definition
|
|
- [tldraw] Updates props for <TldrawEditor> component to require a `TldrawEditorConfig`.
|
|
|
|
#### avoid lazy race conditions ([#1364](https://github.com/tldraw/tldraw/pull/1364))
|
|
|
|
[internal only]
|
|
|
|
---
|
|
|
|
#### 💥 Breaking Change
|
|
|
|
- [tweak] migrate store snapshot arguments [#1659](https://github.com/tldraw/tldraw/pull/1659) ([@steveruizok](https://github.com/steveruizok))
|
|
- [improvement] store snapshot types [#1657](https://github.com/tldraw/tldraw/pull/1657) ([@steveruizok](https://github.com/steveruizok))
|
|
- `ShapeUtil` refactor, `Editor` cleanup [#1611](https://github.com/tldraw/tldraw/pull/1611) ([@steveruizok](https://github.com/steveruizok))
|
|
- Styles API [#1580](https://github.com/tldraw/tldraw/pull/1580) ([@SomeHats](https://github.com/SomeHats) [@steveruizok](https://github.com/steveruizok))
|
|
- mini `defineShape` API [#1563](https://github.com/tldraw/tldraw/pull/1563) ([@SomeHats](https://github.com/SomeHats))
|
|
- Independent instance state persistence [#1493](https://github.com/tldraw/tldraw/pull/1493) ([@ds300](https://github.com/ds300))
|
|
- Renaming types, shape utils, tools [#1513](https://github.com/tldraw/tldraw/pull/1513) ([@steveruizok](https://github.com/steveruizok))
|
|
- tlschema cleanup [#1509](https://github.com/tldraw/tldraw/pull/1509) ([@steveruizok](https://github.com/steveruizok))
|
|
- Rename tlstore to store [#1507](https://github.com/tldraw/tldraw/pull/1507) ([@steveruizok](https://github.com/steveruizok))
|
|
- Rename tlvalidate to validate [#1508](https://github.com/tldraw/tldraw/pull/1508) ([@steveruizok](https://github.com/steveruizok))
|
|
- Cleanup @tldraw/ui types / exports [#1504](https://github.com/tldraw/tldraw/pull/1504) ([@steveruizok](https://github.com/steveruizok))
|
|
- rename app to editor [#1503](https://github.com/tldraw/tldraw/pull/1503) ([@steveruizok](https://github.com/steveruizok))
|
|
- [refactor] User-facing APIs [#1478](https://github.com/tldraw/tldraw/pull/1478) ([@steveruizok](https://github.com/steveruizok))
|
|
- [refactor] update record names [#1473](https://github.com/tldraw/tldraw/pull/1473) ([@steveruizok](https://github.com/steveruizok))
|
|
- [chore] refactor user preferences [#1435](https://github.com/tldraw/tldraw/pull/1435) ([@ds300](https://github.com/ds300))
|
|
- [refactor] restore createTLSchema [#1444](https://github.com/tldraw/tldraw/pull/1444) ([@steveruizok](https://github.com/steveruizok))
|
|
|
|
#### 🚀 Enhancement
|
|
|
|
- Add optional generic to `updateShapes` / `createShapes` [#1579](https://github.com/tldraw/tldraw/pull/1579) ([@steveruizok](https://github.com/steveruizok))
|
|
- move v1 migration code into file-format [#1499](https://github.com/tldraw/tldraw/pull/1499) ([@steveruizok](https://github.com/steveruizok))
|
|
|
|
#### 🐛 Bug Fix
|
|
|
|
- Filter out unused assets. [#1502](https://github.com/tldraw/tldraw/pull/1502) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
|
- Stricter ID types [#1439](https://github.com/tldraw/tldraw/pull/1439) ([@SomeHats](https://github.com/SomeHats) [@steveruizok](https://github.com/steveruizok))
|
|
- 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))
|
|
- [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
|
|
|
|
- avoid lazy race conditions [#1364](https://github.com/tldraw/tldraw/pull/1364) ([@SomeHats](https://github.com/SomeHats))
|
|
|
|
#### Authors: 4
|
|
|
|
- alex ([@SomeHats](https://github.com/SomeHats))
|
|
- David Sheldrick ([@ds300](https://github.com/ds300))
|
|
- Mitja Bezenšek ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
|
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
|