83544a9ea8
following up on https://discord.com/channels/859816885297741824/1162726738774720574/1211715924613275681 several things here: - `docs/api/.*json` were out-of-date — seems like fetch-api-source should run automatically? shouldn't `build-api` also override this directory? in particular, tldraw.api.json still had a ton of references to the old @tldraw/tldraw package - the main problem was that `generateApiContent` was failing silently. we were relying on Promises and this broke silently because we never handled exceptions. i got rid of the Promise as it was unnecessary and made the exceptions bubble up - two things were broken in the docs and those are fixed, so now the missing entries will resurface ### Change Type - [x] `documentation` — Changes to the documentation only[^2] --------- Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
166 lines
8.7 KiB
Text
166 lines
8.7 KiB
Text
---
|
|
title: v2.0.0-beta.2
|
|
description: Examples
|
|
author: tldraw
|
|
date: 1/10/2024
|
|
order: 8
|
|
status: published
|
|
---
|
|
|
|
[View on GitHub](https://github.com/tldraw/tldraw/releases/tag/v2.0.0-beta.2)
|
|
|
|
#### 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))
|