Skip to content

Commit 3f6bf50

Browse files
authored
docs(releases): update release notes (tldraw#8382)
In order to keep the next release notes current with PRs on `main` since v4.5.4, this PR adds two new entries: a hotkeys-js v3-to-v4 upgrade (improvement) and a paste positioning fix (bugfix). No stale entries were pruned; no archival was needed. ### Change type - [x] `other` ### Test plan - [ ] Unit tests - [ ] End to end tests ### Code changes | Section | LOC change | | ------------- | ---------- | | Documentation | +2 / -0 |
1 parent 03c4fda commit 3f6bf50

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/docs/content/releases/next.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ New helpers `getOwnerDocument()` and `getOwnerWindow()` are exported from `@tldr
156156
- Exports now automatically trim to visual content bounds, capturing overflow like thick strokes and arrowheads without extra whitespace. ([#8202](https://github.com/tldraw/tldraw/pull/8202))
157157
- Improve resize performance for multiple geo shapes with text labels by batching DOM measurements into a single pass per frame. ([#7949](https://github.com/tldraw/tldraw/pull/7949))
158158
- Move the debug mode toggle into the preferences submenu. ([#8259](https://github.com/tldraw/tldraw/pull/8259))
159+
- Update hotkeys-js keyboard shortcut library from v3 to v4, picking up improvements to keyboard layout handling. ([#8372](https://github.com/tldraw/tldraw/pull/8372))
159160

160161
## Bug fixes
161162

@@ -168,3 +169,4 @@ New helpers `getOwnerDocument()` and `getOwnerWindow()` are exported from `@tldr
168169
- Fix draw-shape loop-closing sensitivity so closing works more consistently across zoom levels. ([#8293](https://github.com/tldraw/tldraw/pull/8293))
169170
- Fix all shapes disappearing when a labeled arrow has zero length due to NaN propagation through the spatial index. ([#8329](https://github.com/tldraw/tldraw/pull/8329))
170171
- Fix "back to content" button flickering when both it and the "move focus to canvas" button are visible. ([#8334](https://github.com/tldraw/tldraw/pull/8334)) (contributed by [@kaneel](https://github.com/kaneel))
172+
- Fix slight positioning drift when pasting text onto the canvas. ([#8345](https://github.com/tldraw/tldraw/pull/8345))

0 commit comments

Comments
 (0)