@tiptap-pro/extension-export-doc changelog

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

0.6.0

Minor Changes

  • Forward the pageColor option through ExportPdf, ExportDoc, and ExportOdt to the DOCX intermediate so it is honored when exporting through these formats. See @tiptap-pro/extension-export-docx for accepted values and behavior.

0.5.0

Minor Changes

  • 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

  • Minor bugfixes & improvements

0.4.0

Minor Changes

  • 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

  • Initial beta point for export and pages packages