apps/docs/content/releases/next.mdx
This release adds snapping and symmetric resizing while cropping images, a reactive Editor.getIsMounted() with a new unmount event, and faster viewport culling on large pages. It also fixes a batch of crashes and interaction bugs across arrows, groups, and text.
When cropping an image, crop edges now snap to other shapes and the grid, with the usual snapping guidelines. Holding option resizes the crop region symmetrically from its center.
unmount event to TLEventMap and make Editor.getIsMounted() a reactive value that tracks whether the editor's component is currently mounted. (#9472, #9483)coarseHitTestMargin option: fine pointers (mouse and trackpad) use a tighter 3px default, coarse pointers (touch and pen) use 4px. (#9492)onChildrenChange call when creating a shape directly within a parent shape. (#9455)getMetaKey() and getAccelKey(). (#9404)