Releases: Enet4/generator-dicoogle-webplugin
Releases · Enet4/generator-dicoogle-webplugin
v0.8.0
Changes
- Generated projects now use Parcel as the builder (#19). The output is placed in folder
dist
by default. Minimum Node.js version is 16. - Dropped option for targeting Dicoogle v2.4.0 (#18)
New
- Added option for Dicoogle v3.3.2, which allows you to retrieve search result selection data starting from version 3.3.2 (#18)
Miscellaneous
Full Changelog: v0.7.0...v0.8.0
v0.7.0
Changes
- Dropped support for Node.js 12: use at least Node.js 14 for generating the project and for working on the project produced (#11)
- Generator now uses yeoman-generator v5 (#6)
- New minimum Dicoogle version option 3.1.0, which is the recommended option for working with the latest versions of Dicoogle (#12)
- Fix issue in package.json generation (#10)
Miscellaneous
- CI via GitHub Actions, with tests for the generator (#1, #10)
- Update package manifest and dependencies (#5, #7, #8, #9)
Full Changelog: v0.6.0...v0.7.0
v0.6.0-rc.1
New features
- Include the
experimental
command (e.g.yo dicoogle-webplugin experimental
) to include questions to experimental features. - Added the possibility of creating a web plugin as a React component (still experimental, not guaranteed to work)
- Added a question for the supported version of Dicoogle
- on version 2.5.0, the
onReceiveData
callback method becomes available
- on version 2.5.0, the
v0.5.1
v0.5.0: Update generated toolbase and output
- Building a generated project for production now results in a minified "module.js".
- The generated toolbase was updated to Webcore v3 and Babel v7.