quill_delta_docx 0.1.2
quill_delta_docx: ^0.1.2 copied to clipboard
Quill Delta <-> DOCX (Office Open XML) conversion. Pure Dart. Importer pivots through HTML; exporter writes OOXML directly.
0.1.2 - 2026-05-14 #
- Bump
xmlconstraint to^7.0.0and switch deprecatednamespace:parameter tonamespaceUri:across the OOXML reader. Clears xml 7 deprecation warnings. - Drop unnecessary null assertion on
ZipEncoder().encode(...)(archive 4 returns non-nullableList<int>). - Package leaves the monorepo workspace so it can resolve
xml: ^7.0.0independently ofpackage:pdf'sxml <7pin.
0.1.1 - 2026-05-11 #
- Bump
archiveconstraint to^4.0.0(track latest stable). - Widen
xmlconstraint to>=6.5.0 <8.0.0(xml 7 supported; xml 6 still resolves transitively throughpackage:pdf).
0.1.0 - 2026-05-11 #
Initial release.
.docx→Deltaimport: paragraphs, runs (bold/italic/underline/ strike/color/size), headings, bullet/ordered/checked lists (vianumbering.xml), hyperlinks, embedded images (viaword/_rels/document.xml.rels+word/media/)Delta→.docxexport: full OOXML package ([Content_Types].xml,_rels/.rels,word/document.xml,word/_rels/document.xml.rels,word/styles.xml,word/numbering.xml)- Sync entry points (
importSync/exportSync) - Out of scope for v0.1: tables, comments, track changes, footnotes, embedded objects, themes