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
Comment selection feedback β Selection highlighting no longer stutters when animations defer.
Numbered list export β DOCX export now includes complete XML namespace declarations when creating a numbered list in a document with no existing numbering.xml part; Word accepts the exported file.
Overlapping metadata anchors β Anchored metadata ranges reject overlaps instead of creating duplicate entries; selection normalizes on removal to prevent stray carets.
Custom XML synchronization β Metadata and customXml writes route through part-sync, ensuring remote clients receive partChanged events and converted XML reflects deletions, late-joins, and cache invalidation correctly.
Custom XML tombstoning β Deleted custom XML parts record as tombstones during collaboration so remote clients don't resurrect stale parts on export; stale tombstones clear only when parts actually hydrate.
Metadata payload validation β Payload serialization validates during the attach preview instead of mid-transaction, preventing anchors from inserting with non-serializable content (BigInt, cyclic objects).