Skip to content

Releases: jsreport/jsreport-docx

2.10.2

Choose a tag to compare

@bjrmatos bjrmatos released this 12 Oct 18:53
  • revert node 16 support

2.10.1

Choose a tag to compare

@bjrmatos bjrmatos released this 11 Oct 20:38
  • fix npm audit

2.10.0

Choose a tag to compare

@bjrmatos bjrmatos released this 11 Oct 20:22
  • support shapes with textbox in if blocks
  • escape NUL unicode character
  • add support for adding error bar chart to general charts
  • fix axis title (primary and secondary) replace when chart is in each loop
  • fix node 16 compatibility

2.9.1

Choose a tag to compare

@bjrmatos bjrmatos released this 04 Jan 22:56
  • docxRaw: do not enforce that the replacing element must be the same as the replaced parent element. This allows to insert full tables for example #24
  • fix condition to remove block helper call, it should respect and don’t remove page breaks #25

2.9.0

Choose a tag to compare

@bjrmatos bjrmatos released this 03 Dec 19:10
  • fix office warning about not legible content present in docx when adding an image that was not part of default mime types of document
  • add support for chart options, starting with a few option to customize the axis
  • add initial support for combo charts and fix generating chart with more data series than the one defined in the docx template
  • add basic support for data labels, starting with just scatterChart
  • add docxRaw helper
  • fix generation of bookmarks in loop

2.8.0

Choose a tag to compare

@bjrmatos bjrmatos released this 07 Sep 19:54
  • don't break execution when chart has no xml style, color files defined
  • charts should preserve colors and number format defined in the series
  • add support for chartEx charts (waterfall, treemap, sunburst, funnel, stockChart, clusteredColumn, scatterChart, bubbleChart)
  • add support for vertical table
  • add support for dynamic table creation (both rows and columns can be created based on data)
  • fix support for xml:space="preserve" when concatenating tags
  • remove lines that just contain handlebars block tags

2.7.0

Choose a tag to compare

@pofider pofider released this 17 Jul 10:01
  • added jsreport 2.9.0 references
  • fixed docxImage for remote images without "image/" prefix in content type
  • fixed links to bookmarks
  • fixed support for nested lists

2.6.0

Choose a tag to compare

@bjrmatos bjrmatos released this 19 May 22:06
  • add docxChart helper
  • fix page break not replacing text correctly in some case
  • fix endnotes, footnotes generation and serialization, node insertion between documents handling
  • improvements when generating content inside loop
  • nested table support

2.5.0

Choose a tag to compare

@pofider pofider released this 25 Feb 13:38
  • avoid expanding image src twice (better perf in word)
  • forms support
  • image src as url support
  • optimizations (much faster)
  • docxPageBreak helper
  • safe execution using scripts manager

2.4.0

Choose a tag to compare

@bjrmatos bjrmatos released this 04 Nov 23:28
  • fix parsing files that do not contain xml
  • fix bad concatenation of tags jsreport/jsreport#644
  • fix generating links, endnotes, footnotes recursively in lists and tables
  • docxImage new properties: width, height, usePlaceholderSize jsreport/jsreport#647