Skip to content

cli-v0.22.2

Choose a tag to compare

@superdoc-orbit superdoc-orbit released this 02 Aug 23:23
· 28 commits to stable since this release

Fixes

  • Tracked changes preserve metadata for formatted runs — Fixed tracked insertions and deletions losing their tracking metadata when a run begins with a no-break hyphen or other special formatting elements. Tracked changes now round-trip correctly regardless of run composition.
  • Nested content control parent lookup — Fixed getParent() to correctly identify the immediate parent when traversing nested content controls. Operations that depend on parent-child topology now work reliably in complex control hierarchies.