apps/docs/content/releases/v3.1.0.mdx
This release introduces shape visibility control and server-side data manipulation capabilities, alongside API enhancements and bug fixes.
The new isShapeHidden predicate option prevents shapes from being rendered or reacting to pointer events. This is useful for implementing permission systems in collaborative applications where certain shapes should be invisible to specific users.
The tldraw sync server now supports server-side document manipulation through the updateShapes method, enabling integration with third-party services and automated document updates.
Editor.rotateShapesBy specifying rotation center point.useAsset hook for resolving responsive asset versions.