apps/docs/content/releases/v3.3.0.mdx
This release introduces sync improvements, readonly mode support, and various performance enhancements.
Servers can now restrict client editing while preserving presence updates using the new "readonly" mode. This enables use cases like view-only sharing and presentation modes where users can see each other's cursors but cannot modify the document.
New TLSocketRoom methods (closeSession, getRecord, and getSessions) provide finer control over sync connections and room state management.
editor.getIsReadonly() helper method.