Releases: criticalmanufacturing/generator-html
Releases · criticalmanufacturing/generator-html
CMF MES 8.1.1
Bug Fixes
- Fixed a problem when generating a new application that caused the config.json to not be properly created and the installation would fail.
- Force lodash dependency version to 3.10.1 ensure that the correct version is deduped
CMF MES 8.0.7
Bug Fixes
- Force lodash dependency version to 3.10.1 ensure that the correct version is deduped
CMF MES 8.1.0
Features
- Add fields for bundling metadata and i18n at web projects.
CMF MES 8.0.0
Features
- Support generating packages for ECMAScript 6
Bug Fixes
- @angular dependency is now added when creating a new package
CMF MES 7.2.3
Bug Fix
- @angular dependency is now added when creating a new package
CMF MES 7.1.0
CMF MES 7.0.1
Bug Fix
- Add templates for es-ES i18n files.
CMF MES 7.0.0
Features
- Update templates to match CMF MES version 7.0.0
CMF MES 6.3.0
New Features
- Dependency for @criticalmanufacturing/dev-tasks is now a peer dependency
CMF MES 6.1.0
New Features
- Generated components and templates that include i18n now include the zh-CN and zh-CN language files
- The creation of a web app now connects to the npm registry and suggests the available channels
- When creating a package, the available dependencies include their description
- Wizard generator now no longer includes the wizard prefix if the supplied name starts with wizard
- Wizard and Execution View constructors now include a reference to page bag
- Data Sources, Wizards and Converters now run install if they add a new reference to the cmf.core.dashboards package
- Several minor enhancements to the generated comments
Bug Fixes
- Correctly generates templates that comply to default @criticalmanufacturing/dev-tasks linting rules
- Fixed widget component code to compile properly