Skip to content

3.11.0

Compare
Choose a tag to compare
@bjrmatos bjrmatos released this 24 Mar 23:16
· 347 commits to master since this release

highlights of updates

general updates

  • all extensions dependencies were updated to ensure that we don't use vulnerable packages, so npm audit now reports 0 vulnerabilities in most cases
  • add support for <img>, <table> tags in docxHtml helper
  • fixes and improvements to render profiles
  • improve the support of external pdfs when working with pdf-utils

core

  • log when worker returns bad res.content
  • fix profiler leaks
  • remove settings sync API and avoid loading all items to memory
  • throw weak error when validating duplicated entity
  • ensure we end with profiles with error state when there is server or req timeout

studio

  • throw error when opening an orphan profile

express

  • add support for odata ne operator

scripts

  • fix issue with beforeRender/afterRender scripts not being able to merge/replace existing buffers

localization

  • use old req.options.language when req.template.localization is empty

pdf-utils

  • improve the support for parsing and working with external pdfs
  • support new option appendAfterPageNumber in jsreport-proxy pdfUtils.append to allowing appending new pages starting at specific index

docx

  • fix template.docx.templateAsset from payload not overwriting the template.docx.templateAssetShortid
  • fix parsing of end of if and start of another if in same line
  • add support for table tag in docxHtml helper
  • add support for img tag in docxHtml helper