Skip to content

Commit ee7dc07

Browse files
committed
docs(releases): update release notes for v4.3.2
Add v4.3.1 and v4.3.2 patch release sections to v4.3.0.mdx. Update next.mdx last_version to v4.3.2 and add new bug fix entries.
1 parent f2ad5b0 commit ee7dc07

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

apps/docs/content/releases/next.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: tldraw
55
date: 01/31/2025
66
order: 0
77
status: published
8-
last_version: v4.3.1
8+
last_version: v4.3.2
99
---
1010

1111
This release adds a consolidated `options` prop, quick zoom navigation, a fill styles dropdown, a new `TldrawUiSelect` component, shape-aware binding checks, and an experimental canvas drop handler. It also includes 2D canvas rendering for shape indicators, R-tree spatial indexing, telestrator-style laser behavior, significant performance improvements for large canvases, and various bug fixes.
@@ -209,4 +209,6 @@ New options in `TldrawOptions`:
209209
- Fix keyboard shortcut menu item labels to use consistent ellipsis formatting. ([#7757](https://github.com/tldraw/tldraw/pull/7757))
210210
- Fix spatial index not removing shapes when moved to a different page. ([#7700](https://github.com/tldraw/tldraw/pull/7700))
211211
- Fix tldraw failing to load in CJS environments (tsx, ts-node, Jest) due to ESM-only rbush dependency. ([#7905](https://github.com/tldraw/tldraw/pull/7905))
212+
- Fix shapes pasted with Ctrl+V not being parented to a frame when they land inside one. ([#7938](https://github.com/tldraw/tldraw/pull/7938))
213+
- Fix crash when cropping custom shapes that don't include `isCircle` in their crop schema. ([#7931](https://github.com/tldraw/tldraw/pull/7931))
212214
- Fix draw shapes not rendering correctly on tablets that report zero pen pressure. ([#5693](https://github.com/tldraw/tldraw/pull/5693))

apps/docs/content/releases/v4.3.0.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,3 +254,21 @@ Refactored `editor.inputs` to use reactive atoms via the new `InputsManager` cla
254254
- Fix "Back to content" button not appearing when selected shapes are off-screen. ([#7649](https://github.com/tldraw/tldraw/pull/7649))
255255
- Fix dotted freehand lines becoming invisible at minimum zoom on Chrome. ([#7650](https://github.com/tldraw/tldraw/pull/7650))
256256
- Fix menu bar stretching to full width on mobile viewports instead of fitting content. ([#7568](https://github.com/tldraw/tldraw/pull/7568))
257+
258+
[View release on GitHub](https://github.com/tldraw/tldraw/releases/tag/v4.3.0)
259+
260+
---
261+
262+
## Patch releases
263+
264+
### v4.3.1
265+
266+
- Fix draw shape precision issues at high canvas coordinates by switching to delta encoding with a Float32 anchor point. ([#7710](https://github.com/tldraw/tldraw/pull/7710))
267+
268+
[View release on GitHub](https://github.com/tldraw/tldraw/releases/tag/v4.3.1)
269+
270+
### v4.3.2
271+
272+
- Fix crash when cropping custom shapes that don't include `isCircle` in their crop schema. ([#7931](https://github.com/tldraw/tldraw/pull/7931))
273+
274+
[View release on GitHub](https://github.com/tldraw/tldraw/releases/tag/v4.3.2)

0 commit comments

Comments
 (0)