@tiptap-pro/extension-export-odt Changelog
Changelog for @tiptap-pro/extension-export-odt
0.5.0
Minor Changes
-
9ee712b: 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
- 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
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
- fcd13d5: Initial beta point for export and pages packages