29044867dd
This PR adds the docs app back into the tldraw monorepo. ## Deploying We'll want to update our deploy script to update the SOURCE_SHA to the newest release sha... and then deploy the docs pulling api.json files from that release. We _could_ update the docs on every push to main, but we don't have to unless something has changed. Right now there's no automated deployments from this repo. ## Side effects To make this one work, I needed to update the lock file. This might be ok (new year new lock file), and everything builds as expected, though we may want to spend some time with our scripts to be sure that things are all good. I also updated our prettier installation, which decided to add trailing commas to every generic type. Which is, I suppose, [correct behavior](https://github.com/prettier/prettier-vscode/issues/955)? But that caused diffs in every file, which is unfortunate. ### Change Type - [x] `internal` — Any other changes that don't affect the published package[^2]
661 lines
40 KiB
Text
661 lines
40 KiB
Text
---
|
|
title: v2.0.0-alpha.15
|
|
description: Examples
|
|
author: tldraw
|
|
date: 10/6/2023
|
|
order: 6
|
|
status: published
|
|
---
|
|
|
|
[View on GitHub](https://github.com/tldraw/tldraw/releases/tag/v2.0.0-alpha.15)
|
|
|
|
#### frame label fix ([#2016](https://github.com/tldraw/tldraw/pull/2016))
|
|
|
|
- Add a brief release note for your PR here.
|
|
|
|
#### fix cloud rendering ([#2008](https://github.com/tldraw/tldraw/pull/2008))
|
|
|
|
- Improves cloud shape rendering
|
|
|
|
#### [improvement] prevent editing in readonly ([#1990](https://github.com/tldraw/tldraw/pull/1990))
|
|
|
|
- Prevent editing text shapes in readonly mode.
|
|
|
|
#### [fix] Hovered indicators shown when coarse pointer ([#1985](https://github.com/tldraw/tldraw/pull/1985))
|
|
|
|
- Hide hovered indicators on mobile / coarse pointer devices.
|
|
|
|
#### fix(docs): update shapes docs add the array of defined shapes ([#1949](https://github.com/tldraw/tldraw/pull/1949))
|
|
|
|
This pr add the custom defined shapes that's being passed to Tldraw
|
|
|
|
#### Fix style panel opening when disabled ([#1983](https://github.com/tldraw/tldraw/pull/1983))
|
|
|
|
- When select tool is active, the style menu shouldn't be openable unless a shape is also selected.
|
|
|
|
Before/After
|
|
|
|
<img
|
|
width="300"
|
|
src="https://github.com/tldraw/tldraw/assets/98838967/91ea55c8-0fcc-4f73-b61e-565829a5f25e"
|
|
/>
|
|
<img
|
|
width="300"
|
|
src="https://github.com/tldraw/tldraw/assets/98838967/ee4070fe-e236-4818-8fb4-43520210102b"
|
|
/>
|
|
|
|
#### [fix] pinch events ([#1979](https://github.com/tldraw/tldraw/pull/1979))
|
|
|
|
- Improve pinch gesture events.
|
|
|
|
#### Fix text-wrapping on Safari ([#1980](https://github.com/tldraw/tldraw/pull/1980))
|
|
|
|
- Fix text wrapping differently on Safari and Chrome/Firefox
|
|
|
|
Before/After
|
|
|
|
<image
|
|
width="350"
|
|
src="https://github.com/tldraw/tldraw/assets/98838967/320171b4-61e0-4a41-b8d3-830bd90bea65"
|
|
/>
|
|
<image
|
|
width="350"
|
|
src="https://github.com/tldraw/tldraw/assets/98838967/b42d7156-0ce9-4894-9692-9338dc931b79"
|
|
/>
|
|
|
|
#### Remove focus management ([#1953](https://github.com/tldraw/tldraw/pull/1953))
|
|
|
|
- [editor] Make autofocus default, remove automatic blur / focus events.
|
|
|
|
#### [fix] Drawing tool touch for first pen mark ([#1977](https://github.com/tldraw/tldraw/pull/1977))
|
|
|
|
- [fix] Accidental palm inputs when using iPad pencil
|
|
|
|
#### Remove targeted editing from text ([#1962](https://github.com/tldraw/tldraw/pull/1962))
|
|
|
|
- Fixed some cases where text would get selected in the wrong place.
|
|
- Changed the behaviour of text selection. Removed 'deep editing'.
|
|
|
|
#### fix line bugs ([#1936](https://github.com/tldraw/tldraw/pull/1936))
|
|
|
|
- This PR patches a couple of bugs which led to straight draw lines and beziered dash lines not rendering on the canvas
|
|
|
|
Before & After:
|
|
|
|
<image
|
|
width="250"
|
|
src="https://github.com/tldraw/tldraw/assets/98838967/e0ca7d54-506f-4014-b65a-6b61a98e3665"
|
|
/>
|
|
<image
|
|
width="250"
|
|
src="https://github.com/tldraw/tldraw/assets/98838967/90c9fa12-1bcb-430d-80c7-97e1faacea16"
|
|
/>
|
|
|
|
#### Allow right clicking selection backgrounds ([#1968](https://github.com/tldraw/tldraw/pull/1968))
|
|
|
|
- Improved right click behaviour.
|
|
|
|
#### Mark an undo before toggling lock ([#1969](https://github.com/tldraw/tldraw/pull/1969))
|
|
|
|
- Mark an undo before toggling locked.
|
|
|
|
#### Stop editing frame headers when clicking inside a frame. ([#1955](https://github.com/tldraw/tldraw/pull/1955))
|
|
|
|
- Stop editing frame headers when clicking inside of a frame.
|
|
|
|
#### Lokalise: Translations update ([#1964](https://github.com/tldraw/tldraw/pull/1964))
|
|
|
|
- Updated community translations for German and Galician
|
|
|
|
#### [improvement] improve arrows (for real) ([#1957](https://github.com/tldraw/tldraw/pull/1957))
|
|
|
|
- Improve arrows.
|
|
|
|
#### [feature] Include `sources` in `TLExternalContent` ([#1925](https://github.com/tldraw/tldraw/pull/1925))
|
|
|
|
- [editor / tldraw] add `sources` to `TLExternalContent`
|
|
|
|
#### [improvement] quick actions ([#1922](https://github.com/tldraw/tldraw/pull/1922))
|
|
|
|
- Improve the menu / kbds behavior when select tool is not active
|
|
|
|
#### Fix shape drag perf ([#1932](https://github.com/tldraw/tldraw/pull/1932))
|
|
|
|
- Fixes a perf regression for dragging shapes around
|
|
|
|
#### Firefox: Fix dropdowns not opening with touch ([#1923](https://github.com/tldraw/tldraw/pull/1923))
|
|
|
|
- Firefox: Fixed dropdown menus not opening with touch.
|
|
|
|
#### Use smarter rounding for shape container div width/height ([#1930](https://github.com/tldraw/tldraw/pull/1930))
|
|
|
|
- Improves the precision of the shape dimensions rounding logic
|
|
|
|
#### Fix lines being draggable via their background ([#1920](https://github.com/tldraw/tldraw/pull/1920))
|
|
|
|
- None - unreleased bug
|
|
|
|
#### Fix first handle of line snapping to itself ([#1912](https://github.com/tldraw/tldraw/pull/1912))
|
|
|
|
- Fixed a bug where the first handle of a line shape could snap to itself.
|
|
|
|
#### [fix] Moving group items inside of a frame (dropping) ([#1886](https://github.com/tldraw/tldraw/pull/1886))
|
|
|
|
- Fix bug: ungroup when moving a shape in a group in a frame.
|
|
|
|
#### [fix] id properties of undefined (#1730) ([#1919](https://github.com/tldraw/tldraw/pull/1919))
|
|
|
|
- Fixed a bug similar #1730
|
|
|
|
#### :recycle: fix: editing is not terminated after the conversion is confirmed. ([#1885](https://github.com/tldraw/tldraw/pull/1885))
|
|
|
|
- fix: editing is not terminated after the conversion is confirmed.
|
|
|
|
#### Update community translations ([#1889](https://github.com/tldraw/tldraw/pull/1889))
|
|
|
|
- Updated translations for Russian, Ukrainian, and Simplified Chinese
|
|
|
|
#### Fix line wobble ([#1915](https://github.com/tldraw/tldraw/pull/1915))
|
|
|
|
- Fixes an issue where lines would wobble as you dragged the handles around
|
|
|
|
#### Fix selecting one shape from selection group ([#1905](https://github.com/tldraw/tldraw/pull/1905))
|
|
|
|
- Fix bug when selecting a single shape from a selection group
|
|
|
|
Before
|
|
|
|
https://github.com/tldraw/tldraw/assets/98838967/1412f9c6-d466-42b3-af94-d08cbc1656be
|
|
|
|
After
|
|
![Kapture 2023-09-18 at 14 15 10](https://github.com/tldraw/tldraw/assets/98838967/70a7336d-7905-4b4c-b684-d5d62f2383b3)
|
|
|
|
#### Fix highlighter dots not being clickable ([#1903](https://github.com/tldraw/tldraw/pull/1903))
|
|
|
|
- None - unreleased bug
|
|
|
|
#### Fix video shape controls ([#1909](https://github.com/tldraw/tldraw/pull/1909))
|
|
|
|
- Fixes pointer events for editing video shapes.
|
|
|
|
#### Fix line handles ([#1904](https://github.com/tldraw/tldraw/pull/1904))
|
|
|
|
- Fixes an issue where line handles were slightly offset from the indicator line.
|
|
|
|
#### Fix pinch start with toolbar open ([#1895](https://github.com/tldraw/tldraw/pull/1895))
|
|
|
|
- Fixes a bug that could trigger undo by accident when closing the style toolbar via a pinch gesture on mobile.
|
|
|
|
#### [wip] Viewport focus of editing shapes ([#1873](https://github.com/tldraw/tldraw/pull/1873))
|
|
|
|
Removed a feature to reset the viewport back to a shape that is being edited.
|
|
|
|
(Before) Don't be held back by the past
|
|
![Kapture 2023-09-15 at 10 57 29](https://github.com/tldraw/tldraw/assets/98838967/d8891621-766e-46a2-b1ca-afa968b7f08c)
|
|
|
|
(After) You are free to find new avenues of exploration
|
|
![Kapture 2023-09-15 at 11 02 36](https://github.com/tldraw/tldraw/assets/98838967/82f318ab-944b-41bd-8297-a35467a15987)
|
|
|
|
#### Migrate snapshot ([#1843](https://github.com/tldraw/tldraw/pull/1843))
|
|
|
|
- [editor] add `Store.migrateSnapshot`
|
|
|
|
#### [fix] zero width / height bounds ([#1840](https://github.com/tldraw/tldraw/pull/1840))
|
|
|
|
- Fix bug with straight lines / arrows
|
|
|
|
#### clamp x-box and check-box lines to stay within box at small scales ([#1860](https://github.com/tldraw/tldraw/pull/1860))
|
|
|
|
- Fixes a regression introduced by the geometry refactor related to x-box and checkbox resizing.
|
|
|
|
#### Fix paste transform ([#1859](https://github.com/tldraw/tldraw/pull/1859))
|
|
|
|
- Fixes a bug affecting the position of pasted content inside frames.
|
|
|
|
#### Fix indicator transform miscalculation ([#1852](https://github.com/tldraw/tldraw/pull/1852))
|
|
|
|
- Fixes indicator transform miscalculation on android and windows
|
|
|
|
#### update currentPageShapesSorted reference in docs ([#1851](https://github.com/tldraw/tldraw/pull/1851))
|
|
|
|
- Add a brief release note for your PR here.
|
|
|
|
#### [fix] awful rendering issue ([#1842](https://github.com/tldraw/tldraw/pull/1842))
|
|
|
|
- [fix] iframe rendering issue
|
|
|
|
#### fix typo ([#1831](https://github.com/tldraw/tldraw/pull/1831))
|
|
|
|
- Just fixed a typo in the docs
|
|
|
|
#### [feature] Asset props ([#1824](https://github.com/tldraw/tldraw/pull/1824))
|
|
|
|
- [@tldraw/tldraw] add asset props
|
|
|
|
#### [fix] snapping bug ([#1819](https://github.com/tldraw/tldraw/pull/1819))
|
|
|
|
- [fix] crash that could occur when snapping
|
|
|
|
#### [fix] editing video shapes ([#1821](https://github.com/tldraw/tldraw/pull/1821))
|
|
|
|
- Fix bug with editing video shapes.
|
|
|
|
#### [feature] unlock all action ([#1820](https://github.com/tldraw/tldraw/pull/1820))
|
|
|
|
- Adds the unlock all feature.
|
|
|
|
#### [fix] bug with eventemitter3 default export ([#1818](https://github.com/tldraw/tldraw/pull/1818))
|
|
|
|
- [@tldraw/editor] updates eventemitter3 import to fix issue with Astro builds.
|
|
|
|
#### Add next cache to clean command ([#1811](https://github.com/tldraw/tldraw/pull/1811))
|
|
|
|
- Internal tooling change
|
|
|
|
#### Fix text editing in page menu popover ([#1790](https://github.com/tldraw/tldraw/pull/1790))
|
|
|
|
- (fix) page menu editing
|
|
|
|
#### [fix] embeds switching / tldraw embed ([#1792](https://github.com/tldraw/tldraw/pull/1792))
|
|
|
|
- [fix] tldraw embeds
|
|
|
|
#### Custom rendering margin / don't cull selected shapes ([#1788](https://github.com/tldraw/tldraw/pull/1788))
|
|
|
|
- [editor] add `Editor.renderingBoundsMargin`
|
|
|
|
#### Camera APIs ([#1786](https://github.com/tldraw/tldraw/pull/1786))
|
|
|
|
- (editor) improve camera commands
|
|
|
|
#### environment manager ([#1784](https://github.com/tldraw/tldraw/pull/1784))
|
|
|
|
- [editor] Move environment flags to environment manager
|
|
|
|
#### Editor commands API / effects ([#1778](https://github.com/tldraw/tldraw/pull/1778))
|
|
|
|
- tbd
|
|
|
|
#### [feature] Add val town embed ([#1777](https://github.com/tldraw/tldraw/pull/1777))
|
|
|
|
- (feature) val town
|
|
|
|
#### export `UiEventsProvider` ([#1774](https://github.com/tldraw/tldraw/pull/1774))
|
|
|
|
- [@tldraw/tldraw] export ui events, so that UI hooks can work without context
|
|
|
|
#### remove useForceSolid effect for geo / line shapes ([#1769](https://github.com/tldraw/tldraw/pull/1769))
|
|
|
|
- Remove the force solid switching for geo / line shapes
|
|
|
|
#### [fix] shape indicator showing when locked shapes are hovered ([#1771](https://github.com/tldraw/tldraw/pull/1771))
|
|
|
|
- locked shapes do not show an indicator when hovered
|
|
|
|
#### remove `selectionPageCenter` ([#1766](https://github.com/tldraw/tldraw/pull/1766))
|
|
|
|
- [dev] Removes `Editor.selectionPageCenter`
|
|
|
|
#### rename selection page bounds ([#1763](https://github.com/tldraw/tldraw/pull/1763))
|
|
|
|
- [editor] rename `selectedPageBounds` to `selectionPageBounds`
|
|
|
|
#### `ShapeUtil.getGeometry`, selection rewrite ([#1751](https://github.com/tldraw/tldraw/pull/1751))
|
|
|
|
- [editor] Remove `ShapeUtil.getBounds`, `ShapeUtil.getOutline`, `ShapeUtil.hitTestPoint`, `ShapeUtil.hitTestLineSegment`
|
|
- [editor] Add `ShapeUtil.getGeometry`
|
|
- [editor] Add `Editor.getShapeGeometry`
|
|
|
|
#### Fix asset urls ([#1758](https://github.com/tldraw/tldraw/pull/1758))
|
|
|
|
- Fixed asset urls
|
|
|
|
#### [fix] arrow snapping bug ([#1756](https://github.com/tldraw/tldraw/pull/1756))
|
|
|
|
- [fix] arrow snapping
|
|
|
|
#### [fix] dark mode ([#1754](https://github.com/tldraw/tldraw/pull/1754))
|
|
|
|
- [fix] dark mode colors not updating
|
|
|
|
#### Remove helpers / extraneous API methods. ([#1745](https://github.com/tldraw/tldraw/pull/1745))
|
|
|
|
- [tldraw] rename `useReadonly` to `useReadOnly`
|
|
- [editor] remove `Editor.isDarkMode`
|
|
- [editor] remove `Editor.isChangingStyle`
|
|
- [editor] remove `Editor.isCoarsePointer`
|
|
- [editor] remove `Editor.isDarkMode`
|
|
- [editor] remove `Editor.isFocused`
|
|
- [editor] remove `Editor.isGridMode`
|
|
- [editor] remove `Editor.isPenMode`
|
|
- [editor] remove `Editor.isReadOnly`
|
|
- [editor] remove `Editor.isSnapMode`
|
|
- [editor] remove `Editor.isToolLocked`
|
|
- [editor] remove `Editor.locale`
|
|
- [editor] rename `Editor.pageState` to `Editor.currentPageState`
|
|
- [editor] add `Editor.pageStates`
|
|
- [editor] add `Editor.setErasingIds`
|
|
- [editor] add `Editor.setEditingId`
|
|
- [editor] add several new component overrides
|
|
|
|
#### add shapes docs content ([#1705](https://github.com/tldraw/tldraw/pull/1705))
|
|
|
|
- Documentation: Added more info about shapes.
|
|
|
|
#### fix: escape eraser tool on escape ([#1732](https://github.com/tldraw/tldraw/pull/1732))
|
|
|
|
- escape eraser tool on escape
|
|
|
|
#### fix: arrow label dark mode color ([#1733](https://github.com/tldraw/tldraw/pull/1733))
|
|
|
|
- fixed arrow label dark mode color
|
|
|
|
#### tldraw zero - package shuffle ([#1710](https://github.com/tldraw/tldraw/pull/1710))
|
|
|
|
- [@tldraw/editor] lots, wip
|
|
- [@tldraw/ui] gone, merged to tldraw/tldraw
|
|
- [@tldraw/polyfills] gone, merged to tldraw/editor
|
|
- [@tldraw/primitives] gone, merged to tldraw/editor / tldraw/tldraw
|
|
- [@tldraw/indices] gone, merged to tldraw/editor
|
|
- [@tldraw/file-format] gone, merged to tldraw/tldraw
|
|
|
|
#### [fix] add cloud tooltip ([#1728](https://github.com/tldraw/tldraw/pull/1728))
|
|
|
|
- Add a brief release note for your PR here.
|
|
|
|
#### (2/2) Add content to Tools docs page. ([#1721](https://github.com/tldraw/tldraw/pull/1721))
|
|
|
|
- Tools docs.
|
|
|
|
#### tweaks for cloud shape ([#1723](https://github.com/tldraw/tldraw/pull/1723))
|
|
|
|
- Add a brief release note for your PR here.
|
|
|
|
#### Add cloud shape ([#1708](https://github.com/tldraw/tldraw/pull/1708))
|
|
|
|
- Adds a cloud shape.
|
|
|
|
#### [refactor] reduce dependencies on shape utils in editor ([#1693](https://github.com/tldraw/tldraw/pull/1693))
|
|
|
|
- removes shape utils from the arguments of `isShapeOfType`, replacing with a generic
|
|
- removes shape utils from the arguments of `getShapeUtil`, replacing with a generic
|
|
- moves custom arrow info cache out of the util and into the editor class
|
|
- changes the a tool's `shapeType` to be a string instead of a shape util
|
|
|
|
#### Make some missing tsdocs appear on the docs site ([#1706](https://github.com/tldraw/tldraw/pull/1706))
|
|
|
|
- Docs: Fixed some missing docs for the TldrawEditor component.
|
|
|
|
#### [hot take] remove `tool` from shape definition ([#1691](https://github.com/tldraw/tldraw/pull/1691))
|
|
|
|
- [dev] Removed the `tool` property from `defineShape`
|
|
|
|
#### [refactor] reordering shapes ([#1718](https://github.com/tldraw/tldraw/pull/1718))
|
|
|
|
- [api] removes `Editor.getParentsMappedToChildren`
|
|
- [api] removes `Editor.reorderShapes`
|
|
- [api] moves reordering shapes code into its own file, outside of the editor
|
|
|
|
#### remove state checks for brush and zoom brush ([#1717](https://github.com/tldraw/tldraw/pull/1717))
|
|
|
|
- [editor] remove `editor.isIn` state checks for displaying brush and zoom brush.
|
|
|
|
#### Add API links to all docs pages ([#1661](https://github.com/tldraw/tldraw/pull/1661))
|
|
|
|
- Documentation: Added links to API reference in guides.
|
|
|
|
#### Go back to default cursor when done resizing. ([#1700](https://github.com/tldraw/tldraw/pull/1700))
|
|
|
|
- Switch back to the default cursor after you are done inserting a new text shape.
|
|
|
|
#### Firefox: Fix coarse pointer issue ([#1701](https://github.com/tldraw/tldraw/pull/1701))
|
|
|
|
- Fixed firefox not being able to use cursor chat when using a touch screen on desktop.
|
|
|
|
#### Fix tsdocs for TldrawUi component ([#1707](https://github.com/tldraw/tldraw/pull/1707))
|
|
|
|
- Docs: Show some docs missing from TldrawUi component.
|
|
|
|
---
|
|
|
|
#### 💥 Breaking Change
|
|
|
|
- `@tldraw/editor`, `@tldraw/tldraw`
|
|
- [improvement] prevent editing in readonly [#1990](https://github.com/tldraw/tldraw/pull/1990) ([@steveruizok](https://github.com/steveruizok))
|
|
- Remove focus management [#1953](https://github.com/tldraw/tldraw/pull/1953) ([@steveruizok](https://github.com/steveruizok) [@ds300](https://github.com/ds300))
|
|
- Make user preferences optional [#1963](https://github.com/tldraw/tldraw/pull/1963) ([@ds300](https://github.com/ds300))
|
|
- [fix] style changes [#1814](https://github.com/tldraw/tldraw/pull/1814) ([@steveruizok](https://github.com/steveruizok))
|
|
- Cleanup page state commands [#1800](https://github.com/tldraw/tldraw/pull/1800) ([@steveruizok](https://github.com/steveruizok))
|
|
- Rendering / cropping side-effects [#1799](https://github.com/tldraw/tldraw/pull/1799) ([@steveruizok](https://github.com/steveruizok))
|
|
- history options / markId / createPage [#1796](https://github.com/tldraw/tldraw/pull/1796) ([@steveruizok](https://github.com/steveruizok))
|
|
- Update setter names, `setXXShapeId` rather than `setXXId` [#1789](https://github.com/tldraw/tldraw/pull/1789) ([@steveruizok](https://github.com/steveruizok))
|
|
- Rename shapes apis [#1787](https://github.com/tldraw/tldraw/pull/1787) ([@steveruizok](https://github.com/steveruizok))
|
|
- Camera APIs [#1786](https://github.com/tldraw/tldraw/pull/1786) ([@steveruizok](https://github.com/steveruizok))
|
|
- environment manager [#1784](https://github.com/tldraw/tldraw/pull/1784) ([@steveruizok](https://github.com/steveruizok))
|
|
- remove `selectionPageCenter` [#1766](https://github.com/tldraw/tldraw/pull/1766) ([@steveruizok](https://github.com/steveruizok))
|
|
- rename selection page bounds [#1763](https://github.com/tldraw/tldraw/pull/1763) ([@steveruizok](https://github.com/steveruizok))
|
|
- `@tldraw/tldraw`
|
|
- Remove targeted editing from text [#1962](https://github.com/tldraw/tldraw/pull/1962) ([@TodePond](https://github.com/TodePond) [@steveruizok](https://github.com/steveruizok))
|
|
- [improvement] quick actions [#1922](https://github.com/tldraw/tldraw/pull/1922) ([@steveruizok](https://github.com/steveruizok))
|
|
- `@tldraw/editor`, `@tldraw/store`
|
|
- SideEffectManager [#1785](https://github.com/tldraw/tldraw/pull/1785) ([@steveruizok](https://github.com/steveruizok))
|
|
- `@tldraw/editor`, `@tldraw/state`, `@tldraw/store`, `@tldraw/tldraw`, `@tldraw/tlschema`
|
|
- Revert "Editor commands API / effects" [#1783](https://github.com/tldraw/tldraw/pull/1783) ([@steveruizok](https://github.com/steveruizok))
|
|
- Editor commands API / effects [#1778](https://github.com/tldraw/tldraw/pull/1778) ([@steveruizok](https://github.com/steveruizok))
|
|
- `@tldraw/editor`, `@tldraw/tldraw`, `@tldraw/tlschema`
|
|
- `ShapeUtil.getGeometry`, selection rewrite [#1751](https://github.com/tldraw/tldraw/pull/1751) ([@steveruizok](https://github.com/steveruizok))
|
|
- More cleanup, focus bug fixes [#1749](https://github.com/tldraw/tldraw/pull/1749) ([@steveruizok](https://github.com/steveruizok))
|
|
- Remove helpers / extraneous API methods. [#1745](https://github.com/tldraw/tldraw/pull/1745) ([@steveruizok](https://github.com/steveruizok))
|
|
- `@tldraw/editor`, `@tldraw/tldraw`, `@tldraw/utils`
|
|
- move some utils into tldraw/utils [#1750](https://github.com/tldraw/tldraw/pull/1750) ([@steveruizok](https://github.com/steveruizok))
|
|
- `@tldraw/editor`, `@tldraw/state`, `@tldraw/store`, `@tldraw/tldraw`, `@tldraw/tlschema`, `@tldraw/utils`, `@tldraw/validate`
|
|
- tldraw zero - package shuffle [#1710](https://github.com/tldraw/tldraw/pull/1710) ([@steveruizok](https://github.com/steveruizok) [@SomeHats](https://github.com/SomeHats))
|
|
- `@tldraw/editor`
|
|
- [refactor] reduce dependencies on shape utils in editor [#1693](https://github.com/tldraw/tldraw/pull/1693) ([@steveruizok](https://github.com/steveruizok))
|
|
- [hot take] remove `tool` from shape definition [#1691](https://github.com/tldraw/tldraw/pull/1691) ([@TodePond](https://github.com/TodePond))
|
|
- [refactor] reordering shapes [#1718](https://github.com/tldraw/tldraw/pull/1718) ([@steveruizok](https://github.com/steveruizok))
|
|
|
|
#### 🚀 Enhancement
|
|
|
|
- `@tldraw/editor`, `@tldraw/tldraw`
|
|
- Debugging cleanup / misc cleanup [#2025](https://github.com/tldraw/tldraw/pull/2025) ([@steveruizok](https://github.com/steveruizok))
|
|
- [feature] Include `sources` in `TLExternalContent` [#1925](https://github.com/tldraw/tldraw/pull/1925) ([@steveruizok](https://github.com/steveruizok))
|
|
- Add snapshot prop, examples [#1856](https://github.com/tldraw/tldraw/pull/1856) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] arrow snapping bug [#1756](https://github.com/tldraw/tldraw/pull/1756) ([@steveruizok](https://github.com/steveruizok))
|
|
- `@tldraw/editor`, `@tldraw/tldraw`, `@tldraw/tlschema`
|
|
- Fix arrow handle snapping, snapping to text labels, selection of text labels [#1910](https://github.com/tldraw/tldraw/pull/1910) ([@steveruizok](https://github.com/steveruizok))
|
|
- `@tldraw/editor`, `@tldraw/store`, `@tldraw/tldraw`, `@tldraw/tlschema`
|
|
- Migrate snapshot [#1843](https://github.com/tldraw/tldraw/pull/1843) ([@steveruizok](https://github.com/steveruizok))
|
|
- `@tldraw/tldraw`
|
|
|
|
- export asset stuff [#1829](https://github.com/tldraw/tldraw/pull/1829) ([@steveruizok](https://github.com/steveruizok)
|
|
|
|
)
|
|
|
|
- [feature] Asset props [#1824](https://github.com/tldraw/tldraw/pull/1824) ([@steveruizok](https://github.com/steveruizok))
|
|
- [feature] unlock all action [#1820](https://github.com/tldraw/tldraw/pull/1820) ([@steveruizok](https://github.com/steveruizok))
|
|
- export `UiEventsProvider` [#1774](https://github.com/tldraw/tldraw/pull/1774) ([@steveruizok](https://github.com/steveruizok)
|
|
|
|
)
|
|
|
|
- `@tldraw/editor`
|
|
- Add className as prop to Canvas [#1827](https://github.com/tldraw/tldraw/pull/1827) ([@steveruizok](https://github.com/steveruizok))
|
|
- refactor `parentsToChildrenWithIndexes` [#1764](https://github.com/tldraw/tldraw/pull/1764) ([@steveruizok](https://github.com/steveruizok))
|
|
- remove state checks for brush and zoom brush [#1717](https://github.com/tldraw/tldraw/pull/1717) ([@steveruizok](https://github.com/steveruizok))
|
|
- `@tldraw/editor`, `@tldraw/state`, `@tldraw/tldraw`
|
|
- [improvement] More selection logic [#1806](https://github.com/tldraw/tldraw/pull/1806) ([@steveruizok](https://github.com/steveruizok))
|
|
- `@tldraw/assets`, `@tldraw/tlschema`
|
|
- [feature] Add val town embed [#1777](https://github.com/tldraw/tldraw/pull/1777) ([@steveruizok](https://github.com/steveruizok))
|
|
- `@tldraw/tldraw`, `@tldraw/validate`
|
|
- Add shapes to exports [#1776](https://github.com/tldraw/tldraw/pull/1776) ([@steveruizok](https://github.com/steveruizok))
|
|
- `@tldraw/assets`, `@tldraw/editor`, `@tldraw/tlschema`
|
|
- Add cloud shape [#1708](https://github.com/tldraw/tldraw/pull/1708) ([@ds300](https://github.com/ds300))
|
|
|
|
#### 🐛 Bug Fix
|
|
|
|
- [fix] Multiple example [#2026](https://github.com/tldraw/tldraw/pull/2026) ([@steveruizok](https://github.com/steveruizok))
|
|
- Fix vs code extension. Prepare for new release. [#2011](https://github.com/tldraw/tldraw/pull/2011) ([@MitjaBezensek](https://github.com/MitjaBezensek) [@steveruizok](https://github.com/steveruizok))
|
|
- Lokalise: Translations update [#1964](https://github.com/tldraw/tldraw/pull/1964) ([@TodePond](https://github.com/TodePond))
|
|
- Update community translations [#1889](https://github.com/tldraw/tldraw/pull/1889) ([@TodePond](https://github.com/TodePond))
|
|
- Bump vs code version. [#1735](https://github.com/tldraw/tldraw/pull/1735) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
|
- [fix] add cloud tooltip [#1728](https://github.com/tldraw/tldraw/pull/1728) ([@ds300](https://github.com/ds300))
|
|
- Bump vs code version. [#1719](https://github.com/tldraw/tldraw/pull/1719) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
|
- `@tldraw/tldraw`
|
|
- Update readme [#2027](https://github.com/tldraw/tldraw/pull/2027) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] Minimap interactions [#2012](https://github.com/tldraw/tldraw/pull/2012) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] Image size [#2002](https://github.com/tldraw/tldraw/pull/2002) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] tool lock button in toolbar [#2009](https://github.com/tldraw/tldraw/pull/2009) ([@steveruizok](https://github.com/steveruizok))
|
|
- fix cloud rendering [#2008](https://github.com/tldraw/tldraw/pull/2008) ([@ds300](https://github.com/ds300))
|
|
- Fix hooks error. [#2000](https://github.com/tldraw/tldraw/pull/2000) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
|
- Fix style panel opening when disabled [#1983](https://github.com/tldraw/tldraw/pull/1983) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git) [@steveruizok](https://github.com/steveruizok))
|
|
- [fix] Drawing tool touch for first pen mark [#1977](https://github.com/tldraw/tldraw/pull/1977) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] Screen bounds offset after editing text [#1976](https://github.com/tldraw/tldraw/pull/1976) ([@steveruizok](https://github.com/steveruizok))
|
|
- fix line bugs [#1936](https://github.com/tldraw/tldraw/pull/1936) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git) [@steveruizok](https://github.com/steveruizok))
|
|
- Mark an undo before toggling lock [#1969](https://github.com/tldraw/tldraw/pull/1969) ([@steveruizok](https://github.com/steveruizok))
|
|
- Stop editing frame headers when clicking inside a frame. [#1955](https://github.com/tldraw/tldraw/pull/1955) ([@MitjaBezensek](https://github.com/MitjaBezensek) [@TodePond](https://github.com/TodePond))
|
|
- Firefox: Fix dropdowns not opening with touch [#1923](https://github.com/tldraw/tldraw/pull/1923) ([@TodePond](https://github.com/TodePond))
|
|
- Fix lines being draggable via their background [#1920](https://github.com/tldraw/tldraw/pull/1920) ([@TodePond](https://github.com/TodePond))
|
|
- Fix first handle of line snapping to itself [#1912](https://github.com/tldraw/tldraw/pull/1912) ([@TodePond](https://github.com/TodePond))
|
|
- [fix] id properties of undefined (#1730) [#1919](https://github.com/tldraw/tldraw/pull/1919) ([@momenthana](https://github.com/momenthana))
|
|
- :recycle: fix: editing is not terminated after the conversion is confirmed. [#1885](https://github.com/tldraw/tldraw/pull/1885) ([@mr04vv](https://github.com/mr04vv) [@steveruizok](https://github.com/steveruizok))
|
|
- Fix selecting one shape from selection group [#1905](https://github.com/tldraw/tldraw/pull/1905) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
|
- [fix] help menu css [#1888](https://github.com/tldraw/tldraw/pull/1888) ([@steveruizok](https://github.com/steveruizok))
|
|
- Fix highlighter dots not being clickable [#1903](https://github.com/tldraw/tldraw/pull/1903) ([@TodePond](https://github.com/TodePond))
|
|
- Fix video shape controls [#1909](https://github.com/tldraw/tldraw/pull/1909) ([@ds300](https://github.com/ds300))
|
|
- Fix line handles [#1904](https://github.com/tldraw/tldraw/pull/1904) ([@ds300](https://github.com/ds300))
|
|
- Fix pinch start with toolbar open [#1895](https://github.com/tldraw/tldraw/pull/1895) ([@ds300](https://github.com/ds300))
|
|
- clamp x-box and check-box lines to stay within box at small scales [#1860](https://github.com/tldraw/tldraw/pull/1860) ([@ds300](https://github.com/ds300))
|
|
- [fix] exit penmode [#1847](https://github.com/tldraw/tldraw/pull/1847) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] assets and content handlers [#1846](https://github.com/tldraw/tldraw/pull/1846) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] line tool bug with tool locked [#1841](https://github.com/tldraw/tldraw/pull/1841) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] arrows bind to locked shapes [#1833](https://github.com/tldraw/tldraw/pull/1833) ([@steveruizok](https://github.com/steveruizok) [@MitjaBezensek](https://github.com/MitjaBezensek))
|
|
- [fix] Collaborator scribble on tldraw [#1804](https://github.com/tldraw/tldraw/pull/1804) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] Don't make arrows shapes to arrows [#1793](https://github.com/tldraw/tldraw/pull/1793) ([@steveruizok](https://github.com/steveruizok))
|
|
- Fix text editing in page menu popover [#1790](https://github.com/tldraw/tldraw/pull/1790) ([@steveruizok](https://github.com/steveruizok))
|
|
- Fix outlines on text shapes [#1781](https://github.com/tldraw/tldraw/pull/1781) ([@steveruizok](https://github.com/steveruizok))
|
|
- remove useForceSolid effect for geo / line shapes [#1769](https://github.com/tldraw/tldraw/pull/1769) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] arrow rendering safari [#1767](https://github.com/tldraw/tldraw/pull/1767) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] revert legacy changes to buildFromV1Document.ts [#1761](https://github.com/tldraw/tldraw/pull/1761) ([@steveruizok](https://github.com/steveruizok))
|
|
- Fix asset urls [#1758](https://github.com/tldraw/tldraw/pull/1758) ([@lakesare](https://github.com/lakesare))
|
|
- [fix]: Fix typo in shapeType declaration [#1747](https://github.com/tldraw/tldraw/pull/1747) ([@ricardo-crespo](https://github.com/ricardo-crespo) [@steveruizok](https://github.com/steveruizok))
|
|
- fix: escape eraser tool on escape [#1732](https://github.com/tldraw/tldraw/pull/1732) ([@gabrielchl](https://github.com/gabrielchl) [@steveruizok](https://github.com/steveruizok))
|
|
- fix: arrow label dark mode color [#1733](https://github.com/tldraw/tldraw/pull/1733) ([@gabrielchl](https://github.com/gabrielchl) [@steveruizok](https://github.com/steveruizok))
|
|
- `@tldraw/editor`
|
|
- fix screen bounds not updating [#2022](https://github.com/tldraw/tldraw/pull/2022) ([@SomeHats](https://github.com/SomeHats))
|
|
- [improvement] Refactor curved arrows [#2019](https://github.com/tldraw/tldraw/pull/2019) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] focus events [#2013](https://github.com/tldraw/tldraw/pull/2013) ([@steveruizok](https://github.com/steveruizok))
|
|
- Re-focus on focus. [#2010](https://github.com/tldraw/tldraw/pull/2010) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] X box shape arrow intersections [#2006](https://github.com/tldraw/tldraw/pull/2006) ([@steveruizok](https://github.com/steveruizok))
|
|
- Fix group opacity [#1997](https://github.com/tldraw/tldraw/pull/1997) ([@ds300](https://github.com/ds300))
|
|
- [fix] Escape key exiting full screen while editing shapes [#1986](https://github.com/tldraw/tldraw/pull/1986) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] Hovered indicators shown when coarse pointer [#1985](https://github.com/tldraw/tldraw/pull/1985) ([@steveruizok](https://github.com/steveruizok))
|
|
- Sliiiightly darken muted-2 color. [#1981](https://github.com/tldraw/tldraw/pull/1981) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] pinch events [#1979](https://github.com/tldraw/tldraw/pull/1979) ([@steveruizok](https://github.com/steveruizok))
|
|
- Make state node methods arrow functions [#1973](https://github.com/tldraw/tldraw/pull/1973) ([@steveruizok](https://github.com/steveruizok))
|
|
- Arrows followup [#1972](https://github.com/tldraw/tldraw/pull/1972) ([@steveruizok](https://github.com/steveruizok))
|
|
- [improvement] improve arrows (for real) [#1957](https://github.com/tldraw/tldraw/pull/1957) ([@steveruizok](https://github.com/steveruizok))
|
|
- fix clipping on nested non-intersecting frames [#1934](https://github.com/tldraw/tldraw/pull/1934) ([@SomeHats](https://github.com/SomeHats))
|
|
- Use smarter rounding for shape container div width/height [#1930](https://github.com/tldraw/tldraw/pull/1930) ([@ds300](https://github.com/ds300))
|
|
- Fix line wobble [#1915](https://github.com/tldraw/tldraw/pull/1915) ([@ds300](https://github.com/ds300))
|
|
- [fix] right click [#1891](https://github.com/tldraw/tldraw/pull/1891) ([@steveruizok](https://github.com/steveruizok))
|
|
- [wip] Viewport focus of editing shapes [#1873](https://github.com/tldraw/tldraw/pull/1873) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
|
- Fix indicator transform miscalculation [#1852](https://github.com/tldraw/tldraw/pull/1852) ([@ds300](https://github.com/ds300))
|
|
- [fix] pointer events in shapes [#1855](https://github.com/tldraw/tldraw/pull/1855) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] overlays stacking [#1849](https://github.com/tldraw/tldraw/pull/1849) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] awful rendering issue [#1842](https://github.com/tldraw/tldraw/pull/1842) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] svg overlays when browser zoom is not 100% [#1836](https://github.com/tldraw/tldraw/pull/1836) ([@steveruizok](https://github.com/steveruizok))
|
|
- Allow setting `user` as a prop [#1832](https://github.com/tldraw/tldraw/pull/1832) ([@SomeHats](https://github.com/SomeHats))
|
|
- [fix] snapping bug [#1819](https://github.com/tldraw/tldraw/pull/1819) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] Replace `findLast` for browser compat [#1822](https://github.com/tldraw/tldraw/pull/1822) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] bug with eventemitter3 default export [#1818](https://github.com/tldraw/tldraw/pull/1818) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] handles updates [#1779](https://github.com/tldraw/tldraw/pull/1779) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] transform errors [#1772](https://github.com/tldraw/tldraw/pull/1772) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] shape indicator showing when locked shapes are hovered [#1771](https://github.com/tldraw/tldraw/pull/1771) ([@steveruizok](https://github.com/steveruizok))
|
|
- tweaks for cloud shape [#1723](https://github.com/tldraw/tldraw/pull/1723) ([@ds300](https://github.com/ds300))
|
|
- Go back to default cursor when done resizing. [#1700](https://github.com/tldraw/tldraw/pull/1700) ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
|
- Firefox: Fix coarse pointer issue [#1701](https://github.com/tldraw/tldraw/pull/1701) ([@TodePond](https://github.com/TodePond))
|
|
- `@tldraw/editor`, `@tldraw/tldraw`
|
|
- frame label fix [#2016](https://github.com/tldraw/tldraw/pull/2016) ([@ds300](https://github.com/ds300))
|
|
- [fix] Focus events (actually) [#2015](https://github.com/tldraw/tldraw/pull/2015) ([@steveruizok](https://github.com/steveruizok))
|
|
- Contain all the things [#1999](https://github.com/tldraw/tldraw/pull/1999) ([@steveruizok](https://github.com/steveruizok))
|
|
- fix text in geo shapes not causing its container to grow [#2003](https://github.com/tldraw/tldraw/pull/2003) ([@SomeHats](https://github.com/SomeHats))
|
|
- Fix an issue with arrow creation. [#2004](https://github.com/tldraw/tldraw/pull/2004) ([@MitjaBezensek](https://github.com/MitjaBezensek) [@steveruizok](https://github.com/steveruizok))
|
|
- Fix text-wrapping on Safari [#1980](https://github.com/tldraw/tldraw/pull/1980) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
|
- [fix] text shape outline [#1974](https://github.com/tldraw/tldraw/pull/1974) ([@steveruizok](https://github.com/steveruizok))
|
|
- Allow right clicking selection backgrounds [#1968](https://github.com/tldraw/tldraw/pull/1968) ([@TodePond](https://github.com/TodePond) [@steveruizok](https://github.com/steveruizok))
|
|
- [fix] geo shape text label placement [#1927](https://github.com/tldraw/tldraw/pull/1927) ([@steveruizok](https://github.com/steveruizok) [@ds300](https://github.com/ds300))
|
|
- expanded highlighter geometry [#1929](https://github.com/tldraw/tldraw/pull/1929) ([@SomeHats](https://github.com/SomeHats))
|
|
- [fix] Moving group items inside of a frame (dropping) [#1886](https://github.com/tldraw/tldraw/pull/1886) ([@mr04vv](https://github.com/mr04vv) [@steveruizok](https://github.com/steveruizok))
|
|
- [fix] iframe losing focus on pointer down [#1848](https://github.com/tldraw/tldraw/pull/1848) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] zero width / height bounds [#1840](https://github.com/tldraw/tldraw/pull/1840) ([@steveruizok](https://github.com/steveruizok))
|
|
- avoid pixel rounding / transformation miscalc for overlay items [#1858](https://github.com/tldraw/tldraw/pull/1858) ([@BrianHung](https://github.com/BrianHung) [@ds300](https://github.com/ds300))
|
|
- Fix paste transform [#1859](https://github.com/tldraw/tldraw/pull/1859) ([@ds300](https://github.com/ds300))
|
|
- [fix] text editing outline when scaled [#1826](https://github.com/tldraw/tldraw/pull/1826) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] Line shape rendering [#1825](https://github.com/tldraw/tldraw/pull/1825) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] remove CSS radius calculations [#1823](https://github.com/tldraw/tldraw/pull/1823) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] editing video shapes [#1821](https://github.com/tldraw/tldraw/pull/1821) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] Sticky text content / hovered shapes [#1808](https://github.com/tldraw/tldraw/pull/1808) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] page to screen [#1797](https://github.com/tldraw/tldraw/pull/1797) ([@steveruizok](https://github.com/steveruizok))
|
|
- Custom rendering margin / don't cull selected shapes [#1788](https://github.com/tldraw/tldraw/pull/1788) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] minimap, common page bounds [#1770](https://github.com/tldraw/tldraw/pull/1770) ([@steveruizok](https://github.com/steveruizok))
|
|
- [fix] restore bg option, fix calculations [#1765](https://github.com/tldraw/tldraw/pull/1765) ([@steveruizok](https://github.com/steveruizok))
|
|
- `@tldraw/editor`, `@tldraw/store`
|
|
- Fix shape drag perf [#1932](https://github.com/tldraw/tldraw/pull/1932) ([@ds300](https://github.com/ds300))
|
|
- `@tldraw/tldraw`, `@tldraw/tlschema`
|
|
- [fix] embeds switching / tldraw embed [#1792](https://github.com/tldraw/tldraw/pull/1792) ([@steveruizok](https://github.com/steveruizok))
|
|
- `@tldraw/editor`, `@tldraw/tldraw`, `@tldraw/tlschema`
|
|
- [fix] dark mode [#1754](https://github.com/tldraw/tldraw/pull/1754) ([@steveruizok](https://github.com/steveruizok))
|
|
|
|
#### 🏠 Internal
|
|
|
|
- Remove docs source. [#2030](https://github.com/tldraw/tldraw/pull/2030) ([@steveruizok](https://github.com/steveruizok))
|
|
- [infra] missing await [#1951](https://github.com/tldraw/tldraw/pull/1951) ([@ds300](https://github.com/ds300))
|
|
- [infra] maybe fix canary publish [#1950](https://github.com/tldraw/tldraw/pull/1950) ([@ds300](https://github.com/ds300))
|
|
- fix typo [#1831](https://github.com/tldraw/tldraw/pull/1831) ([@judicaelandria](https://github.com/judicaelandria))
|
|
- Add next cache to clean command [#1811](https://github.com/tldraw/tldraw/pull/1811) ([@ds300](https://github.com/ds300))
|
|
- remove yjs example [#1795](https://github.com/tldraw/tldraw/pull/1795) ([@steveruizok](https://github.com/steveruizok))
|
|
- support custom shapes in yjs example [#1737](https://github.com/tldraw/tldraw/pull/1737) ([@steveruizok](https://github.com/steveruizok))
|
|
- [internal] Add basic list to examples [#1688](https://github.com/tldraw/tldraw/pull/1688) ([@steveruizok](https://github.com/steveruizok))
|
|
- cleanup [#1711](https://github.com/tldraw/tldraw/pull/1711) ([@SomeHats](https://github.com/SomeHats))
|
|
- `@tldraw/tldraw`
|
|
- [fix] CSS reload in dev [#1791](https://github.com/tldraw/tldraw/pull/1791) ([@steveruizok](https://github.com/steveruizok))
|
|
|
|
#### 📝 Documentation
|
|
|
|
- fix(docs): update shapes docs add the array of defined shapes [#1949](https://github.com/tldraw/tldraw/pull/1949) ([@judicaelandria](https://github.com/judicaelandria) [@steveruizok](https://github.com/steveruizok))
|
|
- update currentPageShapesSorted reference in docs [#1851](https://github.com/tldraw/tldraw/pull/1851) ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
|
- Fix broken link in docs [#1830](https://github.com/tldraw/tldraw/pull/1830) ([@jmduke](https://github.com/jmduke) [@steveruizok](https://github.com/steveruizok))
|
|
- add shapes docs content [#1705](https://github.com/tldraw/tldraw/pull/1705) ([@TodePond](https://github.com/TodePond) [@steveruizok](https://github.com/steveruizok))
|
|
- (2/2) Add content to Tools docs page. [#1721](https://github.com/tldraw/tldraw/pull/1721) ([@TodePond](https://github.com/TodePond))
|
|
- Add API links to all docs pages [#1661](https://github.com/tldraw/tldraw/pull/1661) ([@TodePond](https://github.com/TodePond))
|
|
- Fix tsdocs for TldrawUi component [#1707](https://github.com/tldraw/tldraw/pull/1707) ([@TodePond](https://github.com/TodePond))
|
|
- `@tldraw/editor`
|
|
- Make some missing tsdocs appear on the docs site [#1706](https://github.com/tldraw/tldraw/pull/1706) ([@TodePond](https://github.com/TodePond))
|
|
|
|
#### 🧪 Tests
|
|
|
|
- Fix e2e test [#1748](https://github.com/tldraw/tldraw/pull/1748) ([@steveruizok](https://github.com/steveruizok))
|
|
- `@tldraw/tldraw`
|
|
- [fix] Right click groups [#1975](https://github.com/tldraw/tldraw/pull/1975) ([@TodePond](https://github.com/TodePond) [@steveruizok](https://github.com/steveruizok))
|
|
|
|
#### 🔩 Dependency Updates
|
|
|
|
- `@tldraw/editor`
|
|
- (chore) bump [#1744](https://github.com/tldraw/tldraw/pull/1744) ([@steveruizok](https://github.com/steveruizok))
|
|
|
|
#### Authors: 14
|
|
|
|
- alex ([@SomeHats](https://github.com/SomeHats))
|
|
- Brian Hung ([@BrianHung](https://github.com/BrianHung))
|
|
- David Sheldrick ([@ds300](https://github.com/ds300))
|
|
- Evgenia Karunus ([@lakesare](https://github.com/lakesare))
|
|
- Gabriel Lee ([@gabrielchl](https://github.com/gabrielchl))
|
|
- Hana ([@momenthana](https://github.com/momenthana))
|
|
- Judicael ([@judicaelandria](https://github.com/judicaelandria))
|
|
- Justin Duke ([@jmduke](https://github.com/jmduke))
|
|
- Lu Wilson ([@TodePond](https://github.com/TodePond))
|
|
- Mitja Bezenšek ([@MitjaBezensek](https://github.com/MitjaBezensek))
|
|
- Ricardo Crespo ([@ricardo-crespo](https://github.com/ricardo-crespo))
|
|
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
|
|
- Taha ([@Taha-Hassan-Git](https://github.com/Taha-Hassan-Git))
|
|
- Takuto Mori Gump ([@mr04vv](https://github.com/mr04vv))
|