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
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.