Skip to content

Releases: guigrpa/docx-templates

v4.9.2

04 Apr 19:43
Compare
Choose a tag to compare

v4.9.1

18 Feb 10:25
Compare
Choose a tag to compare
  • Issue #259 Fix issue that caused inserted images to be overwritten when createReport() was invoked a second time on the resulting template.

v4.9.0

20 Jan 14:18
Compare
Choose a tag to compare
  • Updated dependencies.
  • PR 253 Add support for Deno through the browser bundle. Thanks @mathe42!

v4.8.2

28 Sep 14:15
Compare
Choose a tag to compare
  • PR 233 Prevent adding empty paragraph if cell contains altChunk. Thanks @pkozul!

v4.8.1

28 Sep 13:51
Compare
Choose a tag to compare
  • #239 Fixed issue that prevented the listCommands function from detecting commands in the template's header and footer.

v4.8.0

06 Aug 14:44
Compare
Choose a tag to compare
  • #231 The library now also comes with a pre-compiled and polyfilled browser build. See documentation in README. Thanks @mathe42!
  • PR 229 Minor change to how filenames of HTML snippets are formatted in the final .docx file so the resulting documents work with picky parsers.

v4.7.0

12 Jul 07:37
Compare
Choose a tag to compare
  • #221 New feature: user can now optionally specify image rotation when using IMAGE commands.
  • #218 Fixed bug that caused redundant copies of images to be inserted into the docx file.
  • #133 Fix for the INTERNAL ERROR thrown when using links inside for loops.
  • #222 Fix for bug that caused HTML commands to produce corrupted docx files.

v4.6.4

02 Jul 10:07
Compare
Choose a tag to compare
  • Fixed bug that caused IMAGE commands in the document body to be ignored when a shape or image was already present in the document's header or footer. (#217).

v4.6.3

05 Jun 10:08
Compare
Choose a tag to compare
  • Allow arrays as the result of INS commands again (#214). Thanks @LexAckson for pointing this out.

v4.6.2

03 Jun 13:52
Compare
Choose a tag to compare
  • Fix for issues #190 and #144. Image IDs in the rendered XML are now ensured to be globally unique to avoid warnings of file corruption in some popular editors (like MS Word).