Releases: VolodymyrBaydalka/docxjs
Releases · VolodymyrBaydalka/docxjs
Release list
0.4.0
!!!BREAKING CHANGE!!!
New h({ }) hook is used in most places to create HTML nodes. It could lead to issues in some edge cases, especially if you use undocumented API.
What's Changed
- added
h({ })hook to rendering options, to intercept HTML element creation - Add support for nested smart tags by @freewaying in #186
- Fix typo in README by @hjryan in #192
New Contributors
- @freewaying made their first contribution in #186
- @hjryan made their first contribution in #192
Full Changelog: 0.3.6...0.4.0
0.3.6
- fixes to tables rendering
- added RTL support
Full Changelog: 0.3.5...0.3.6
0.3.5
What's Changed
- added experimental
renderCommentsoption to show comments as tooltips - added
hideWrapperOnPrintoption to improve rendering during print - added
renderAltChunksoption to render html parts from docx - Parse and render Smart Tags by @dmitri-gb in #108
- fix(table-text-rotation): rotated text in table cell is correctly rendered by @grobenek in #132
- Various fixes
Full Changelog: 0.3.0...0.3.5
0.3.0
!!!BREAKING CHANGE!!!
Package type changes to module and mjs file. UMD bundle still in package.
What's Changed
- migrate to ES modules and ES2020 by @VolodymyrBaydalka in #83
- Fix smallCaps CSS style by @jrclaypool in #90
Full Changelog: 0.1.20...0.3.0
0.1.22 (deprecated)
!!!BREAKING CHANGE!!!
Package type changes to module and mjs file. UMD bundle still in package.
What's Changed
- migrate to ES modules and ES2020 by @VolodymyrBaydalka in #83
- Fix smallCaps CSS style by @jrclaypool in #90
Full Changelog: 0.1.20...0.1.22
0.1.20 (2023-10-10)
- Updated numbering rendering
- Updated MML rendering
- Minor updates to VML rendering
Full Changelog: 0.1.17...0.1.20
0.1.17
0.1.15
fix: issue with chrome MathML
Full Changelog: 0.1.14...0.1.15
0.1.14
fix: issue with table col/row span
Full Changelog: 0.1.13...0.1.14