Skip to content

Releases: criticalmanufacturing/generator-html

CMF MES 8.1.1

12 May 10:05
Compare
Choose a tag to compare

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

12 May 10:02
ad48708
Compare
Choose a tag to compare

Bug Fixes

  • Force lodash dependency version to 3.10.1 ensure that the correct version is deduped

CMF MES 8.1.0

12 Apr 17:56
15ec569
Compare
Choose a tag to compare

Features

  • Add fields for bundling metadata and i18n at web projects.

CMF MES 8.0.0

09 Nov 12:08
21c7951
Compare
Choose a tag to compare

Features

  • Support generating packages for ECMAScript 6

Bug Fixes

  • @angular dependency is now added when creating a new package

CMF MES 7.2.3

11 Sep 17:53
Compare
Choose a tag to compare

Bug Fix

  • @angular dependency is now added when creating a new package

CMF MES 7.1.0

03 Jan 15:36
c27fc1a
Compare
Choose a tag to compare

Features

  • Add support for Polish i18n; #21
  • Support for bundle generation; #23 #24
  • Allow usage of NPM package-lock.json; #25

CMF MES 7.0.1

09 Sep 14:04
09a457a
Compare
Choose a tag to compare

Bug Fix

  • Add templates for es-ES i18n files.

CMF MES 7.0.0

10 Jul 09:37
Compare
Choose a tag to compare

Features

  • Update templates to match CMF MES version 7.0.0

CMF MES 6.3.0

11 Jan 10:19
f1e3ba3
Compare
Choose a tag to compare

New Features

  • Dependency for @criticalmanufacturing/dev-tasks is now a peer dependency

CMF MES 6.1.0

06 Aug 17:23
9354b95
Compare
Choose a tag to compare

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