Releases: VolodymyrBaydalka/docxjs
Releases · VolodymyrBaydalka/docxjs
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
0.1.13
fix: bug with numbering outside wrapper
Full Changelog: 0.1.12...0.1.13
0.1.12 (2022-09-10)
feat: add basic ins/del parsing
Full Changelog: 0.1.11...0.1.12
0.1.11 (2022-05-15)
feat: implemented basic math parsing
fix: external hyperlinks
Full Changelog: 0.1.10...0.1.11
0.1.10 (2022-04-24)
- added rendering of VML images
- fixed issue with
self is not defined
Full Changelog: https://github.com/zVolodymyr/docxjs/commits/0.1.10