Skip to content

Releases: enactjs/cli

Release 6.1.3

17 Oct 05:28
Compare
Choose a tag to compare
  • No significant changes.

Release 7.0.0-alpha.1

24 Jul 02:13
Compare
Choose a tag to compare
  • Updated the minimum version of Node to 18.12.0.
  • Updated all dependencies to the latest including webpack-dev-server version 5 and @testing-library/react version 15.

pack

  • Updated css-loader to 7.x and changed css-loader options to restore 6.x behavior.
  • Added --no-animation option to build without effects such as animation and shadow.

Release 6.1.2

13 Mar 10:54
Compare
Choose a tag to compare
  • Updated docs to cover the latest commands of enact pack.

Release 6.1.1

05 Mar 13:08
Compare
Choose a tag to compare
  • Updated dependencies.

Release 6.1.0

26 Feb 01:02
Compare
Choose a tag to compare
  • Removed getCSSModuleLocalIdent to fix unexpected behaviors in css-loader.
  • Removed eslint related modules.

Release 6.0.4

22 Dec 01:46
Compare
Choose a tag to compare

template

  • Fixed --help throws errors.

Release 6.0.3

05 Oct 01:40
Compare
Choose a tag to compare
  • Updated prettier version to ^3.0.1 and eslint-plugin-prettier version to ^5.0.0.

Release 6.0.2

26 Jul 06:51
Compare
Choose a tag to compare
  • Updated chalk version to ^5.3.0.
  • Updated find-cache-dir version to ^7.1.0.

v6.0.1

04 Jul 07:03
Compare
Choose a tag to compare
  • Updated dependencies.

v6.0.0

19 May 06:30
Compare
Choose a tag to compare
  • Updated all dependencies to the latest including Jest 29 and Typescript 5.
  • Updated the minimum version of Node to 14.17.0 and dropped the support for Node 12 and 17.

pack

  • Added --content-hash option to add a unique hash to output file names to support better caching.

serve

  • Fixed to disable overlay for runtime errors.

test

  • Removed @testing-library/dom dependency.
  • Updated @testing-library/react version to ^14.0.0.
  • Fixed --watch option is not working with the latest jest-watch-typeahead module.