Releases: enactjs/cli
Releases · enactjs/cli
v5.0.0
v5.0.0-rc.1
serve
- Fixed
enact serve
fails to open another port when the default port is busy.
pack
- Fixed
core-js
version to3.22.8
for compatibility. - Added
ENACT_PACK_ISOMORPHIC
as a global variable to usehydrateRoot
instead ofcreateRoot
from app when isomorphic build. - Added
ignoreWarning
config to ignore warnings from SnapshotPlugin. - Updated webpack config to support
sass-loader
for opt-in support of SASS/SCSS files.
v5.0.0-alpha.5
- Updated the
lockfileVersion
of npm-shrinkwrap file to v2. - Updated to the latest
eslint-config-enact
,eslint-plugin-enact
, and@enact/dev-utils
dependency releases.
create, template
- Updated
@enact/template-sandstone
dependency.
lint
- Updated Enact ESLint config to
4.1.0
including replacing deprecated modules and updated lint rules.
test
- Replaced
@testing-library/react-hooks
to@testing-library/react
for React 18 support.
v5.0.0-alpha.4
pack
- Fixed
enact pack
fails on windows by excluding unnecessary file emitting fromhtml-webpack-plugin
.
test
- Fixed
enact test
fails on windows by modifying glob patterns. - Removed
enzyme
and related modules.
v5.0.0-alpha.3
lint
- Fixed
enact lint
is not working on node 16 by moving ESLint plugins to dependencies.
test
- Fixed
--watch
option is not working by fixing the version ofjest-watch-typeahead
to0.6.5
.
v5.0.0-alpha.2
create, template
- Updated
@enact/template-sandstone
dependency.
v5.0.0-alpha.1
pack
- Updated all dependencies to the latest including Webpack 5, React 18, and ESLint 8.
- Replaced
optimize-css-assets-webpack-plugin
tocss-minimizer-webpack-plugin
. - Fixed ICSS syntax in stylesheets.
- Added
source-map-loader
for debugging into original source of node_modules libraries that contain sourcemaps. - Added
tailwindcss
support. - Added
node-polyfill-webpack-plugin
to fix screenshot build fail.
serve
- Fixed to disable overlay for warnings.
- Fixed to allow CORS on
webpack-dev-server
.
test
- Updated to Jest 27.
v4.1.7
pack
- Added
additionalModulePaths
to enact options to specify paths to check when resolving modules.
v4.1.6
pack
- Fixed V8 snapshot failure.
v4.1.5
- No significant changes.