Skip to content

Releases: enactjs/cli

v4.1.4

13 Oct 01:50
Compare
Choose a tag to compare

lint

  • Added eslint-plugin-testing-library as a dependency.

v4.1.3

12 Oct 08:04
Compare
Choose a tag to compare

pack

  • Removed sanitize.css dependency.
  • Updated CLI dependency of postcss related modules including postcss-normalize 10.0.1.

lint

  • Enabled testing-library lint rules.

v4.1.2

29 Sep 01:19
Compare
Choose a tag to compare

pack

  • Added sanitize.css dependency.

v4.1.1

27 Aug 05:21
Compare
Choose a tag to compare
  • No significant changes.

v4.1.0

18 Aug 02:26
Compare
Choose a tag to compare

test

  • Added @testing-library/react support.
  • Deprecated enzyme support.

v4.0.3

21 Jun 05:04
Compare
Choose a tag to compare

test

  • Fixed not reading a local ./src/setupTests.js setup file.
  • Fixed jest.restoreAllMocks() throws errors.

v4.0.2

10 May 23:53
Compare
Choose a tag to compare

pack

  • Changed css-loader options to not resolving url() of the absolute path to avoid build failures.

v4.0.1

23 Apr 06:40
Compare
Choose a tag to compare

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

26 Mar 08:07
Compare
Choose a tag to compare

create, template

  • Changed to @enact/template-sandstone as default for new apps.

pack, test

  • Fixed the glob patterns for test files

v3.0.5

03 Feb 06:50
Compare
Choose a tag to compare

serve

  • Fixed https serve is not working.

eject

  • Fixed --bare option to work.