docx_creator 1.0.1
docx_creator: ^1.0.1 copied to clipboard
A developer-first Dart package for creating professional DOCX documents with fluent API, Markdown/HTML parsing, and comprehensive formatting.
1.0.1 #
Fixed #
- List Rendering: Fixed numbered and bullet lists not displaying markers in Word when multiple lists appear in the same document.
- Color Parsing: Fixed
HtmlParsercolor parsing for font colors and background highlights. Now supports:- Hex codes (3-digit and 6-digit)
- RGB/RGBA formats
- Extended CSS named colors (including
grey,lime,maroon, etc.)
- Highlight Mapping: Fixed incorrect default highlight color (no longer defaults to yellow for unknown colors).
Improved #
- OOXML Compliance: Updated
numbering.xmlgeneration to match python-docx patterns for better Word compatibility (w:nsid,w:tmpl,w:tabs).
1.0.0 #
- Initial version.