jsreport extension which creates a sample template at the first run
npm install @jsreport/jsreport-sample-templatejsreport extension which creates sample templates at the first run
``js`
"extensions": {
"sample-template": {
/ when true, it will create defined samples/
"createSamples": true,
/*
by default samples will be created only on the first run of your jsreport installation,
when this option is true it will allow to create the samples in the next run
(useful when you want to install a new version of this extension and want to create the new examples that come with it)
*/
"forceCreation": false
}
}
$3
- update style in Orders sample needed to work after the Chromium 138 update
$3
- fix demo chart
$3
- minimum node.js version is now
18.15.0
- update studio build against new webpack and babel$3
- update samples to mention new
trustUserCode` option- update extensions deps
- update samples
Adaptations for the v3 APIs