Update CHANGELOG.md [skip ci]
This commit is contained in:
parent
e10c7cb8a9
commit
c4ffa05b12
19 changed files with 1336 additions and 11 deletions
610
CHANGELOG.md
610
CHANGELOG.md
|
@ -1,3 +1,613 @@
|
|||
# v2.0.0-beta.3 (Tue Feb 13 2024)
|
||||
|
||||
### Release Notes
|
||||
|
||||
#### Fix camera. ([#2818](https://github.com/tldraw/tldraw/pull/2818))
|
||||
|
||||
- Fixes an issue with the camera and zooming.
|
||||
|
||||
#### Use canvas bounds for viewport bounds ([#2798](https://github.com/tldraw/tldraw/pull/2798))
|
||||
|
||||
- Changes the source of truth for the viewport page bounds to be the canvas instead.
|
||||
|
||||
#### docs: better code snippets ([#2801](https://github.com/tldraw/tldraw/pull/2801))
|
||||
|
||||
- Docs: reworks code snippets
|
||||
|
||||
#### Quick start guide ([#2692](https://github.com/tldraw/tldraw/pull/2692))
|
||||
|
||||
- Add a quick start guide
|
||||
|
||||
#### docs: fix scrolling issue with sidebar ([#2791](https://github.com/tldraw/tldraw/pull/2791))
|
||||
|
||||
- Docs: fix up scrolling.
|
||||
|
||||
#### Style UI based on component size instead of window size ([#2758](https://github.com/tldraw/tldraw/pull/2758))
|
||||
|
||||
- Dev: Fixed the default tldraw UI not matching the size of the component.
|
||||
|
||||
#### examples: clean up Canvas/Store events and make UiEvents have code snippets ([#2770](https://github.com/tldraw/tldraw/pull/2770))
|
||||
|
||||
- Examples: add an interactive example that shows code snippets for the SDK.
|
||||
|
||||
#### Fixed actions menu opening in wrong direction on mobile (and add an inline layout example) ([#2730](https://github.com/tldraw/tldraw/pull/2730))
|
||||
|
||||
- Dev: Fixed the actions menu opening in the wrong direction.
|
||||
|
||||
#### error reporting: rm ids from msgs for better Sentry grouping ([#2738](https://github.com/tldraw/tldraw/pull/2738))
|
||||
|
||||
- Error reporting: improve grouping for Sentry.
|
||||
|
||||
#### rearrange export / import from tldraw to help builds ([#2739](https://github.com/tldraw/tldraw/pull/2739))
|
||||
|
||||
- Build: Help with import/export error on some builds.
|
||||
|
||||
#### i18n: add HR 🇭🇷 ([#2778](https://github.com/tldraw/tldraw/pull/2778))
|
||||
|
||||
- i18n: add Croatian / Hrvatski.
|
||||
|
||||
#### arrows: account for another NaN ([#2753](https://github.com/tldraw/tldraw/pull/2753))
|
||||
|
||||
- Fixes zero-width arrow NaN computation when moving the label.
|
||||
|
||||
#### Split snap manager into ShapeBoundsSnaps and HandleSnaps ([#2747](https://github.com/tldraw/tldraw/pull/2747))
|
||||
|
||||
- `SnapLine`s are now called `SnapIndicator`s
|
||||
- Snapping methods moved from `editor.snaps` to `editor.snaps.shapeBounds` and `editor.snaps.handles` depending on the type of snapping you're trying to do.
|
||||
|
||||
#### arrows: update cursor only when in Select mode ([#2742](https://github.com/tldraw/tldraw/pull/2742))
|
||||
|
||||
- Cursor tweak for arrow labels.
|
||||
|
||||
#### Fix pinch zooming ([#2748](https://github.com/tldraw/tldraw/pull/2748))
|
||||
|
||||
- None: Fixes an unreleased bug.
|
||||
|
||||
#### docs: disable ai search for now ([#2740](https://github.com/tldraw/tldraw/pull/2740))
|
||||
|
||||
- Docs: disable AI search for now.
|
||||
|
||||
#### seo: attempt at avoiding a "soft 404" with there being thin content on dotcom ([#2737](https://github.com/tldraw/tldraw/pull/2737))
|
||||
|
||||
- Add a "Loading..." text to help SEO.
|
||||
|
||||
#### docs: add full-text search ([#2735](https://github.com/tldraw/tldraw/pull/2735))
|
||||
|
||||
- Docs: Add full-text search.
|
||||
|
||||
#### docs: fix CORS issue and broken example link ([#2727](https://github.com/tldraw/tldraw/pull/2727))
|
||||
|
||||
- Fixes docs CORS issue.
|
||||
|
||||
#### docs: rework search UI ([#2723](https://github.com/tldraw/tldraw/pull/2723))
|
||||
|
||||
- Docs: rework the search to be an inline dropdown.
|
||||
|
||||
#### [fix] VSCode keyboard shortcuts while editing text ([#2721](https://github.com/tldraw/tldraw/pull/2721))
|
||||
|
||||
- Fixed a bug in the VS Code that prevented keyboard shortcuts from working in text labels.
|
||||
|
||||
#### [Fix] Camera coordinate issues ([#2719](https://github.com/tldraw/tldraw/pull/2719))
|
||||
|
||||
- Fixed bugs with `getViewportScreenCenter` that could effect zooming and pinching on editors that aren't full screen
|
||||
|
||||
#### fix(docs): fix user-interface.mdx ([#2700](https://github.com/tldraw/tldraw/pull/2700))
|
||||
|
||||
Add `newMenuItem` creation in "Toolbar and Menus" example
|
||||
|
||||
#### docs: more cleanup following restructure ([#2702](https://github.com/tldraw/tldraw/pull/2702))
|
||||
|
||||
- Docs: further cleanup following restructure.
|
||||
|
||||
#### reactive context menu overrides ([#2697](https://github.com/tldraw/tldraw/pull/2697))
|
||||
|
||||
- Context Menu overrides will now update reactively
|
||||
|
||||
#### [Fix] Note shape border radius ([#2696](https://github.com/tldraw/tldraw/pull/2696))
|
||||
|
||||
- Fixes a bad border radius
|
||||
|
||||
#### arrows: separate out handle behavior from labels ([#2621](https://github.com/tldraw/tldraw/pull/2621))
|
||||
|
||||
- Arrow labels: provide more polish on label placement
|
||||
|
||||
#### docs: fix up gen links to point to the new /reference section ([#2690](https://github.com/tldraw/tldraw/pull/2690))
|
||||
|
||||
- Fix up doc links with /gen links
|
||||
|
||||
#### docs: rework docs site to have different sections ([#2686](https://github.com/tldraw/tldraw/pull/2686))
|
||||
|
||||
- Rework our docs site to pull together the examples app and reference section more cohesively.
|
||||
|
||||
#### Fix svg exporting for images with not fully qualified url (`/tldraw.png` or `./tldraw.png`) ([#2676](https://github.com/tldraw/tldraw/pull/2676))
|
||||
|
||||
- Fix the svg export for images that have a local url.
|
||||
|
||||
#### Remove examples app landing page ([#2678](https://github.com/tldraw/tldraw/pull/2678))
|
||||
|
||||
- Remove examples app landing page
|
||||
|
||||
#### dev: add test-dev command for easier testing of packages ([#2627](https://github.com/tldraw/tldraw/pull/2627))
|
||||
|
||||
- Adds easier testing command for individual packages.
|
||||
|
||||
#### debug: start adding more tooling for debugging when interacting with shapes ([#2560](https://github.com/tldraw/tldraw/pull/2560))
|
||||
|
||||
- Adds more information in the debug view about what shape is selected and coordinates.
|
||||
|
||||
#### Grouping examples into categories ([#2585](https://github.com/tldraw/tldraw/pull/2585))
|
||||
|
||||
- Add collapsible categories to the examples app
|
||||
|
||||
#### [Fix] Overlapping non-adjacent handles ([#2663](https://github.com/tldraw/tldraw/pull/2663))
|
||||
|
||||
- Fixed a bug with virtual / create handle visibility.
|
||||
|
||||
#### [Fix] Missing bend handles on curved arrows ([#2661](https://github.com/tldraw/tldraw/pull/2661))
|
||||
|
||||
- Fixed a bug where the bend handle on arrows with a large curve could sometimes be hidden.
|
||||
|
||||
#### Improved duplication ([#2480](https://github.com/tldraw/tldraw/pull/2480))
|
||||
|
||||
- Add a brief release note for your PR here.
|
||||
|
||||
#### Positional keyboard shortcuts for toolbar ([#2409](https://github.com/tldraw/tldraw/pull/2409))
|
||||
|
||||
- You can now use the number keys to select the corresponding tool from the toolbar
|
||||
|
||||
#### Add button to Examples to request an example ([#2597](https://github.com/tldraw/tldraw/pull/2597))
|
||||
|
||||
- Add a button to request an example to the examples app
|
||||
|
||||
#### Update README and examples copy in the docs ([#2594](https://github.com/tldraw/tldraw/pull/2594))
|
||||
|
||||
- Update examples copy and tldraw README
|
||||
|
||||
#### Remove repeated word in CONTRIBUTING.md ([#2651](https://github.com/tldraw/tldraw/pull/2651))
|
||||
|
||||
- Remove repeated word in CONTRIBUTING.md.
|
||||
|
||||
#### [Fix] Wheel bug ([#2657](https://github.com/tldraw/tldraw/pull/2657))
|
||||
|
||||
- Fixed a bug with the mouse wheel effecting the pointer location when the editor was not full screen
|
||||
|
||||
#### Update layout.tsx ([#2619](https://github.com/tldraw/tldraw/pull/2619))
|
||||
|
||||
- Add a brief release note for your PR here.
|
||||
|
||||
#### [Improvement] Share zone styling ([#2628](https://github.com/tldraw/tldraw/pull/2628))
|
||||
|
||||
- Tweaked user avatar size.
|
||||
|
||||
#### [draft] Keep editor focus after losing focus of an action button ([#2630](https://github.com/tldraw/tldraw/pull/2630))
|
||||
|
||||
- Fixed a bug where keyboard shortcuts could stop working after using an action button.
|
||||
|
||||
#### Fix nudge bug ([#2634](https://github.com/tldraw/tldraw/pull/2634))
|
||||
|
||||
- Fixes a bug with keyboard nudging.
|
||||
|
||||
#### menus: address several little big things about menu styling ([#2624](https://github.com/tldraw/tldraw/pull/2624))
|
||||
|
||||
- Fixes nits on styling on our Radix menus.
|
||||
|
||||
#### i18n: sort languages by name, not by locale code ([#2625](https://github.com/tldraw/tldraw/pull/2625))
|
||||
|
||||
- Sorts the locale list by locale name, not code.
|
||||
|
||||
#### style: fix missing titles on vertical align menu ([#2623](https://github.com/tldraw/tldraw/pull/2623))
|
||||
|
||||
- Adds missing titles to vertical align menu.
|
||||
|
||||
#### Only actions on selected shapes if we are in select tool. ([#2617](https://github.com/tldraw/tldraw/pull/2617))
|
||||
|
||||
- Disable actions that work on selections when we are not in select tool as it makes it not obvious what the target for these actions.
|
||||
|
||||
#### debug: add FPS counter ([#2558](https://github.com/tldraw/tldraw/pull/2558))
|
||||
|
||||
- Adds FPS counter to debug panel.
|
||||
|
||||
#### Fix ios export crash ([#2615](https://github.com/tldraw/tldraw/pull/2615))
|
||||
|
||||
- iOS Safari: Fixed a crash when exporting large images.
|
||||
|
||||
#### arrows: add ability to change label placement ([#2557](https://github.com/tldraw/tldraw/pull/2557))
|
||||
|
||||
- Adds ability to change label position on arrows.
|
||||
|
||||
#### Add context toolbar example. ([#2596](https://github.com/tldraw/tldraw/pull/2596))
|
||||
|
||||
- Add context toolbar example.
|
||||
|
||||
#### Export TLCommandHistoryOptions type ([#2598](https://github.com/tldraw/tldraw/pull/2598))
|
||||
|
||||
- Added TLCommandHistoryOptions to the exported types.
|
||||
|
||||
#### [improvement] better comma control for pointer ([#2568](https://github.com/tldraw/tldraw/pull/2568))
|
||||
|
||||
- Improve comma key as a replacement for pointer down / pointer up.
|
||||
|
||||
#### fix: replaced dead links ([#2567](https://github.com/tldraw/tldraw/pull/2567))
|
||||
|
||||
- N/A
|
||||
|
||||
#### [dotcom] Delete service worker, cache tldraw assets ([#2552](https://github.com/tldraw/tldraw/pull/2552))
|
||||
|
||||
- Fix 'could not load assets' error that we often see on tldraw.com after a deploy
|
||||
|
||||
#### Allow snapping of shapes to the frame when dragging inside the frame. ([#2520](https://github.com/tldraw/tldraw/pull/2520))
|
||||
|
||||
- Adds snapping to frames when dragging shapes inside a frame.
|
||||
|
||||
#### Allow dismissing dialogs by clicking backdrop ([#2497](https://github.com/tldraw/tldraw/pull/2497))
|
||||
|
||||
- Allows dismissing dialogs by clicking the backdrop.
|
||||
|
||||
#### Fix the first run of dev script. ([#2484](https://github.com/tldraw/tldraw/pull/2484))
|
||||
|
||||
- Fix first `yarn dev` experience.
|
||||
|
||||
#### Prevent overlay content disappearing at some browser zoom levels ([#2483](https://github.com/tldraw/tldraw/pull/2483))
|
||||
|
||||
- removes the internal `useDprMultiple` hook
|
||||
|
||||
#### add keyboard shortcuts example ([#2474](https://github.com/tldraw/tldraw/pull/2474))
|
||||
|
||||
- Add keyboard shortcuts example
|
||||
|
||||
#### [hot take] Make dark mode colours pop more ([#2478](https://github.com/tldraw/tldraw/pull/2478))
|
||||
|
||||
- Tweaked dark mode colour styles to make them pop more.
|
||||
|
||||
#### fix typo in hideRotateHandle method ([#2473](https://github.com/tldraw/tldraw/pull/2473))
|
||||
|
||||
- fix typo in hideRotateHandle method
|
||||
|
||||
#### Maintain bindings whilst translating arrows ([#2424](https://github.com/tldraw/tldraw/pull/2424))
|
||||
|
||||
- You can now move arrows without them becoming unattached the shapes they're pointing to
|
||||
|
||||
#### [improvement] update dark mode ([#2468](https://github.com/tldraw/tldraw/pull/2468))
|
||||
|
||||
- Updated dark mode colors.
|
||||
|
||||
#### rename and annotate user presence example ([#2462](https://github.com/tldraw/tldraw/pull/2462))
|
||||
|
||||
- annotate user presence example and rename to presence-record
|
||||
|
||||
#### annotate onthecanvas example ([#2459](https://github.com/tldraw/tldraw/pull/2459))
|
||||
|
||||
- annotate onthecanvas example
|
||||
|
||||
#### annotate snapshot example ([#2454](https://github.com/tldraw/tldraw/pull/2454))
|
||||
|
||||
- annotate snapshot example
|
||||
|
||||
#### Fix and annotate minimal example ([#2448](https://github.com/tldraw/tldraw/pull/2448))
|
||||
|
||||
- Fix and annotate minimal example
|
||||
|
||||
#### annotate zones example ([#2461](https://github.com/tldraw/tldraw/pull/2461))
|
||||
|
||||
- annotate zones example
|
||||
|
||||
#### annotate ui events example ([#2460](https://github.com/tldraw/tldraw/pull/2460))
|
||||
|
||||
- annotate ui events example
|
||||
|
||||
#### Annotate shape meta data example ([#2453](https://github.com/tldraw/tldraw/pull/2453))
|
||||
|
||||
- Annotate shape meta data example
|
||||
|
||||
#### Annotate example for using Tldraw component in a scrollable container ([#2452](https://github.com/tldraw/tldraw/pull/2452))
|
||||
|
||||
- Annotate example for using Tldraw component in a scrollable container
|
||||
|
||||
#### Annotate example for making editor read-only ([#2451](https://github.com/tldraw/tldraw/pull/2451))
|
||||
|
||||
- Annotate example for making editor read-only
|
||||
|
||||
#### Fix typos and add comments for persistence example ([#2450](https://github.com/tldraw/tldraw/pull/2450))
|
||||
|
||||
- Fix typos and add comments for persistence example
|
||||
|
||||
#### Fix bookmark info for VS Code ([#2449](https://github.com/tldraw/tldraw/pull/2449))
|
||||
|
||||
- Fix bookmark image and description for VS code extension.
|
||||
|
||||
#### [fix] disable vertical edge resizing for text on mobile ([#2456](https://github.com/tldraw/tldraw/pull/2456))
|
||||
|
||||
- Add a brief release note for your PR here.
|
||||
|
||||
#### Don't bother measuring canvas max size for small images ([#2442](https://github.com/tldraw/tldraw/pull/2442))
|
||||
|
||||
- Android: Sped up exporting and importing images.
|
||||
|
||||
#### [Minor] change Simplified Chinese label to Chinese ([#2434](https://github.com/tldraw/tldraw/pull/2434))
|
||||
|
||||
- Changed the label for the Simplified Chinese language from `Chinese - Simplified` to `简体中文`, following the convention of other languages.
|
||||
- Updated the API and relevant documentation through build scripts.
|
||||
|
||||
#### annotate external sources example ([#2414](https://github.com/tldraw/tldraw/pull/2414))
|
||||
|
||||
- Adds annotation to the external sources example.
|
||||
|
||||
#### annotate multiple example ([#2431](https://github.com/tldraw/tldraw/pull/2431))
|
||||
|
||||
- annotate multiple example
|
||||
|
||||
#### annotate force mobile example ([#2421](https://github.com/tldraw/tldraw/pull/2421))
|
||||
|
||||
- annotate force mobile example
|
||||
|
||||
#### annotate hosted images example ([#2422](https://github.com/tldraw/tldraw/pull/2422))
|
||||
|
||||
- annotate hosted images example
|
||||
|
||||
#### annotate local images example ([#2423](https://github.com/tldraw/tldraw/pull/2423))
|
||||
|
||||
- annotate local images example
|
||||
|
||||
#### Lokalise: Translations update ([#2418](https://github.com/tldraw/tldraw/pull/2418))
|
||||
|
||||
- Added Hungarian translations.
|
||||
- Updated Turkish translations.
|
||||
|
||||
#### annotate meta oncreate example ([#2426](https://github.com/tldraw/tldraw/pull/2426))
|
||||
|
||||
- annotate meta oncreate example
|
||||
|
||||
#### Annotate exploded example ([#2413](https://github.com/tldraw/tldraw/pull/2413))
|
||||
|
||||
- Adds annotation to exploded example
|
||||
- imports all default components instead of just a few
|
||||
|
||||
#### annotate hide-ui example ([#2420](https://github.com/tldraw/tldraw/pull/2420))
|
||||
|
||||
- Annotate hide ui example
|
||||
|
||||
#### Annotate custom ui example ([#2408](https://github.com/tldraw/tldraw/pull/2408))
|
||||
|
||||
- Adds annotation to the custom ui example
|
||||
|
||||
#### [improvement] account for coarse pointers / insets in edge scrolling ([#2401](https://github.com/tldraw/tldraw/pull/2401))
|
||||
|
||||
- Add `instanceState.insets` to track which edges of the component are inset from the edges of the document body.
|
||||
- Improve behavior around edge scrolling
|
||||
|
||||
#### Custom components annotation ([#2403](https://github.com/tldraw/tldraw/pull/2403))
|
||||
|
||||
- Annotate the custom components example.
|
||||
|
||||
#### annotate meta onchange ([#2430](https://github.com/tldraw/tldraw/pull/2430))
|
||||
|
||||
- annotate meta onchange
|
||||
|
||||
---
|
||||
|
||||
#### 💥 Breaking Change
|
||||
|
||||
- `@tldraw/editor`, `@tldraw/tldraw`
|
||||
- Use canvas bounds for viewport bounds [#2798](https://github.com/tldraw/tldraw/pull/2798) ([@steveruizok](https://github.com/steveruizok))
|
||||
- Remove Geometry2d.isSnappable [#2768](https://github.com/tldraw/tldraw/pull/2768) ([@SomeHats](https://github.com/SomeHats))
|
||||
- [Fix] Camera coordinate issues [#2719](https://github.com/tldraw/tldraw/pull/2719) ([@steveruizok](https://github.com/steveruizok))
|
||||
- `@tldraw/editor`, `@tldraw/tldraw`, `@tldraw/utils`
|
||||
- Split snap manager into ShapeBoundsSnaps and HandleSnaps [#2747](https://github.com/tldraw/tldraw/pull/2747) ([@SomeHats](https://github.com/SomeHats))
|
||||
- `@tldraw/tldraw`, `@tldraw/utils`
|
||||
- faster image processing in default asset handler [#2441](https://github.com/tldraw/tldraw/pull/2441) ([@SomeHats](https://github.com/SomeHats))
|
||||
|
||||
#### 🚀 Enhancement
|
||||
|
||||
- docs: rework search UI [#2723](https://github.com/tldraw/tldraw/pull/2723) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- `@tldraw/editor`, `@tldraw/state`, `@tldraw/store`, `@tldraw/tldraw`, `@tldraw/tlschema`, `@tldraw/utils`, `@tldraw/validate`
|
||||
- [dx] use Biome instead of Prettier, part 2 [#2731](https://github.com/tldraw/tldraw/pull/2731) ([@si14](https://github.com/si14))
|
||||
- `@tldraw/assets`, `@tldraw/tlschema`
|
||||
- [dx] use Biome instead of Prettier, part 1 [#2729](https://github.com/tldraw/tldraw/pull/2729) ([@si14](https://github.com/si14))
|
||||
- `@tldraw/tldraw`
|
||||
- debug: start adding more tooling for debugging when interacting with shapes [#2560](https://github.com/tldraw/tldraw/pull/2560) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- Positional keyboard shortcuts for toolbar [#2409](https://github.com/tldraw/tldraw/pull/2409) ([@SomeHats](https://github.com/SomeHats) [@steveruizok](https://github.com/steveruizok))
|
||||
- `@tldraw/tldraw`, `@tldraw/tlschema`
|
||||
- Improved duplication [#2480](https://github.com/tldraw/tldraw/pull/2480) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git) [@MitjaBezensek](https://github.com/MitjaBezensek) [@ds300](https://github.com/ds300) [@steveruizok](https://github.com/steveruizok))
|
||||
- `@tldraw/editor`, `@tldraw/tldraw`
|
||||
- debug: add FPS counter [#2558](https://github.com/tldraw/tldraw/pull/2558) ([@mimecuvalo](https://github.com/mimecuvalo) [@steveruizok](https://github.com/steveruizok))
|
||||
- [improvement] better comma control for pointer [#2568](https://github.com/tldraw/tldraw/pull/2568) ([@steveruizok](https://github.com/steveruizok))
|
||||
- Allow snapping of shapes to the frame when dragging inside the frame. [#2520](https://github.com/tldraw/tldraw/pull/2520) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- Maintain bindings whilst translating arrows [#2424](https://github.com/tldraw/tldraw/pull/2424) ([@SomeHats](https://github.com/SomeHats) [@steveruizok](https://github.com/steveruizok))
|
||||
- [improvement] update dark mode [#2468](https://github.com/tldraw/tldraw/pull/2468) ([@steveruizok](https://github.com/steveruizok))
|
||||
- `@tldraw/editor`, `@tldraw/tldraw`, `@tldraw/tlschema`
|
||||
- arrows: add ability to change label placement [#2557](https://github.com/tldraw/tldraw/pull/2557) ([@mimecuvalo](https://github.com/mimecuvalo) [@steveruizok](https://github.com/steveruizok) [@SomeHats](https://github.com/SomeHats))
|
||||
- [improvement] account for coarse pointers / insets in edge scrolling [#2401](https://github.com/tldraw/tldraw/pull/2401) ([@steveruizok](https://github.com/steveruizok))
|
||||
- `@tldraw/assets`
|
||||
- [dotcom] Delete service worker, cache tldraw assets [#2552](https://github.com/tldraw/tldraw/pull/2552) ([@ds300](https://github.com/ds300))
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- VS Code 2.0.24 [#2816](https://github.com/tldraw/tldraw/pull/2816) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- menu: just have an empty space for checked menuitems [#2785](https://github.com/tldraw/tldraw/pull/2785) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- VS Code 2.0.23 [#2756](https://github.com/tldraw/tldraw/pull/2756) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- seo: attempt at avoiding a "soft 404" with there being thin content on dotcom [#2737](https://github.com/tldraw/tldraw/pull/2737) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- docs: add full-text search [#2735](https://github.com/tldraw/tldraw/pull/2735) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- docs: fix up gen links to point to the new /reference section [#2690](https://github.com/tldraw/tldraw/pull/2690) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- [DX] Use tabs in JSON.stringify [#2674](https://github.com/tldraw/tldraw/pull/2674) ([@steveruizok](https://github.com/steveruizok))
|
||||
- [Improvement] Share zone styling [#2628](https://github.com/tldraw/tldraw/pull/2628) ([@mimecuvalo](https://github.com/mimecuvalo) [@steveruizok](https://github.com/steveruizok))
|
||||
- VS Code 2.0.22 [#2500](https://github.com/tldraw/tldraw/pull/2500) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- fix geo cloud icon [#2485](https://github.com/tldraw/tldraw/pull/2485) ([@ds300](https://github.com/ds300))
|
||||
- Update README.md [#2464](https://github.com/tldraw/tldraw/pull/2464) ([@steveruizok](https://github.com/steveruizok))
|
||||
- Fix bookmark info for VS Code [#2449](https://github.com/tldraw/tldraw/pull/2449) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- Fix the publish script [#2440](https://github.com/tldraw/tldraw/pull/2440) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- Lokalise: Translations update [#2418](https://github.com/tldraw/tldraw/pull/2418) ([@TodePond](https://github.com/TodePond))
|
||||
- VS Code 2.0.21 [#2438](https://github.com/tldraw/tldraw/pull/2438) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- `@tldraw/editor`
|
||||
- Fix camera. [#2818](https://github.com/tldraw/tldraw/pull/2818) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- [fix] overlays, custom brush example [#2806](https://github.com/tldraw/tldraw/pull/2806) ([@steveruizok](https://github.com/steveruizok))
|
||||
- Fix pinch zooming [#2748](https://github.com/tldraw/tldraw/pull/2748) ([@TodePond](https://github.com/TodePond))
|
||||
- [Improvement] Text measurement tweaks [#2670](https://github.com/tldraw/tldraw/pull/2670) ([@steveruizok](https://github.com/steveruizok))
|
||||
- [Fix] Missing bend handles on curved arrows [#2661](https://github.com/tldraw/tldraw/pull/2661) ([@steveruizok](https://github.com/steveruizok))
|
||||
- [Fix] Wheel bug [#2657](https://github.com/tldraw/tldraw/pull/2657) ([@steveruizok](https://github.com/steveruizok))
|
||||
- Export TLCommandHistoryOptions type [#2598](https://github.com/tldraw/tldraw/pull/2598) ([@steveruizok](https://github.com/steveruizok))
|
||||
- Prevent overlay content disappearing at some browser zoom levels [#2483](https://github.com/tldraw/tldraw/pull/2483) ([@ds300](https://github.com/ds300))
|
||||
- `@tldraw/tldraw`
|
||||
- Style UI based on component size instead of window size [#2758](https://github.com/tldraw/tldraw/pull/2758) ([@TodePond](https://github.com/TodePond))
|
||||
- Fixed actions menu opening in wrong direction on mobile (and add an inline layout example) [#2730](https://github.com/tldraw/tldraw/pull/2730) ([@TodePond](https://github.com/TodePond))
|
||||
- rearrange export / import from tldraw to help builds [#2739](https://github.com/tldraw/tldraw/pull/2739) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- Fix infinite cursor chat issue by partially reverting "reactive context menu overrides (#2697)" [#2775](https://github.com/tldraw/tldraw/pull/2775) ([@SomeHats](https://github.com/SomeHats))
|
||||
- [fix] VSCode keyboard shortcuts while editing text [#2721](https://github.com/tldraw/tldraw/pull/2721) ([@steveruizok](https://github.com/steveruizok))
|
||||
- [fix] Debug panel text overflow [#2715](https://github.com/tldraw/tldraw/pull/2715) ([@steveruizok](https://github.com/steveruizok))
|
||||
- reactive context menu overrides [#2697](https://github.com/tldraw/tldraw/pull/2697) ([@SomeHats](https://github.com/SomeHats))
|
||||
- [Fix] Note shape border radius [#2696](https://github.com/tldraw/tldraw/pull/2696) ([@steveruizok](https://github.com/steveruizok))
|
||||
- Fix svg exporting for images with not fully qualified url (`/tldraw.png` or `./tldraw.png`) [#2676](https://github.com/tldraw/tldraw/pull/2676) ([@MitjaBezensek](https://github.com/MitjaBezensek) [@steveruizok](https://github.com/steveruizok))
|
||||
- [draft] Keep editor focus after losing focus of an action button [#2630](https://github.com/tldraw/tldraw/pull/2630) ([@TodePond](https://github.com/TodePond))
|
||||
- menus: address several little big things about menu styling [#2624](https://github.com/tldraw/tldraw/pull/2624) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- style: fix missing titles on vertical align menu [#2623](https://github.com/tldraw/tldraw/pull/2623) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- Only actions on selected shapes if we are in select tool. [#2617](https://github.com/tldraw/tldraw/pull/2617) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- Fix ios export crash [#2615](https://github.com/tldraw/tldraw/pull/2615) ([@TodePond](https://github.com/TodePond))
|
||||
- Allow dismissing dialogs by clicking backdrop [#2497](https://github.com/tldraw/tldraw/pull/2497) ([@ds300](https://github.com/ds300))
|
||||
- Fix the first run of dev script. [#2484](https://github.com/tldraw/tldraw/pull/2484) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- Don't bother measuring canvas max size for small images [#2442](https://github.com/tldraw/tldraw/pull/2442) ([@TodePond](https://github.com/TodePond))
|
||||
- Fix main. [#2439](https://github.com/tldraw/tldraw/pull/2439) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- `@tldraw/editor`, `@tldraw/tldraw`, `@tldraw/validate`
|
||||
- error reporting: rm ids from msgs for better Sentry grouping [#2738](https://github.com/tldraw/tldraw/pull/2738) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- `@tldraw/assets`, `@tldraw/editor`, `@tldraw/tlschema`
|
||||
- i18n: add HR 🇭🇷 [#2778](https://github.com/tldraw/tldraw/pull/2778) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- `@tldraw/editor`, `@tldraw/tldraw`
|
||||
- arrows: account for another NaN [#2753](https://github.com/tldraw/tldraw/pull/2753) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- arrows: update cursor only when in Select mode [#2742](https://github.com/tldraw/tldraw/pull/2742) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- [Fix] Overlapping non-adjacent handles [#2663](https://github.com/tldraw/tldraw/pull/2663) ([@steveruizok](https://github.com/steveruizok))
|
||||
- Fix nudge bug [#2634](https://github.com/tldraw/tldraw/pull/2634) ([@steveruizok](https://github.com/steveruizok))
|
||||
- [tweak] dark mode colors [#2469](https://github.com/tldraw/tldraw/pull/2469) ([@steveruizok](https://github.com/steveruizok))
|
||||
- `@tldraw/editor`, `@tldraw/tldraw`, `@tldraw/tlschema`
|
||||
- arrows: separate out handle behavior from labels [#2621](https://github.com/tldraw/tldraw/pull/2621) ([@mimecuvalo](https://github.com/mimecuvalo) [@steveruizok](https://github.com/steveruizok))
|
||||
- `@tldraw/tlschema`
|
||||
- i18n: sort languages by name, not by locale code [#2625](https://github.com/tldraw/tldraw/pull/2625) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- [hot take] Make dark mode colours pop more [#2478](https://github.com/tldraw/tldraw/pull/2478) ([@TodePond](https://github.com/TodePond) [@huppy-bot[bot]](https://github.com/huppy-bot[bot]))
|
||||
- [Minor] change Simplified Chinese label to Chinese [#2434](https://github.com/tldraw/tldraw/pull/2434) ([@peilingjiang](https://github.com/peilingjiang))
|
||||
- `@tldraw/editor`, `@tldraw/tlschema`
|
||||
- Make sure correct dark mode colours get used in exports [#2492](https://github.com/tldraw/tldraw/pull/2492) ([@SomeHats](https://github.com/SomeHats) [@huppy-bot[bot]](https://github.com/huppy-bot[bot]))
|
||||
- `@tldraw/validate`
|
||||
- Fix validation for local files. [#2447](https://github.com/tldraw/tldraw/pull/2447) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- `@tldraw/tldraw`, `@tldraw/tlschema`
|
||||
- [fix] disable vertical edge resizing for text on mobile [#2456](https://github.com/tldraw/tldraw/pull/2456) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
|
||||
#### 🏠 Internal
|
||||
|
||||
- hello@tldraw.com -> sales@tldraw.com [#2774](https://github.com/tldraw/tldraw/pull/2774) ([@steveruizok](https://github.com/steveruizok))
|
||||
- fix(infra): Fix routing config [#2741](https://github.com/tldraw/tldraw/pull/2741) ([@ds300](https://github.com/ds300))
|
||||
- [dotcom] `TLSyncRoom` tidy [#2712](https://github.com/tldraw/tldraw/pull/2712) ([@steveruizok](https://github.com/steveruizok))
|
||||
- [dx] add gen docs to gitignore [#2704](https://github.com/tldraw/tldraw/pull/2704) ([@steveruizok](https://github.com/steveruizok))
|
||||
- return 404 on missing docs content instead of 500 [#2699](https://github.com/tldraw/tldraw/pull/2699) ([@si14](https://github.com/si14))
|
||||
- fix prune preview deployment script [#2698](https://github.com/tldraw/tldraw/pull/2698) ([@SomeHats](https://github.com/SomeHats))
|
||||
- fix sub-project vercel configs [#2687](https://github.com/tldraw/tldraw/pull/2687) ([@si14](https://github.com/si14))
|
||||
- remove dotcom's vercel.json [#2689](https://github.com/tldraw/tldraw/pull/2689) ([@si14](https://github.com/si14))
|
||||
- check for duplicate dependencies in CI [#2682](https://github.com/tldraw/tldraw/pull/2682) ([@si14](https://github.com/si14))
|
||||
- Introduce a Cloudflare health worker [#2499](https://github.com/tldraw/tldraw/pull/2499) ([@si14](https://github.com/si14) [@steveruizok](https://github.com/steveruizok))
|
||||
- [dx] Add docs to lazy caching. [#2672](https://github.com/tldraw/tldraw/pull/2672) ([@steveruizok](https://github.com/steveruizok))
|
||||
- Restore vercel.jsons [#2650](https://github.com/tldraw/tldraw/pull/2650) ([@steveruizok](https://github.com/steveruizok))
|
||||
- remove erroneous mount entry from fly.toml [#2644](https://github.com/tldraw/tldraw/pull/2644) ([@si14](https://github.com/si14))
|
||||
- make Huppy deployable (again) [#2632](https://github.com/tldraw/tldraw/pull/2632) ([@si14](https://github.com/si14))
|
||||
- Fix yarn clean [#2620](https://github.com/tldraw/tldraw/pull/2620) ([@si14](https://github.com/si14))
|
||||
- Replace "original tldraw issue" with docs link. [#2599](https://github.com/tldraw/tldraw/pull/2599) ([@steveruizok](https://github.com/steveruizok))
|
||||
- [Internal] Create build-docs.sh [#2569](https://github.com/tldraw/tldraw/pull/2569) ([@steveruizok](https://github.com/steveruizok))
|
||||
- add dev / build scripts [#2551](https://github.com/tldraw/tldraw/pull/2551) ([@steveruizok](https://github.com/steveruizok))
|
||||
- auto-it/typescript fails the release, patch the problem away while mods are asleep [#2498](https://github.com/tldraw/tldraw/pull/2498) ([@si14](https://github.com/si14))
|
||||
- use github.ref rather than github.event.ref in deploy.yml [#2495](https://github.com/tldraw/tldraw/pull/2495) ([@SomeHats](https://github.com/SomeHats))
|
||||
- add bash scripts for Vercel [#2494](https://github.com/tldraw/tldraw/pull/2494) ([@si14](https://github.com/si14))
|
||||
- `@tldraw/tldraw`
|
||||
- examples: clean up Canvas/Store events and make UiEvents have code snippets [#2770](https://github.com/tldraw/tldraw/pull/2770) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- delete unused duplicated DraggingHandle.ts [#2463](https://github.com/tldraw/tldraw/pull/2463) ([@ds300](https://github.com/ds300))
|
||||
- `@tldraw/assets`, `@tldraw/editor`, `@tldraw/state`, `@tldraw/store`, `@tldraw/tldraw`, `@tldraw/tlschema`, `@tldraw/utils`, `@tldraw/validate`
|
||||
- Unbiome [#2776](https://github.com/tldraw/tldraw/pull/2776) ([@si14](https://github.com/si14))
|
||||
- `@tldraw/editor`, `@tldraw/state`, `@tldraw/store`, `@tldraw/tldraw`, `@tldraw/tlschema`, `@tldraw/validate`
|
||||
- Update the project to Node 20 [#2691](https://github.com/tldraw/tldraw/pull/2691) ([@si14](https://github.com/si14))
|
||||
- Add docs [#2470](https://github.com/tldraw/tldraw/pull/2470) ([@steveruizok](https://github.com/steveruizok))
|
||||
- `@tldraw/assets`, `@tldraw/store`, `@tldraw/tlschema`
|
||||
- make CI check for yarn install warnings and fix the peer deps ones we have [#2683](https://github.com/tldraw/tldraw/pull/2683) ([@si14](https://github.com/si14))
|
||||
- `@tldraw/editor`, `@tldraw/state`, `@tldraw/store`, `@tldraw/tldraw`, `@tldraw/tlschema`, `@tldraw/utils`, `@tldraw/validate`
|
||||
- dev: add test-dev command for easier testing of packages [#2627](https://github.com/tldraw/tldraw/pull/2627) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- `@tldraw/state`, `@tldraw/store`
|
||||
- unbrivate, dot com in [#2475](https://github.com/tldraw/tldraw/pull/2475) ([@steveruizok](https://github.com/steveruizok) [@si14](https://github.com/si14) [@SomeHats](https://github.com/SomeHats))
|
||||
|
||||
#### 📝 Documentation
|
||||
|
||||
- [docs] Small style changes [#2805](https://github.com/tldraw/tldraw/pull/2805) ([@steveruizok](https://github.com/steveruizok))
|
||||
- docs: better code snippets [#2801](https://github.com/tldraw/tldraw/pull/2801) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- Quick start guide [#2692](https://github.com/tldraw/tldraw/pull/2692) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git) [@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- docs: rm ... from some examples and fix up inset example [#2788](https://github.com/tldraw/tldraw/pull/2788) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- docs: fix scrolling issue with sidebar [#2791](https://github.com/tldraw/tldraw/pull/2791) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- docs: disable ai search for now [#2740](https://github.com/tldraw/tldraw/pull/2740) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- [docs] Autocomplete styling tweaks [#2732](https://github.com/tldraw/tldraw/pull/2732) ([@steveruizok](https://github.com/steveruizok))
|
||||
- docs: fix CORS issue and broken example link [#2727](https://github.com/tldraw/tldraw/pull/2727) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- [docs] Fix links, little style tweaks [#2724](https://github.com/tldraw/tldraw/pull/2724) ([@steveruizok](https://github.com/steveruizok) [@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- [Docs] Tweak sidebar titles [#2706](https://github.com/tldraw/tldraw/pull/2706) ([@steveruizok](https://github.com/steveruizok))
|
||||
- fix(docs): fix user-interface.mdx [#2700](https://github.com/tldraw/tldraw/pull/2700) ([@Rokixy](https://github.com/Rokixy) [@steveruizok](https://github.com/steveruizok))
|
||||
- docs: more cleanup following restructure [#2702](https://github.com/tldraw/tldraw/pull/2702) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- [Examples] Add a stupid 404 page [#2694](https://github.com/tldraw/tldraw/pull/2694) ([@steveruizok](https://github.com/steveruizok))
|
||||
- docs: rework docs site to have different sections [#2686](https://github.com/tldraw/tldraw/pull/2686) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git) [@steveruizok](https://github.com/steveruizok) [@MitjaBezensek](https://github.com/MitjaBezensek) [@mimecuvalo](https://github.com/mimecuvalo) [@TodePond](https://github.com/TodePond) [@si14](https://github.com/si14))
|
||||
- Remove examples app landing page [#2678](https://github.com/tldraw/tldraw/pull/2678) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- Grouping examples into categories [#2585](https://github.com/tldraw/tldraw/pull/2585) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git) [@steveruizok](https://github.com/steveruizok))
|
||||
- Add button to Examples to request an example [#2597](https://github.com/tldraw/tldraw/pull/2597) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git) [@steveruizok](https://github.com/steveruizok))
|
||||
- Update README and examples copy in the docs [#2594](https://github.com/tldraw/tldraw/pull/2594) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- Remove repeated word in CONTRIBUTING.md [#2651](https://github.com/tldraw/tldraw/pull/2651) ([@albjoh2](https://github.com/albjoh2))
|
||||
- Update layout.tsx [#2619](https://github.com/tldraw/tldraw/pull/2619) ([@steveruizok](https://github.com/steveruizok))
|
||||
- Add context toolbar example. [#2596](https://github.com/tldraw/tldraw/pull/2596) ([@MitjaBezensek](https://github.com/MitjaBezensek) [@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- Use simple example [#2561](https://github.com/tldraw/tldraw/pull/2561) ([@steveruizok](https://github.com/steveruizok))
|
||||
- fix: replaced dead links [#2567](https://github.com/tldraw/tldraw/pull/2567) ([@alikiki](https://github.com/alikiki) [@steveruizok](https://github.com/steveruizok))
|
||||
- add keyboard shortcuts example [#2474](https://github.com/tldraw/tldraw/pull/2474) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- Fix translations link [#2477](https://github.com/tldraw/tldraw/pull/2477) ([@steveruizok](https://github.com/steveruizok))
|
||||
- rename and annotate user presence example [#2462](https://github.com/tldraw/tldraw/pull/2462) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git) [@steveruizok](https://github.com/steveruizok))
|
||||
- annotate onthecanvas example [#2459](https://github.com/tldraw/tldraw/pull/2459) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- annotate snapshot example [#2454](https://github.com/tldraw/tldraw/pull/2454) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- Fix and annotate minimal example [#2448](https://github.com/tldraw/tldraw/pull/2448) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- annotate zones example [#2461](https://github.com/tldraw/tldraw/pull/2461) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- annotate ui events example [#2460](https://github.com/tldraw/tldraw/pull/2460) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- Annotate shape meta data example [#2453](https://github.com/tldraw/tldraw/pull/2453) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- Annotate example for using Tldraw component in a scrollable container [#2452](https://github.com/tldraw/tldraw/pull/2452) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- Annotate example for making editor read-only [#2451](https://github.com/tldraw/tldraw/pull/2451) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- Fix typos and add comments for persistence example [#2450](https://github.com/tldraw/tldraw/pull/2450) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- annotate external sources example [#2414](https://github.com/tldraw/tldraw/pull/2414) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git) [@steveruizok](https://github.com/steveruizok))
|
||||
- Update README [#2444](https://github.com/tldraw/tldraw/pull/2444) ([@steveruizok](https://github.com/steveruizok))
|
||||
- annotate multiple example [#2431](https://github.com/tldraw/tldraw/pull/2431) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git) [@steveruizok](https://github.com/steveruizok))
|
||||
- annotate force mobile example [#2421](https://github.com/tldraw/tldraw/pull/2421) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- annotate hosted images example [#2422](https://github.com/tldraw/tldraw/pull/2422) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- annotate local images example [#2423](https://github.com/tldraw/tldraw/pull/2423) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- annotate meta oncreate example [#2426](https://github.com/tldraw/tldraw/pull/2426) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- Annotate exploded example [#2413](https://github.com/tldraw/tldraw/pull/2413) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- annotate hide-ui example [#2420](https://github.com/tldraw/tldraw/pull/2420) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- Annotate custom ui example [#2408](https://github.com/tldraw/tldraw/pull/2408) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- Custom components annotation [#2403](https://github.com/tldraw/tldraw/pull/2403) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- annotate meta onchange [#2430](https://github.com/tldraw/tldraw/pull/2430) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
- `@tldraw/tldraw`
|
||||
- Examples tweaks [#2681](https://github.com/tldraw/tldraw/pull/2681) ([@steveruizok](https://github.com/steveruizok))
|
||||
- `@tldraw/editor`
|
||||
- fix typo in hideRotateHandle method [#2473](https://github.com/tldraw/tldraw/pull/2473) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
|
||||
#### 🧪 Tests
|
||||
|
||||
- `@tldraw/editor`, `@tldraw/store`, `@tldraw/tldraw`, `@tldraw/utils`
|
||||
- Bump jest to fix weird prettier bug [#2716](https://github.com/tldraw/tldraw/pull/2716) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 🔩 Dependency Updates
|
||||
|
||||
- `@tldraw/editor`, `@tldraw/state`, `@tldraw/store`, `@tldraw/tldraw`, `@tldraw/tlschema`, `@tldraw/utils`, `@tldraw/validate`
|
||||
- Bump Yarn to 4.0.2 and add version constraints [#2481](https://github.com/tldraw/tldraw/pull/2481) ([@si14](https://github.com/si14))
|
||||
|
||||
#### Authors: 13
|
||||
|
||||
- [@huppy-bot[bot]](https://github.com/huppy-bot[bot])
|
||||
- [@Rokixy](https://github.com/Rokixy)
|
||||
- a22albjo ([@albjoh2](https://github.com/albjoh2))
|
||||
- Alex ([@alikiki](https://github.com/alikiki))
|
||||
- alex ([@SomeHats](https://github.com/SomeHats))
|
||||
- Dan Groshev ([@si14](https://github.com/si14))
|
||||
- David Sheldrick ([@ds300](https://github.com/ds300))
|
||||
- Lu Wilson ([@TodePond](https://github.com/TodePond))
|
||||
- Mime Čuvalo ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- Mitja Bezenšek ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- Peiling Jiang ([@peilingjiang](https://github.com/peilingjiang))
|
||||
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
|
||||
- Taha ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
|
||||
---
|
||||
|
||||
# v2.0.0-beta.2 (Wed Jan 10 2024)
|
||||
|
||||
### Release Notes
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{
|
||||
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
||||
"packages": ["packages/*"],
|
||||
"version": "2.0.0-beta.2"
|
||||
"packages": [
|
||||
"packages/*"
|
||||
],
|
||||
"version": "2.0.0-beta.3"
|
||||
}
|
||||
|
|
|
@ -1,3 +1,39 @@
|
|||
# v2.0.0-beta.3 (Tue Feb 13 2024)
|
||||
|
||||
### Release Notes
|
||||
|
||||
#### i18n: add HR 🇭🇷 ([#2778](https://github.com/tldraw/tldraw/pull/2778))
|
||||
|
||||
- i18n: add Croatian / Hrvatski.
|
||||
|
||||
#### [dotcom] Delete service worker, cache tldraw assets ([#2552](https://github.com/tldraw/tldraw/pull/2552))
|
||||
|
||||
- Fix 'could not load assets' error that we often see on tldraw.com after a deploy
|
||||
|
||||
---
|
||||
|
||||
#### 🚀 Enhancement
|
||||
|
||||
- [dx] use Biome instead of Prettier, part 1 [#2729](https://github.com/tldraw/tldraw/pull/2729) ([@si14](https://github.com/si14))
|
||||
- [dotcom] Delete service worker, cache tldraw assets [#2552](https://github.com/tldraw/tldraw/pull/2552) ([@ds300](https://github.com/ds300))
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- i18n: add HR 🇭🇷 [#2778](https://github.com/tldraw/tldraw/pull/2778) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
|
||||
#### 🏠 Internal
|
||||
|
||||
- Unbiome [#2776](https://github.com/tldraw/tldraw/pull/2776) ([@si14](https://github.com/si14))
|
||||
- make CI check for yarn install warnings and fix the peer deps ones we have [#2683](https://github.com/tldraw/tldraw/pull/2683) ([@si14](https://github.com/si14))
|
||||
|
||||
#### Authors: 3
|
||||
|
||||
- Dan Groshev ([@si14](https://github.com/si14))
|
||||
- David Sheldrick ([@ds300](https://github.com/ds300))
|
||||
- Mime Čuvalo ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
|
||||
---
|
||||
|
||||
# v2.0.0-beta.2 (Wed Jan 10 2024)
|
||||
|
||||
### Release Notes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/assets",
|
||||
"description": "A tiny little drawing app (assets).",
|
||||
"version": "2.0.0-beta.2",
|
||||
"version": "2.0.0-beta.3",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
"email": "hello@tldraw.com"
|
||||
|
|
|
@ -1,3 +1,182 @@
|
|||
# v2.0.0-beta.3 (Tue Feb 13 2024)
|
||||
|
||||
### Release Notes
|
||||
|
||||
#### Fix camera. ([#2818](https://github.com/tldraw/tldraw/pull/2818))
|
||||
|
||||
- Fixes an issue with the camera and zooming.
|
||||
|
||||
#### Use canvas bounds for viewport bounds ([#2798](https://github.com/tldraw/tldraw/pull/2798))
|
||||
|
||||
- Changes the source of truth for the viewport page bounds to be the canvas instead.
|
||||
|
||||
#### error reporting: rm ids from msgs for better Sentry grouping ([#2738](https://github.com/tldraw/tldraw/pull/2738))
|
||||
|
||||
- Error reporting: improve grouping for Sentry.
|
||||
|
||||
#### i18n: add HR 🇭🇷 ([#2778](https://github.com/tldraw/tldraw/pull/2778))
|
||||
|
||||
- i18n: add Croatian / Hrvatski.
|
||||
|
||||
#### arrows: account for another NaN ([#2753](https://github.com/tldraw/tldraw/pull/2753))
|
||||
|
||||
- Fixes zero-width arrow NaN computation when moving the label.
|
||||
|
||||
#### Split snap manager into ShapeBoundsSnaps and HandleSnaps ([#2747](https://github.com/tldraw/tldraw/pull/2747))
|
||||
|
||||
- `SnapLine`s are now called `SnapIndicator`s
|
||||
- Snapping methods moved from `editor.snaps` to `editor.snaps.shapeBounds` and `editor.snaps.handles` depending on the type of snapping you're trying to do.
|
||||
|
||||
#### arrows: update cursor only when in Select mode ([#2742](https://github.com/tldraw/tldraw/pull/2742))
|
||||
|
||||
- Cursor tweak for arrow labels.
|
||||
|
||||
#### Fix pinch zooming ([#2748](https://github.com/tldraw/tldraw/pull/2748))
|
||||
|
||||
- None: Fixes an unreleased bug.
|
||||
|
||||
#### [Fix] Camera coordinate issues ([#2719](https://github.com/tldraw/tldraw/pull/2719))
|
||||
|
||||
- Fixed bugs with `getViewportScreenCenter` that could effect zooming and pinching on editors that aren't full screen
|
||||
|
||||
#### arrows: separate out handle behavior from labels ([#2621](https://github.com/tldraw/tldraw/pull/2621))
|
||||
|
||||
- Arrow labels: provide more polish on label placement
|
||||
|
||||
#### dev: add test-dev command for easier testing of packages ([#2627](https://github.com/tldraw/tldraw/pull/2627))
|
||||
|
||||
- Adds easier testing command for individual packages.
|
||||
|
||||
#### [Fix] Overlapping non-adjacent handles ([#2663](https://github.com/tldraw/tldraw/pull/2663))
|
||||
|
||||
- Fixed a bug with virtual / create handle visibility.
|
||||
|
||||
#### [Fix] Missing bend handles on curved arrows ([#2661](https://github.com/tldraw/tldraw/pull/2661))
|
||||
|
||||
- Fixed a bug where the bend handle on arrows with a large curve could sometimes be hidden.
|
||||
|
||||
#### [Fix] Wheel bug ([#2657](https://github.com/tldraw/tldraw/pull/2657))
|
||||
|
||||
- Fixed a bug with the mouse wheel effecting the pointer location when the editor was not full screen
|
||||
|
||||
#### Fix nudge bug ([#2634](https://github.com/tldraw/tldraw/pull/2634))
|
||||
|
||||
- Fixes a bug with keyboard nudging.
|
||||
|
||||
#### debug: add FPS counter ([#2558](https://github.com/tldraw/tldraw/pull/2558))
|
||||
|
||||
- Adds FPS counter to debug panel.
|
||||
|
||||
#### arrows: add ability to change label placement ([#2557](https://github.com/tldraw/tldraw/pull/2557))
|
||||
|
||||
- Adds ability to change label position on arrows.
|
||||
|
||||
#### Export TLCommandHistoryOptions type ([#2598](https://github.com/tldraw/tldraw/pull/2598))
|
||||
|
||||
- Added TLCommandHistoryOptions to the exported types.
|
||||
|
||||
#### [improvement] better comma control for pointer ([#2568](https://github.com/tldraw/tldraw/pull/2568))
|
||||
|
||||
- Improve comma key as a replacement for pointer down / pointer up.
|
||||
|
||||
#### Allow snapping of shapes to the frame when dragging inside the frame. ([#2520](https://github.com/tldraw/tldraw/pull/2520))
|
||||
|
||||
- Adds snapping to frames when dragging shapes inside a frame.
|
||||
|
||||
#### Prevent overlay content disappearing at some browser zoom levels ([#2483](https://github.com/tldraw/tldraw/pull/2483))
|
||||
|
||||
- removes the internal `useDprMultiple` hook
|
||||
|
||||
#### fix typo in hideRotateHandle method ([#2473](https://github.com/tldraw/tldraw/pull/2473))
|
||||
|
||||
- fix typo in hideRotateHandle method
|
||||
|
||||
#### Maintain bindings whilst translating arrows ([#2424](https://github.com/tldraw/tldraw/pull/2424))
|
||||
|
||||
- You can now move arrows without them becoming unattached the shapes they're pointing to
|
||||
|
||||
#### [improvement] update dark mode ([#2468](https://github.com/tldraw/tldraw/pull/2468))
|
||||
|
||||
- Updated dark mode colors.
|
||||
|
||||
#### [improvement] account for coarse pointers / insets in edge scrolling ([#2401](https://github.com/tldraw/tldraw/pull/2401))
|
||||
|
||||
- Add `instanceState.insets` to track which edges of the component are inset from the edges of the document body.
|
||||
- Improve behavior around edge scrolling
|
||||
|
||||
---
|
||||
|
||||
#### 💥 Breaking Change
|
||||
|
||||
- Use canvas bounds for viewport bounds [#2798](https://github.com/tldraw/tldraw/pull/2798) ([@steveruizok](https://github.com/steveruizok))
|
||||
- Remove Geometry2d.isSnappable [#2768](https://github.com/tldraw/tldraw/pull/2768) ([@SomeHats](https://github.com/SomeHats))
|
||||
- Split snap manager into ShapeBoundsSnaps and HandleSnaps [#2747](https://github.com/tldraw/tldraw/pull/2747) ([@SomeHats](https://github.com/SomeHats))
|
||||
- [Fix] Camera coordinate issues [#2719](https://github.com/tldraw/tldraw/pull/2719) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 🚀 Enhancement
|
||||
|
||||
- [dx] use Biome instead of Prettier, part 2 [#2731](https://github.com/tldraw/tldraw/pull/2731) ([@si14](https://github.com/si14))
|
||||
- debug: add FPS counter [#2558](https://github.com/tldraw/tldraw/pull/2558) ([@mimecuvalo](https://github.com/mimecuvalo) [@steveruizok](https://github.com/steveruizok))
|
||||
- arrows: add ability to change label placement [#2557](https://github.com/tldraw/tldraw/pull/2557) ([@mimecuvalo](https://github.com/mimecuvalo) [@steveruizok](https://github.com/steveruizok) [@SomeHats](https://github.com/SomeHats))
|
||||
- [improvement] better comma control for pointer [#2568](https://github.com/tldraw/tldraw/pull/2568) ([@steveruizok](https://github.com/steveruizok))
|
||||
- Allow snapping of shapes to the frame when dragging inside the frame. [#2520](https://github.com/tldraw/tldraw/pull/2520) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- Maintain bindings whilst translating arrows [#2424](https://github.com/tldraw/tldraw/pull/2424) ([@SomeHats](https://github.com/SomeHats) [@steveruizok](https://github.com/steveruizok))
|
||||
- [improvement] update dark mode [#2468](https://github.com/tldraw/tldraw/pull/2468) ([@steveruizok](https://github.com/steveruizok))
|
||||
- [improvement] account for coarse pointers / insets in edge scrolling [#2401](https://github.com/tldraw/tldraw/pull/2401) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- Fix camera. [#2818](https://github.com/tldraw/tldraw/pull/2818) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- [fix] overlays, custom brush example [#2806](https://github.com/tldraw/tldraw/pull/2806) ([@steveruizok](https://github.com/steveruizok))
|
||||
- error reporting: rm ids from msgs for better Sentry grouping [#2738](https://github.com/tldraw/tldraw/pull/2738) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- i18n: add HR 🇭🇷 [#2778](https://github.com/tldraw/tldraw/pull/2778) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- arrows: account for another NaN [#2753](https://github.com/tldraw/tldraw/pull/2753) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- arrows: update cursor only when in Select mode [#2742](https://github.com/tldraw/tldraw/pull/2742) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- Fix pinch zooming [#2748](https://github.com/tldraw/tldraw/pull/2748) ([@TodePond](https://github.com/TodePond))
|
||||
- arrows: separate out handle behavior from labels [#2621](https://github.com/tldraw/tldraw/pull/2621) ([@mimecuvalo](https://github.com/mimecuvalo) [@steveruizok](https://github.com/steveruizok))
|
||||
- [Improvement] Text measurement tweaks [#2670](https://github.com/tldraw/tldraw/pull/2670) ([@steveruizok](https://github.com/steveruizok))
|
||||
- [Fix] Overlapping non-adjacent handles [#2663](https://github.com/tldraw/tldraw/pull/2663) ([@steveruizok](https://github.com/steveruizok))
|
||||
- [Fix] Missing bend handles on curved arrows [#2661](https://github.com/tldraw/tldraw/pull/2661) ([@steveruizok](https://github.com/steveruizok))
|
||||
- [Fix] Wheel bug [#2657](https://github.com/tldraw/tldraw/pull/2657) ([@steveruizok](https://github.com/steveruizok))
|
||||
- Fix nudge bug [#2634](https://github.com/tldraw/tldraw/pull/2634) ([@steveruizok](https://github.com/steveruizok))
|
||||
- Export TLCommandHistoryOptions type [#2598](https://github.com/tldraw/tldraw/pull/2598) ([@steveruizok](https://github.com/steveruizok))
|
||||
- Make sure correct dark mode colours get used in exports [#2492](https://github.com/tldraw/tldraw/pull/2492) ([@SomeHats](https://github.com/SomeHats) [@huppy-bot[bot]](https://github.com/huppy-bot[bot]))
|
||||
- Prevent overlay content disappearing at some browser zoom levels [#2483](https://github.com/tldraw/tldraw/pull/2483) ([@ds300](https://github.com/ds300))
|
||||
- [tweak] dark mode colors [#2469](https://github.com/tldraw/tldraw/pull/2469) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 🏠 Internal
|
||||
|
||||
- Unbiome [#2776](https://github.com/tldraw/tldraw/pull/2776) ([@si14](https://github.com/si14))
|
||||
- Update the project to Node 20 [#2691](https://github.com/tldraw/tldraw/pull/2691) ([@si14](https://github.com/si14))
|
||||
- dev: add test-dev command for easier testing of packages [#2627](https://github.com/tldraw/tldraw/pull/2627) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- Add docs [#2470](https://github.com/tldraw/tldraw/pull/2470) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 📝 Documentation
|
||||
|
||||
- fix typo in hideRotateHandle method [#2473](https://github.com/tldraw/tldraw/pull/2473) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
|
||||
#### 🧪 Tests
|
||||
|
||||
- Bump jest to fix weird prettier bug [#2716](https://github.com/tldraw/tldraw/pull/2716) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 🔩 Dependency Updates
|
||||
|
||||
- Bump Yarn to 4.0.2 and add version constraints [#2481](https://github.com/tldraw/tldraw/pull/2481) ([@si14](https://github.com/si14))
|
||||
|
||||
#### Authors: 9
|
||||
|
||||
- [@huppy-bot[bot]](https://github.com/huppy-bot[bot])
|
||||
- alex ([@SomeHats](https://github.com/SomeHats))
|
||||
- Dan Groshev ([@si14](https://github.com/si14))
|
||||
- David Sheldrick ([@ds300](https://github.com/ds300))
|
||||
- Lu Wilson ([@TodePond](https://github.com/TodePond))
|
||||
- Mime Čuvalo ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- 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.2 (Wed Jan 10 2024)
|
||||
|
||||
### Release Notes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/editor",
|
||||
"description": "A tiny little drawing app (editor).",
|
||||
"version": "2.0.0-beta.2",
|
||||
"version": "2.0.0-beta.3",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
"email": "hello@tldraw.com"
|
||||
|
|
|
@ -1,3 +1,38 @@
|
|||
# v2.0.0-beta.3 (Tue Feb 13 2024)
|
||||
|
||||
### Release Notes
|
||||
|
||||
#### dev: add test-dev command for easier testing of packages ([#2627](https://github.com/tldraw/tldraw/pull/2627))
|
||||
|
||||
- Adds easier testing command for individual packages.
|
||||
|
||||
---
|
||||
|
||||
#### 🚀 Enhancement
|
||||
|
||||
- [dx] use Biome instead of Prettier, part 2 [#2731](https://github.com/tldraw/tldraw/pull/2731) ([@si14](https://github.com/si14))
|
||||
|
||||
#### 🏠 Internal
|
||||
|
||||
- Unbiome [#2776](https://github.com/tldraw/tldraw/pull/2776) ([@si14](https://github.com/si14))
|
||||
- Update the project to Node 20 [#2691](https://github.com/tldraw/tldraw/pull/2691) ([@si14](https://github.com/si14))
|
||||
- dev: add test-dev command for easier testing of packages [#2627](https://github.com/tldraw/tldraw/pull/2627) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- unbrivate, dot com in [#2475](https://github.com/tldraw/tldraw/pull/2475) ([@steveruizok](https://github.com/steveruizok) [@si14](https://github.com/si14) [@SomeHats](https://github.com/SomeHats))
|
||||
- Add docs [#2470](https://github.com/tldraw/tldraw/pull/2470) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 🔩 Dependency Updates
|
||||
|
||||
- Bump Yarn to 4.0.2 and add version constraints [#2481](https://github.com/tldraw/tldraw/pull/2481) ([@si14](https://github.com/si14))
|
||||
|
||||
#### Authors: 4
|
||||
|
||||
- alex ([@SomeHats](https://github.com/SomeHats))
|
||||
- Dan Groshev ([@si14](https://github.com/si14))
|
||||
- Mime Čuvalo ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
---
|
||||
|
||||
# v2.0.0-beta.1 (Wed Dec 20 2023)
|
||||
|
||||
### Release Notes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/state",
|
||||
"description": "A tiny little drawing app (state).",
|
||||
"version": "2.0.0-beta.2",
|
||||
"version": "2.0.0-beta.3",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
"email": "hello@tldraw.com"
|
||||
|
|
|
@ -1,3 +1,43 @@
|
|||
# v2.0.0-beta.3 (Tue Feb 13 2024)
|
||||
|
||||
### Release Notes
|
||||
|
||||
#### dev: add test-dev command for easier testing of packages ([#2627](https://github.com/tldraw/tldraw/pull/2627))
|
||||
|
||||
- Adds easier testing command for individual packages.
|
||||
|
||||
---
|
||||
|
||||
#### 🚀 Enhancement
|
||||
|
||||
- [dx] use Biome instead of Prettier, part 2 [#2731](https://github.com/tldraw/tldraw/pull/2731) ([@si14](https://github.com/si14))
|
||||
|
||||
#### 🏠 Internal
|
||||
|
||||
- Unbiome [#2776](https://github.com/tldraw/tldraw/pull/2776) ([@si14](https://github.com/si14))
|
||||
- Update the project to Node 20 [#2691](https://github.com/tldraw/tldraw/pull/2691) ([@si14](https://github.com/si14))
|
||||
- make CI check for yarn install warnings and fix the peer deps ones we have [#2683](https://github.com/tldraw/tldraw/pull/2683) ([@si14](https://github.com/si14))
|
||||
- dev: add test-dev command for easier testing of packages [#2627](https://github.com/tldraw/tldraw/pull/2627) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- unbrivate, dot com in [#2475](https://github.com/tldraw/tldraw/pull/2475) ([@steveruizok](https://github.com/steveruizok) [@si14](https://github.com/si14) [@SomeHats](https://github.com/SomeHats))
|
||||
- Add docs [#2470](https://github.com/tldraw/tldraw/pull/2470) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 🧪 Tests
|
||||
|
||||
- Bump jest to fix weird prettier bug [#2716](https://github.com/tldraw/tldraw/pull/2716) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 🔩 Dependency Updates
|
||||
|
||||
- Bump Yarn to 4.0.2 and add version constraints [#2481](https://github.com/tldraw/tldraw/pull/2481) ([@si14](https://github.com/si14))
|
||||
|
||||
#### Authors: 4
|
||||
|
||||
- alex ([@SomeHats](https://github.com/SomeHats))
|
||||
- Dan Groshev ([@si14](https://github.com/si14))
|
||||
- Mime Čuvalo ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
---
|
||||
|
||||
# v2.0.0-beta.2 (Wed Jan 10 2024)
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/store",
|
||||
"description": "A tiny little drawing app (store).",
|
||||
"version": "2.0.0-beta.2",
|
||||
"version": "2.0.0-beta.3",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
"email": "hello@tldraw.com"
|
||||
|
|
|
@ -1,3 +1,244 @@
|
|||
# v2.0.0-beta.3 (Tue Feb 13 2024)
|
||||
|
||||
### Release Notes
|
||||
|
||||
#### Use canvas bounds for viewport bounds ([#2798](https://github.com/tldraw/tldraw/pull/2798))
|
||||
|
||||
- Changes the source of truth for the viewport page bounds to be the canvas instead.
|
||||
|
||||
#### Style UI based on component size instead of window size ([#2758](https://github.com/tldraw/tldraw/pull/2758))
|
||||
|
||||
- Dev: Fixed the default tldraw UI not matching the size of the component.
|
||||
|
||||
#### examples: clean up Canvas/Store events and make UiEvents have code snippets ([#2770](https://github.com/tldraw/tldraw/pull/2770))
|
||||
|
||||
- Examples: add an interactive example that shows code snippets for the SDK.
|
||||
|
||||
#### Fixed actions menu opening in wrong direction on mobile (and add an inline layout example) ([#2730](https://github.com/tldraw/tldraw/pull/2730))
|
||||
|
||||
- Dev: Fixed the actions menu opening in the wrong direction.
|
||||
|
||||
#### error reporting: rm ids from msgs for better Sentry grouping ([#2738](https://github.com/tldraw/tldraw/pull/2738))
|
||||
|
||||
- Error reporting: improve grouping for Sentry.
|
||||
|
||||
#### rearrange export / import from tldraw to help builds ([#2739](https://github.com/tldraw/tldraw/pull/2739))
|
||||
|
||||
- Build: Help with import/export error on some builds.
|
||||
|
||||
#### arrows: account for another NaN ([#2753](https://github.com/tldraw/tldraw/pull/2753))
|
||||
|
||||
- Fixes zero-width arrow NaN computation when moving the label.
|
||||
|
||||
#### Split snap manager into ShapeBoundsSnaps and HandleSnaps ([#2747](https://github.com/tldraw/tldraw/pull/2747))
|
||||
|
||||
- `SnapLine`s are now called `SnapIndicator`s
|
||||
- Snapping methods moved from `editor.snaps` to `editor.snaps.shapeBounds` and `editor.snaps.handles` depending on the type of snapping you're trying to do.
|
||||
|
||||
#### arrows: update cursor only when in Select mode ([#2742](https://github.com/tldraw/tldraw/pull/2742))
|
||||
|
||||
- Cursor tweak for arrow labels.
|
||||
|
||||
#### [fix] VSCode keyboard shortcuts while editing text ([#2721](https://github.com/tldraw/tldraw/pull/2721))
|
||||
|
||||
- Fixed a bug in the VS Code that prevented keyboard shortcuts from working in text labels.
|
||||
|
||||
#### [Fix] Camera coordinate issues ([#2719](https://github.com/tldraw/tldraw/pull/2719))
|
||||
|
||||
- Fixed bugs with `getViewportScreenCenter` that could effect zooming and pinching on editors that aren't full screen
|
||||
|
||||
#### reactive context menu overrides ([#2697](https://github.com/tldraw/tldraw/pull/2697))
|
||||
|
||||
- Context Menu overrides will now update reactively
|
||||
|
||||
#### [Fix] Note shape border radius ([#2696](https://github.com/tldraw/tldraw/pull/2696))
|
||||
|
||||
- Fixes a bad border radius
|
||||
|
||||
#### arrows: separate out handle behavior from labels ([#2621](https://github.com/tldraw/tldraw/pull/2621))
|
||||
|
||||
- Arrow labels: provide more polish on label placement
|
||||
|
||||
#### Fix svg exporting for images with not fully qualified url (`/tldraw.png` or `./tldraw.png`) ([#2676](https://github.com/tldraw/tldraw/pull/2676))
|
||||
|
||||
- Fix the svg export for images that have a local url.
|
||||
|
||||
#### dev: add test-dev command for easier testing of packages ([#2627](https://github.com/tldraw/tldraw/pull/2627))
|
||||
|
||||
- Adds easier testing command for individual packages.
|
||||
|
||||
#### debug: start adding more tooling for debugging when interacting with shapes ([#2560](https://github.com/tldraw/tldraw/pull/2560))
|
||||
|
||||
- Adds more information in the debug view about what shape is selected and coordinates.
|
||||
|
||||
#### [Fix] Overlapping non-adjacent handles ([#2663](https://github.com/tldraw/tldraw/pull/2663))
|
||||
|
||||
- Fixed a bug with virtual / create handle visibility.
|
||||
|
||||
#### Improved duplication ([#2480](https://github.com/tldraw/tldraw/pull/2480))
|
||||
|
||||
- Add a brief release note for your PR here.
|
||||
|
||||
#### Positional keyboard shortcuts for toolbar ([#2409](https://github.com/tldraw/tldraw/pull/2409))
|
||||
|
||||
- You can now use the number keys to select the corresponding tool from the toolbar
|
||||
|
||||
#### [draft] Keep editor focus after losing focus of an action button ([#2630](https://github.com/tldraw/tldraw/pull/2630))
|
||||
|
||||
- Fixed a bug where keyboard shortcuts could stop working after using an action button.
|
||||
|
||||
#### Fix nudge bug ([#2634](https://github.com/tldraw/tldraw/pull/2634))
|
||||
|
||||
- Fixes a bug with keyboard nudging.
|
||||
|
||||
#### menus: address several little big things about menu styling ([#2624](https://github.com/tldraw/tldraw/pull/2624))
|
||||
|
||||
- Fixes nits on styling on our Radix menus.
|
||||
|
||||
#### style: fix missing titles on vertical align menu ([#2623](https://github.com/tldraw/tldraw/pull/2623))
|
||||
|
||||
- Adds missing titles to vertical align menu.
|
||||
|
||||
#### Only actions on selected shapes if we are in select tool. ([#2617](https://github.com/tldraw/tldraw/pull/2617))
|
||||
|
||||
- Disable actions that work on selections when we are not in select tool as it makes it not obvious what the target for these actions.
|
||||
|
||||
#### debug: add FPS counter ([#2558](https://github.com/tldraw/tldraw/pull/2558))
|
||||
|
||||
- Adds FPS counter to debug panel.
|
||||
|
||||
#### Fix ios export crash ([#2615](https://github.com/tldraw/tldraw/pull/2615))
|
||||
|
||||
- iOS Safari: Fixed a crash when exporting large images.
|
||||
|
||||
#### arrows: add ability to change label placement ([#2557](https://github.com/tldraw/tldraw/pull/2557))
|
||||
|
||||
- Adds ability to change label position on arrows.
|
||||
|
||||
#### [improvement] better comma control for pointer ([#2568](https://github.com/tldraw/tldraw/pull/2568))
|
||||
|
||||
- Improve comma key as a replacement for pointer down / pointer up.
|
||||
|
||||
#### Allow snapping of shapes to the frame when dragging inside the frame. ([#2520](https://github.com/tldraw/tldraw/pull/2520))
|
||||
|
||||
- Adds snapping to frames when dragging shapes inside a frame.
|
||||
|
||||
#### Allow dismissing dialogs by clicking backdrop ([#2497](https://github.com/tldraw/tldraw/pull/2497))
|
||||
|
||||
- Allows dismissing dialogs by clicking the backdrop.
|
||||
|
||||
#### Fix the first run of dev script. ([#2484](https://github.com/tldraw/tldraw/pull/2484))
|
||||
|
||||
- Fix first `yarn dev` experience.
|
||||
|
||||
#### Maintain bindings whilst translating arrows ([#2424](https://github.com/tldraw/tldraw/pull/2424))
|
||||
|
||||
- You can now move arrows without them becoming unattached the shapes they're pointing to
|
||||
|
||||
#### [improvement] update dark mode ([#2468](https://github.com/tldraw/tldraw/pull/2468))
|
||||
|
||||
- Updated dark mode colors.
|
||||
|
||||
#### [fix] disable vertical edge resizing for text on mobile ([#2456](https://github.com/tldraw/tldraw/pull/2456))
|
||||
|
||||
- Add a brief release note for your PR here.
|
||||
|
||||
#### Don't bother measuring canvas max size for small images ([#2442](https://github.com/tldraw/tldraw/pull/2442))
|
||||
|
||||
- Android: Sped up exporting and importing images.
|
||||
|
||||
#### [improvement] account for coarse pointers / insets in edge scrolling ([#2401](https://github.com/tldraw/tldraw/pull/2401))
|
||||
|
||||
- Add `instanceState.insets` to track which edges of the component are inset from the edges of the document body.
|
||||
- Improve behavior around edge scrolling
|
||||
|
||||
---
|
||||
|
||||
#### 💥 Breaking Change
|
||||
|
||||
- Use canvas bounds for viewport bounds [#2798](https://github.com/tldraw/tldraw/pull/2798) ([@steveruizok](https://github.com/steveruizok))
|
||||
- Remove Geometry2d.isSnappable [#2768](https://github.com/tldraw/tldraw/pull/2768) ([@SomeHats](https://github.com/SomeHats))
|
||||
- Split snap manager into ShapeBoundsSnaps and HandleSnaps [#2747](https://github.com/tldraw/tldraw/pull/2747) ([@SomeHats](https://github.com/SomeHats))
|
||||
- [Fix] Camera coordinate issues [#2719](https://github.com/tldraw/tldraw/pull/2719) ([@steveruizok](https://github.com/steveruizok))
|
||||
- faster image processing in default asset handler [#2441](https://github.com/tldraw/tldraw/pull/2441) ([@SomeHats](https://github.com/SomeHats))
|
||||
|
||||
#### 🚀 Enhancement
|
||||
|
||||
- [dx] use Biome instead of Prettier, part 2 [#2731](https://github.com/tldraw/tldraw/pull/2731) ([@si14](https://github.com/si14))
|
||||
- debug: start adding more tooling for debugging when interacting with shapes [#2560](https://github.com/tldraw/tldraw/pull/2560) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- Improved duplication [#2480](https://github.com/tldraw/tldraw/pull/2480) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git) [@MitjaBezensek](https://github.com/MitjaBezensek) [@ds300](https://github.com/ds300) [@steveruizok](https://github.com/steveruizok))
|
||||
- Positional keyboard shortcuts for toolbar [#2409](https://github.com/tldraw/tldraw/pull/2409) ([@SomeHats](https://github.com/SomeHats) [@steveruizok](https://github.com/steveruizok))
|
||||
- debug: add FPS counter [#2558](https://github.com/tldraw/tldraw/pull/2558) ([@mimecuvalo](https://github.com/mimecuvalo) [@steveruizok](https://github.com/steveruizok))
|
||||
- arrows: add ability to change label placement [#2557](https://github.com/tldraw/tldraw/pull/2557) ([@mimecuvalo](https://github.com/mimecuvalo) [@steveruizok](https://github.com/steveruizok) [@SomeHats](https://github.com/SomeHats))
|
||||
- [improvement] better comma control for pointer [#2568](https://github.com/tldraw/tldraw/pull/2568) ([@steveruizok](https://github.com/steveruizok))
|
||||
- Allow snapping of shapes to the frame when dragging inside the frame. [#2520](https://github.com/tldraw/tldraw/pull/2520) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- Maintain bindings whilst translating arrows [#2424](https://github.com/tldraw/tldraw/pull/2424) ([@SomeHats](https://github.com/SomeHats) [@steveruizok](https://github.com/steveruizok))
|
||||
- [improvement] update dark mode [#2468](https://github.com/tldraw/tldraw/pull/2468) ([@steveruizok](https://github.com/steveruizok))
|
||||
- [improvement] account for coarse pointers / insets in edge scrolling [#2401](https://github.com/tldraw/tldraw/pull/2401) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- Style UI based on component size instead of window size [#2758](https://github.com/tldraw/tldraw/pull/2758) ([@TodePond](https://github.com/TodePond))
|
||||
- Fixed actions menu opening in wrong direction on mobile (and add an inline layout example) [#2730](https://github.com/tldraw/tldraw/pull/2730) ([@TodePond](https://github.com/TodePond))
|
||||
- error reporting: rm ids from msgs for better Sentry grouping [#2738](https://github.com/tldraw/tldraw/pull/2738) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- rearrange export / import from tldraw to help builds [#2739](https://github.com/tldraw/tldraw/pull/2739) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- Fix infinite cursor chat issue by partially reverting "reactive context menu overrides (#2697)" [#2775](https://github.com/tldraw/tldraw/pull/2775) ([@SomeHats](https://github.com/SomeHats))
|
||||
- arrows: account for another NaN [#2753](https://github.com/tldraw/tldraw/pull/2753) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- arrows: update cursor only when in Select mode [#2742](https://github.com/tldraw/tldraw/pull/2742) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- [fix] VSCode keyboard shortcuts while editing text [#2721](https://github.com/tldraw/tldraw/pull/2721) ([@steveruizok](https://github.com/steveruizok))
|
||||
- [fix] Debug panel text overflow [#2715](https://github.com/tldraw/tldraw/pull/2715) ([@steveruizok](https://github.com/steveruizok))
|
||||
- reactive context menu overrides [#2697](https://github.com/tldraw/tldraw/pull/2697) ([@SomeHats](https://github.com/SomeHats))
|
||||
- [Fix] Note shape border radius [#2696](https://github.com/tldraw/tldraw/pull/2696) ([@steveruizok](https://github.com/steveruizok))
|
||||
- arrows: separate out handle behavior from labels [#2621](https://github.com/tldraw/tldraw/pull/2621) ([@mimecuvalo](https://github.com/mimecuvalo) [@steveruizok](https://github.com/steveruizok))
|
||||
- Fix svg exporting for images with not fully qualified url (`/tldraw.png` or `./tldraw.png`) [#2676](https://github.com/tldraw/tldraw/pull/2676) ([@MitjaBezensek](https://github.com/MitjaBezensek) [@steveruizok](https://github.com/steveruizok))
|
||||
- [Fix] Overlapping non-adjacent handles [#2663](https://github.com/tldraw/tldraw/pull/2663) ([@steveruizok](https://github.com/steveruizok))
|
||||
- [draft] Keep editor focus after losing focus of an action button [#2630](https://github.com/tldraw/tldraw/pull/2630) ([@TodePond](https://github.com/TodePond))
|
||||
- Fix nudge bug [#2634](https://github.com/tldraw/tldraw/pull/2634) ([@steveruizok](https://github.com/steveruizok))
|
||||
- menus: address several little big things about menu styling [#2624](https://github.com/tldraw/tldraw/pull/2624) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- style: fix missing titles on vertical align menu [#2623](https://github.com/tldraw/tldraw/pull/2623) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- Only actions on selected shapes if we are in select tool. [#2617](https://github.com/tldraw/tldraw/pull/2617) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- Fix ios export crash [#2615](https://github.com/tldraw/tldraw/pull/2615) ([@TodePond](https://github.com/TodePond))
|
||||
- Allow dismissing dialogs by clicking backdrop [#2497](https://github.com/tldraw/tldraw/pull/2497) ([@ds300](https://github.com/ds300))
|
||||
- Fix the first run of dev script. [#2484](https://github.com/tldraw/tldraw/pull/2484) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- [tweak] dark mode colors [#2469](https://github.com/tldraw/tldraw/pull/2469) ([@steveruizok](https://github.com/steveruizok))
|
||||
- [fix] disable vertical edge resizing for text on mobile [#2456](https://github.com/tldraw/tldraw/pull/2456) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- Don't bother measuring canvas max size for small images [#2442](https://github.com/tldraw/tldraw/pull/2442) ([@TodePond](https://github.com/TodePond))
|
||||
- Fix main. [#2439](https://github.com/tldraw/tldraw/pull/2439) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
|
||||
#### 🏠 Internal
|
||||
|
||||
- examples: clean up Canvas/Store events and make UiEvents have code snippets [#2770](https://github.com/tldraw/tldraw/pull/2770) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- Unbiome [#2776](https://github.com/tldraw/tldraw/pull/2776) ([@si14](https://github.com/si14))
|
||||
- Update the project to Node 20 [#2691](https://github.com/tldraw/tldraw/pull/2691) ([@si14](https://github.com/si14))
|
||||
- dev: add test-dev command for easier testing of packages [#2627](https://github.com/tldraw/tldraw/pull/2627) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- Add docs [#2470](https://github.com/tldraw/tldraw/pull/2470) ([@steveruizok](https://github.com/steveruizok))
|
||||
- delete unused duplicated DraggingHandle.ts [#2463](https://github.com/tldraw/tldraw/pull/2463) ([@ds300](https://github.com/ds300))
|
||||
|
||||
#### 📝 Documentation
|
||||
|
||||
- Examples tweaks [#2681](https://github.com/tldraw/tldraw/pull/2681) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 🧪 Tests
|
||||
|
||||
- Bump jest to fix weird prettier bug [#2716](https://github.com/tldraw/tldraw/pull/2716) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 🔩 Dependency Updates
|
||||
|
||||
- Bump Yarn to 4.0.2 and add version constraints [#2481](https://github.com/tldraw/tldraw/pull/2481) ([@si14](https://github.com/si14))
|
||||
|
||||
#### Authors: 8
|
||||
|
||||
- alex ([@SomeHats](https://github.com/SomeHats))
|
||||
- Dan Groshev ([@si14](https://github.com/si14))
|
||||
- David Sheldrick ([@ds300](https://github.com/ds300))
|
||||
- Lu Wilson ([@TodePond](https://github.com/TodePond))
|
||||
- Mime Čuvalo ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- 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.2 (Wed Jan 10 2024)
|
||||
|
||||
### Release Notes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/tldraw",
|
||||
"description": "A tiny little drawing editor.",
|
||||
"version": "2.0.0-beta.2",
|
||||
"version": "2.0.0-beta.3",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
"email": "hello@tldraw.com"
|
||||
|
|
|
@ -1 +1 @@
|
|||
export const version = '2.0.0-beta.2'
|
||||
export const version = '2.0.0-beta.3'
|
||||
|
|
|
@ -1,3 +1,96 @@
|
|||
# v2.0.0-beta.3 (Tue Feb 13 2024)
|
||||
|
||||
### Release Notes
|
||||
|
||||
#### i18n: add HR 🇭🇷 ([#2778](https://github.com/tldraw/tldraw/pull/2778))
|
||||
|
||||
- i18n: add Croatian / Hrvatski.
|
||||
|
||||
#### arrows: separate out handle behavior from labels ([#2621](https://github.com/tldraw/tldraw/pull/2621))
|
||||
|
||||
- Arrow labels: provide more polish on label placement
|
||||
|
||||
#### dev: add test-dev command for easier testing of packages ([#2627](https://github.com/tldraw/tldraw/pull/2627))
|
||||
|
||||
- Adds easier testing command for individual packages.
|
||||
|
||||
#### Improved duplication ([#2480](https://github.com/tldraw/tldraw/pull/2480))
|
||||
|
||||
- Add a brief release note for your PR here.
|
||||
|
||||
#### i18n: sort languages by name, not by locale code ([#2625](https://github.com/tldraw/tldraw/pull/2625))
|
||||
|
||||
- Sorts the locale list by locale name, not code.
|
||||
|
||||
#### arrows: add ability to change label placement ([#2557](https://github.com/tldraw/tldraw/pull/2557))
|
||||
|
||||
- Adds ability to change label position on arrows.
|
||||
|
||||
#### [hot take] Make dark mode colours pop more ([#2478](https://github.com/tldraw/tldraw/pull/2478))
|
||||
|
||||
- Tweaked dark mode colour styles to make them pop more.
|
||||
|
||||
#### [fix] disable vertical edge resizing for text on mobile ([#2456](https://github.com/tldraw/tldraw/pull/2456))
|
||||
|
||||
- Add a brief release note for your PR here.
|
||||
|
||||
#### [Minor] change Simplified Chinese label to Chinese ([#2434](https://github.com/tldraw/tldraw/pull/2434))
|
||||
|
||||
- Changed the label for the Simplified Chinese language from `Chinese - Simplified` to `简体中文`, following the convention of other languages.
|
||||
- Updated the API and relevant documentation through build scripts.
|
||||
|
||||
#### [improvement] account for coarse pointers / insets in edge scrolling ([#2401](https://github.com/tldraw/tldraw/pull/2401))
|
||||
|
||||
- Add `instanceState.insets` to track which edges of the component are inset from the edges of the document body.
|
||||
- Improve behavior around edge scrolling
|
||||
|
||||
---
|
||||
|
||||
#### 🚀 Enhancement
|
||||
|
||||
- [dx] use Biome instead of Prettier, part 2 [#2731](https://github.com/tldraw/tldraw/pull/2731) ([@si14](https://github.com/si14))
|
||||
- [dx] use Biome instead of Prettier, part 1 [#2729](https://github.com/tldraw/tldraw/pull/2729) ([@si14](https://github.com/si14))
|
||||
- Improved duplication [#2480](https://github.com/tldraw/tldraw/pull/2480) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git) [@MitjaBezensek](https://github.com/MitjaBezensek) [@ds300](https://github.com/ds300) [@steveruizok](https://github.com/steveruizok))
|
||||
- arrows: add ability to change label placement [#2557](https://github.com/tldraw/tldraw/pull/2557) ([@mimecuvalo](https://github.com/mimecuvalo) [@steveruizok](https://github.com/steveruizok) [@SomeHats](https://github.com/SomeHats))
|
||||
- [improvement] account for coarse pointers / insets in edge scrolling [#2401](https://github.com/tldraw/tldraw/pull/2401) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- i18n: add HR 🇭🇷 [#2778](https://github.com/tldraw/tldraw/pull/2778) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- arrows: separate out handle behavior from labels [#2621](https://github.com/tldraw/tldraw/pull/2621) ([@mimecuvalo](https://github.com/mimecuvalo) [@steveruizok](https://github.com/steveruizok))
|
||||
- i18n: sort languages by name, not by locale code [#2625](https://github.com/tldraw/tldraw/pull/2625) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- Make sure correct dark mode colours get used in exports [#2492](https://github.com/tldraw/tldraw/pull/2492) ([@SomeHats](https://github.com/SomeHats) [@huppy-bot[bot]](https://github.com/huppy-bot[bot]))
|
||||
- [hot take] Make dark mode colours pop more [#2478](https://github.com/tldraw/tldraw/pull/2478) ([@TodePond](https://github.com/TodePond) [@huppy-bot[bot]](https://github.com/huppy-bot[bot]))
|
||||
- [fix] disable vertical edge resizing for text on mobile [#2456](https://github.com/tldraw/tldraw/pull/2456) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- [Minor] change Simplified Chinese label to Chinese [#2434](https://github.com/tldraw/tldraw/pull/2434) ([@peilingjiang](https://github.com/peilingjiang))
|
||||
|
||||
#### 🏠 Internal
|
||||
|
||||
- Unbiome [#2776](https://github.com/tldraw/tldraw/pull/2776) ([@si14](https://github.com/si14))
|
||||
- Update the project to Node 20 [#2691](https://github.com/tldraw/tldraw/pull/2691) ([@si14](https://github.com/si14))
|
||||
- make CI check for yarn install warnings and fix the peer deps ones we have [#2683](https://github.com/tldraw/tldraw/pull/2683) ([@si14](https://github.com/si14))
|
||||
- dev: add test-dev command for easier testing of packages [#2627](https://github.com/tldraw/tldraw/pull/2627) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- Add docs [#2470](https://github.com/tldraw/tldraw/pull/2470) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 🔩 Dependency Updates
|
||||
|
||||
- Bump Yarn to 4.0.2 and add version constraints [#2481](https://github.com/tldraw/tldraw/pull/2481) ([@si14](https://github.com/si14))
|
||||
|
||||
#### Authors: 10
|
||||
|
||||
- [@huppy-bot[bot]](https://github.com/huppy-bot[bot])
|
||||
- alex ([@SomeHats](https://github.com/SomeHats))
|
||||
- Dan Groshev ([@si14](https://github.com/si14))
|
||||
- David Sheldrick ([@ds300](https://github.com/ds300))
|
||||
- Lu Wilson ([@TodePond](https://github.com/TodePond))
|
||||
- Mime Čuvalo ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- Mitja Bezenšek ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- Peiling Jiang ([@peilingjiang](https://github.com/peilingjiang))
|
||||
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
|
||||
- Taha ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
||||
|
||||
---
|
||||
|
||||
# v2.0.0-beta.2 (Wed Jan 10 2024)
|
||||
|
||||
### Release Notes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/tlschema",
|
||||
"description": "A tiny little drawing app (schema).",
|
||||
"version": "2.0.0-beta.2",
|
||||
"version": "2.0.0-beta.3",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
"email": "hello@tldraw.com"
|
||||
|
|
|
@ -1,3 +1,49 @@
|
|||
# v2.0.0-beta.3 (Tue Feb 13 2024)
|
||||
|
||||
### Release Notes
|
||||
|
||||
#### Split snap manager into ShapeBoundsSnaps and HandleSnaps ([#2747](https://github.com/tldraw/tldraw/pull/2747))
|
||||
|
||||
- `SnapLine`s are now called `SnapIndicator`s
|
||||
- Snapping methods moved from `editor.snaps` to `editor.snaps.shapeBounds` and `editor.snaps.handles` depending on the type of snapping you're trying to do.
|
||||
|
||||
#### dev: add test-dev command for easier testing of packages ([#2627](https://github.com/tldraw/tldraw/pull/2627))
|
||||
|
||||
- Adds easier testing command for individual packages.
|
||||
|
||||
---
|
||||
|
||||
#### 💥 Breaking Change
|
||||
|
||||
- Split snap manager into ShapeBoundsSnaps and HandleSnaps [#2747](https://github.com/tldraw/tldraw/pull/2747) ([@SomeHats](https://github.com/SomeHats))
|
||||
- faster image processing in default asset handler [#2441](https://github.com/tldraw/tldraw/pull/2441) ([@SomeHats](https://github.com/SomeHats))
|
||||
|
||||
#### 🚀 Enhancement
|
||||
|
||||
- [dx] use Biome instead of Prettier, part 2 [#2731](https://github.com/tldraw/tldraw/pull/2731) ([@si14](https://github.com/si14))
|
||||
|
||||
#### 🏠 Internal
|
||||
|
||||
- Unbiome [#2776](https://github.com/tldraw/tldraw/pull/2776) ([@si14](https://github.com/si14))
|
||||
- dev: add test-dev command for easier testing of packages [#2627](https://github.com/tldraw/tldraw/pull/2627) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
|
||||
#### 🧪 Tests
|
||||
|
||||
- Bump jest to fix weird prettier bug [#2716](https://github.com/tldraw/tldraw/pull/2716) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 🔩 Dependency Updates
|
||||
|
||||
- Bump Yarn to 4.0.2 and add version constraints [#2481](https://github.com/tldraw/tldraw/pull/2481) ([@si14](https://github.com/si14))
|
||||
|
||||
#### Authors: 4
|
||||
|
||||
- alex ([@SomeHats](https://github.com/SomeHats))
|
||||
- Dan Groshev ([@si14](https://github.com/si14))
|
||||
- Mime Čuvalo ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
---
|
||||
|
||||
# v2.0.0-beta.2 (Wed Jan 10 2024)
|
||||
|
||||
### Release Notes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/utils",
|
||||
"description": "A tiny little drawing app (private utilities).",
|
||||
"version": "2.0.0-beta.2",
|
||||
"version": "2.0.0-beta.3",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
"email": "hello@tldraw.com"
|
||||
|
|
|
@ -1,3 +1,46 @@
|
|||
# v2.0.0-beta.3 (Tue Feb 13 2024)
|
||||
|
||||
### Release Notes
|
||||
|
||||
#### error reporting: rm ids from msgs for better Sentry grouping ([#2738](https://github.com/tldraw/tldraw/pull/2738))
|
||||
|
||||
- Error reporting: improve grouping for Sentry.
|
||||
|
||||
#### dev: add test-dev command for easier testing of packages ([#2627](https://github.com/tldraw/tldraw/pull/2627))
|
||||
|
||||
- Adds easier testing command for individual packages.
|
||||
|
||||
---
|
||||
|
||||
#### 🚀 Enhancement
|
||||
|
||||
- [dx] use Biome instead of Prettier, part 2 [#2731](https://github.com/tldraw/tldraw/pull/2731) ([@si14](https://github.com/si14))
|
||||
|
||||
#### 🐛 Bug Fix
|
||||
|
||||
- error reporting: rm ids from msgs for better Sentry grouping [#2738](https://github.com/tldraw/tldraw/pull/2738) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- Fix validation for local files. [#2447](https://github.com/tldraw/tldraw/pull/2447) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
|
||||
#### 🏠 Internal
|
||||
|
||||
- Unbiome [#2776](https://github.com/tldraw/tldraw/pull/2776) ([@si14](https://github.com/si14))
|
||||
- Update the project to Node 20 [#2691](https://github.com/tldraw/tldraw/pull/2691) ([@si14](https://github.com/si14))
|
||||
- dev: add test-dev command for easier testing of packages [#2627](https://github.com/tldraw/tldraw/pull/2627) ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- Add docs [#2470](https://github.com/tldraw/tldraw/pull/2470) ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
#### 🔩 Dependency Updates
|
||||
|
||||
- Bump Yarn to 4.0.2 and add version constraints [#2481](https://github.com/tldraw/tldraw/pull/2481) ([@si14](https://github.com/si14))
|
||||
|
||||
#### Authors: 4
|
||||
|
||||
- Dan Groshev ([@si14](https://github.com/si14))
|
||||
- Mime Čuvalo ([@mimecuvalo](https://github.com/mimecuvalo))
|
||||
- Mitja Bezenšek ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
||||
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
|
||||
|
||||
---
|
||||
|
||||
# v2.0.0-beta.2 (Wed Jan 10 2024)
|
||||
|
||||
### Release Notes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@tldraw/validate",
|
||||
"description": "A runtime validation library by tldraw.",
|
||||
"version": "2.0.0-beta.2",
|
||||
"version": "2.0.0-beta.3",
|
||||
"author": {
|
||||
"name": "tldraw Inc.",
|
||||
"email": "hello@tldraw.com"
|
||||
|
|
Loading…
Reference in a new issue