Skip to content

Releases: VolodymyrBaydalka/docxjs

0.4.0

Choose a tag to compare

@VolodymyrBaydalka VolodymyrBaydalka released this 07 Jul 19:05

!!!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

Full Changelog: 0.3.6...0.4.0

0.3.6

Choose a tag to compare

@VolodymyrBaydalka VolodymyrBaydalka released this 22 Jul 19:54
  • fixes to tables rendering
  • added RTL support

Full Changelog: 0.3.5...0.3.6

0.3.5

Choose a tag to compare

@VolodymyrBaydalka VolodymyrBaydalka released this 18 Mar 21:18

What's Changed

  • added experimental renderComments option to show comments as tooltips
  • added hideWrapperOnPrint option to improve rendering during print
  • added renderAltChunks option 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

Choose a tag to compare

@VolodymyrBaydalka VolodymyrBaydalka released this 22 Dec 12:49

!!!BREAKING CHANGE!!!

Package type changes to module and mjs file. UMD bundle still in package.

What's Changed

Full Changelog: 0.1.20...0.3.0

0.1.22 (deprecated)

Choose a tag to compare

@VolodymyrBaydalka VolodymyrBaydalka released this 21 Dec 23:36

!!!BREAKING CHANGE!!!

Package type changes to module and mjs file. UMD bundle still in package.

What's Changed

Full Changelog: 0.1.20...0.1.22

0.1.20 (2023-10-10)

Choose a tag to compare

@VolodymyrBaydalka VolodymyrBaydalka released this 10 Oct 21:08
  • Updated numbering rendering
  • Updated MML rendering
  • Minor updates to VML rendering

Full Changelog: 0.1.17...0.1.20

0.1.17

Choose a tag to compare

@VolodymyrBaydalka VolodymyrBaydalka released this 04 Jul 23:22

What's Changed

  • feat: Updated numbering format mapping

Full Changelog: 0.1.15...0.1.17

0.1.15

Choose a tag to compare

@VolodymyrBaydalka VolodymyrBaydalka released this 10 Feb 10:42

fix: issue with chrome MathML

Full Changelog: 0.1.14...0.1.15

0.1.14

Choose a tag to compare

@VolodymyrBaydalka VolodymyrBaydalka released this 01 Nov 22:25

fix: issue with table col/row span

Full Changelog: 0.1.13...0.1.14

0.1.13

0.1.13 Pre-release
Pre-release

Choose a tag to compare

@VolodymyrBaydalka VolodymyrBaydalka released this 12 Sep 20:22

fix: bug with numbering outside wrapper

Full Changelog: 0.1.12...0.1.13