Releases: jsreport/jsreport-chrome-pdf
Releases · jsreport/jsreport-chrome-pdf
1.10.0
use allowLocalFilesAccess to enable/disable local files access
1.9.0
- remove prop types usage for compatibility with older and new version of studio
- updates for React 16 compatibility
1.8.0
- add logs for page script errors and page http resource requests (long logs are trimmed)
1.7.1
- 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
- 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
- fix render cycle validation when rendering header/footer
1.5.0
- add support for generating PDF from URL using
template.chrome.url
1.4.0
- 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
- add new
chrome-image
recipe
- use the new
reporter.writeTempFile
for handling html temp files
- update node.extend.without.arrays