Skip to content

react-v1.15.2

Choose a tag to compare

@superdoc-bot superdoc-bot released this 13 Jul 19:34

Fixes

  • Comment selection feedback β€” Superseded SELECTED events drop to prevent racing with rendered highlights. Pending events defer and cancel.
  • Metadata anchor validation β€” Overlapping anchored-metadata ranges are rejected (INVALID_TARGET) instead of creating duplicates. Selection normalizes on remove to prevent stale carets.
  • Custom XML synchronization β€” Metadata and customXml writes route through the parts mutation layer so partChanged fires and part-sync publishes correctly across clients.
  • Custom XML tombstone handling β€” Tombstones record for deleted custom XML parts on remote deletes and late-join. Stale tombstones clear when parts are recreated or rehydrated.
  • Bibliography cache invalidation β€” Converter caches invalidate when custom XML paths are written or hydrated, preventing export from rebuilding parts with stale cached content.
  • Metadata payload validation β€” Payload serializability validates during attach preview before document mutation, preventing orphaned content controls on serialization failure.