Skip to content

Releases: enactjs/cli

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.

v5.1.3

11 Apr 08:05
Compare
Choose a tag to compare
  • Updated eslint-plugin-react version to ^7.32.2.
  • Updated dependencies.

v5.1.2

21 Feb 02:29
Compare
Choose a tag to compare

pack

  • Updated babel-preset-enact to 0.1.1 to fix isomorphic build failures on Node 12.

test

  • Added @testing-library/dom 8.x to fix unit test failures temporarily.