Skip to content

ooxml.js@6.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 14:36
· 96 commits to main since this release

6.0.0 (2026-08-23)

  • refactor(ooxml)!: rename DocumentPackage to DocumentTree (c4d3dd5), closes #661

BREAKING CHANGES

  • every DocumentPackage-rooted export this package
    re-exports or returns (DocumentTree, TreeNode/Group/Leaf/BlockLeaf and
    siblings, assembleTree, flattenTree) tracks document-schema.js 5.0.0's
    rename. The deep-import path typed/document-package moves to
    typed/document-tree.

Dependencies

  • Updated document-schema.js to ^5.0.0