@tiptap-pro/extension-export-doc changelog
Changelog for @tiptap-pro/extension-export-doc
0.6.0
Minor Changes
- Forward the
pageColoroption throughExportPdf,ExportDoc, andExportOdtto the DOCX intermediate so it is honored when exporting through these formats. See@tiptap-pro/extension-export-docxfor accepted values and behavior.
0.5.0
Minor Changes
-
Add
headerandfooterproperties to thepageMarginsoption, controlling the distance from the page edge to the header/footer. When the Pages extension is configured, these values are auto-derived fromheaderTopMarginandfooterBottomMargin; caller-provided values always take precedence.For
extension-export-pdf,extension-export-doc, andextension-export-odt, full end-to-end support requires the Tiptap convert service to be on a version that accepts the newpageMargins.header/footerfields 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
ExportDocxextension needs to be present in your editor extensions configuration, otherwise thecustomNodesconfiguration will be ignored as it relies on theExportDocxconversion service.
0.3.0
Minor Changes
- Initial beta point for export and pages packages