@tiptap-pro/extension-export-odt Changelog

Changelog for @tiptap-pro/extension-export-odt

0.5.0

Minor Changes

  • 9ee712b: Add header and footer properties to the pageMargins option, controlling the distance from the page edge to the header/footer. When the Pages extension is configured, these values are auto-derived from headerTopMargin and footerBottomMargin; caller-provided values always take precedence.

    For extension-export-pdf, extension-export-doc, and extension-export-odt, full end-to-end support requires the Tiptap convert service to be on a version that accepts the new pageMargins.header/footer fields and ships an updated @tiptap-pro/extension-export-docx.

0.4.1

Patch Changes

  • 0608c46: Minor bugfixes & improvements

0.4.0

Minor Changes

  • a845de6: Custom node conversion is now supported for PDF, DOC, ODT, and EPUB exports. To automatically opt-in to this feature the ExportDocx extension needs to be present in your editor extensions configuration, otherwise the customNodes configuration will be ignored as it relies on the ExportDocx conversion service.

0.3.0

Minor Changes

  • fcd13d5: Initial beta point for export and pages packages