Releases: enactjs/cli
Releases · enactjs/cli
Release 6.1.3
Release 7.0.0-alpha.1
- 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 changedcss-loader
options to restore 6.x behavior. - Added
--no-animation
option to build without effects such as animation and shadow.
Release 6.1.2
- Updated docs to cover the latest commands of
enact pack
.
Release 6.1.1
- Updated dependencies.
Release 6.1.0
- Removed
getCSSModuleLocalIdent
to fix unexpected behaviors in css-loader. - Removed eslint related modules.
Release 6.0.4
template
- Fixed
--help
throws errors.
Release 6.0.3
- Updated
prettier
version to^3.0.1
andeslint-plugin-prettier
version to^5.0.0
.
Release 6.0.2
- Updated
chalk
version to^5.3.0
. - Updated
find-cache-dir
version to^7.1.0
.
v6.0.1
v6.0.0
- 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 latestjest-watch-typeahead
module.