Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 12:16
· 28 commits to main since this release

3.0.0 (2026-08-17)

  • feat!: fuse content and layout into a single DocumentPackage tree, add canonical headingLevel (74f1f6b)

BREAKING CHANGES

  • DocumentPackageSchema no longer has a layout field.
    A DocumentPackage produced against DOCUMENT_PACKAGE_FORMAT_VERSION 1
    must be rebuilt: move each rendered position onto its own content
    node's new frames field and replace the old layout value with a
    pages array of page sizes. ContentDocumentSchema's own
    CONTENT_FORMAT_VERSION moves from 2 to 3 for the new frames and
    headingLevel fields.