v2.0.0-beta.1
版本发布时间: 2023-12-20 23:27:35
tldraw/tldraw最新发布版本:v3.0.3(2024-09-17 20:52:54)
Release Notes
add speech bubble example (#2362)
- Add an example for making a custom shape with handles, this one is a speech bubble with a movable tail.
Fix clicking off the context menu (#2355)
- Fix not being able to close the context menu by clicking on the UI or your selected shape.
fix read only page menu (#2356)
- Add a brief release note for your PR here.
refactor: Keep hook function convention the same (#2358)
- Add a brief release note for your PR here.
focus on container before deleting to avoid losing focus (#2354)
- Prevents losing focus when clicking the trash button
Stop shape text labels being hoverable when context menu is open (#2352)
- Add a brief release note for your PR here.
Use custom font (#2343)
- Add a brief release note for your PR here.
Only allow side resizing when we have some shapes that are not aspect ratio locked (#2347)
- Don't allow edges resizing on mobile. The only exception is a single text shape.
Fix iconleft padding (#2345)
- Fixes the icon padding in back to content / pen mode buttons.
[bug] Fix for issue #2329 (#2330)
- Fix for
Matrix2d.Scale
function
Allow dragging on top of locked shapes. (#2337)
- Allow translating of shapes on top of a locked shape by clicking inside of selection and moving the mouse.
Remove deprecated getters (#2333)
- (Breaking) Removed deprecated getters.
Lokalise: Translations update (#2342)
Added Czech translations. Updated translations for German, Korean, Russian, Ukrainian, Traditional Chinese.
Prevent diff mutation (#2336)
- Fix
squashRecordDiffs
to prevent a bug where it mutates the 'updated' entires
Fix indicator radius for bookmarks. (#2335)
- Fix the indicator for the bookmark shape. The radius now matches the shape's radius.
Start scrolling if we are dragging close to the window edges. (#2299)
- Adds the logic to change the camera position when you get close to the edges of the window. This allows you to drag, resize, brush select past the edges of the current viewport.
Fix downscaling (#2325)
- Decrease the size of uploaded assets.
Use a global singleton for tlstate (#2322)
- Make a global singleton for tlstate.
VS Code 2.0.19 (#2324)
- Version bump for VS Code.
💥 Breaking Change
-
@tldraw/assets
,@tldraw/editor
,@tldraw/state
,@tldraw/store
,@tldraw/tldraw
,@tldraw/tlschema
,@tldraw/utils
,@tldraw/validate
- bump to beta #2364 (@steveruizok)
- Change licenses to tldraw #2167 (@steveruizok)
-
@tldraw/assets
,@tldraw/tldraw
- Use custom font #2343 (@ds300 @huppy-bot[bot])
-
@tldraw/editor
,@tldraw/state
🚀 Enhancement
- add speech bubble example #2362 (@Taha-Hassan-Git)
-
@tldraw/editor
,@tldraw/tldraw
- Start scrolling if we are dragging close to the window edges. #2299 (@MitjaBezensek @steveruizok)
🐛 Bug Fix
- VS Code 2.0.19 #2324 (@MitjaBezensek)
-
@tldraw/editor
,@tldraw/tldraw
- Fix clicking off the context menu #2355 (@TodePond @steveruizok)
- Drop edge scrolling adjustment for mobile #2346 (@steveruizok)
-
@tldraw/tldraw
- fix read only page menu #2356 (@Taha-Hassan-Git @TodePond)
- focus on container before deleting to avoid losing focus #2354 (@ds300)
- Only allow side resizing when we have some shapes that are not aspect ratio locked #2347 (@MitjaBezensek)
- Fix iconleft padding #2345 (@steveruizok)
- Allow dragging on top of locked shapes. #2337 (@MitjaBezensek)
- Fix indicator radius for bookmarks. #2335 (@MitjaBezensek)
- Fix downscaling #2325 (@MitjaBezensek)
-
@tldraw/editor
-
@tldraw/utils
-
@tldraw/assets
,@tldraw/editor
,@tldraw/tlschema
-
@tldraw/store
,@tldraw/tldraw
-
@tldraw/store
-
@tldraw/state
🏠 Internal
Authors: 9
- @huppy-bot[bot]
- @zfedoran
- alex (@SomeHats)
- David Sheldrick (@ds300)
- Lu Wilson (@TodePond)
- MinhoPark (@Lennon57)
- Mitja Bezenšek (@MitjaBezensek)
- Steve Ruiz (@steveruizok)
- Taha (@Taha-Hassan-Git)