Skip to content

Releases: jsreport/jsreport-chrome-pdf

1.10.0

04 Nov 10:21
Compare
Choose a tag to compare

use allowLocalFilesAccess to enable/disable local files access

1.9.0

07 Sep 19:10
Compare
Choose a tag to compare
  • remove prop types usage for compatibility with older and new version of studio
  • updates for React 16 compatibility

1.8.0

19 May 18:26
Compare
Choose a tag to compare
  • add logs for page script errors and page http resource requests (long logs are trimmed)

1.7.1

02 Mar 22:40
Compare
Choose a tag to compare
  • add depracation warn for chrome.timeout, extensions.chrome-pdf.timeout and also warn when chrome.timeout, extensions.chrome-pdf.timeout and reportTimeout are both set

1.7.0

25 Feb 08:40
Compare
Choose a tag to compare
  • avoid logging header/footer content
  • support puppeteer 2.0 in the peer dep
  • support single timeout
  • don't run scripts for headers/footers

1.6.1

18 Sep 22:58
Compare
Choose a tag to compare
  • fix render cycle validation when rendering header/footer

1.6.0

02 Sep 22:30
Compare
Choose a tag to compare

1.5.0

11 Jul 17:26
Compare
Choose a tag to compare
  • add support for generating PDF from URL using template.chrome.url

1.4.0

23 May 16:47
Compare
Choose a tag to compare
  • chrome’s printBackground option should default to true when no specified (server side default) jsreport/jsreport#553
  • remove manual sanitization code when insert/update of template

1.3.0

28 Feb 18:28
Compare
Choose a tag to compare
  • add new chrome-image recipe
  • use the new reporter.writeTempFile for handling html temp files
  • update node.extend.without.arrays