4.0.0 • Published 9 months ago

@jsreport/jsreport-sample-template v4.0.0

Weekly downloads
-
License
LGPL
Repository
github
Last release
9 months ago

@jsreport/jsreport-sample-template

NPM Version

jsreport extension which creates sample templates at the first run

Configuration

"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
  }
}

Changelog

4.0.0

  • minimum node.js version is now 18.15.0
  • update studio build against new webpack and babel

3.2.1

  • update samples to mention new trustUserCode option

3.2.0

  • update extensions deps

3.1.0

  • update samples

3.0.0-beta.1

Adaptations for the v3 APIs

4.0.0

9 months ago

3.2.1

2 years ago

3.2.0

2 years ago

3.1.0

2 years ago

3.0.0

3 years ago

3.0.0-beta.1

3 years ago