github jsreport/jsreport 4.14.0

3 hours ago

highlights of updates

general updates

  • we currently don't provide compiled binaries for the latest release, we will try to bring back the compiled versions in a future release
  • core: add support for formatters to the logger, this allows to customizing how the logs gets displayed
  • xlsx: add support for generating tables from loop, and fix regression with table when a column name contains handlebars
  • docx: add support for docxImage helper to work without placeholder image, and improve support of docx documents created by Google Docs export
  • pptx: add support for docxStyle to target paragraph, cell, row and shape
  • update Chrome to 151.0.7922.47
  • all extensions dependencies were updated to ensure that we do our best to not use vulnerable packages, npm audit may or may not report 0 vulnerabilities in most cases

schema changes

(none)

core

  • logger: add support for formatters to the logger, this allows to customizing how the logs gets displayed. it includes built-in formatters (json, text, textWithTimestamp) and the ability to create custom formatters

office

  • fix setting maxContentLength, maxBodyLength to unlimited after axios update

nodejs-client

  • fix setting maxContentLength, maxBodyLength to unlimited after axios update

xlsx

  • add support for generating tables from loop
  • fix regression when there is table where column name contains handlebars

docx

  • add support for docxImage helper to work without placeholder image
  • handle missing w:tcW in table preprocess (Google Docs DOCX exports)

pptx

  • add support for docxStyle to target paragraph, cell, row and shape so styles can be applied to container instead of just text

import-export

  • fix setting maxContentLength, maxBodyLength to unlimited after axios update

Don't miss a new jsreport release

NewReleases is sending notifications on new releases.