Releases: jsreport/jsreport-docx
Releases · jsreport/jsreport-docx
2.10.2
Compare
Sorry, something went wrong.
No results found
2.10.1
Compare
Sorry, something went wrong.
No results found
2.10.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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