Releases: enactjs/cli
Releases · enactjs/cli
v4.1.4
lint
- Added
eslint-plugin-testing-library
as a dependency.
v4.1.3
pack
- Removed
sanitize.css
dependency. - Updated CLI dependency of
postcss
related modules includingpostcss-normalize
10.0.1.
lint
- Enabled
testing-library
lint rules.
v4.1.2
v4.1.1
- No significant changes.
v4.1.0
test
- Added
@testing-library/react
support. - Deprecated
enzyme
support.
v4.0.3
test
- Fixed not reading a local
./src/setupTests.js
setup file. - Fixed
jest.restoreAllMocks()
throws errors.
v4.0.2
pack
- Changed
css-loader
options to not resolving url() of the absolute path to avoid build failures.
v4.0.1
test
- Updated CLI dependency of
jest
to 26.6.3.
pack
- Fixed not inserting title into the output HTML.
lint
- Added conditions for linting Typescript files.
v4.0.0
create, template
- Changed to
@enact/template-sandstone
as default for new apps.
pack, test
- Fixed the glob patterns for test files
v3.0.5
serve
- Fixed https serve is not working.
eject
- Fixed
--bare
option to work.