You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 |
Copy file name to clipboardExpand all lines: apps/docs/content/releases/next.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,7 @@ New helpers `getOwnerDocument()` and `getOwnerWindow()` are exported from `@tldr
156
156
- 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))
157
157
- 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))
158
158
- 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))
159
160
160
161
## Bug fixes
161
162
@@ -168,3 +169,4 @@ New helpers `getOwnerDocument()` and `getOwnerWindow()` are exported from `@tldr
168
169
- Fix draw-shape loop-closing sensitivity so closing works more consistently across zoom levels. ([#8293](https://github.com/tldraw/tldraw/pull/8293))
169
170
- 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))
170
171
- 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