Skip to content

Releases: enactjs/cli

v5.0.0

19 Jul 06:45
Compare
Choose a tag to compare
  • Updated dependencies.

pack

  • Fixed build failure when .env file exists.
  • Fixed snapshot_blob.bin file is not listed on the build results.

v5.0.0-rc.1

23 Jun 07:10
Compare
Choose a tag to compare

serve

  • Fixed enact serve fails to open another port when the default port is busy.

pack

  • Fixed core-js version to 3.22.8 for compatibility.
  • Added ENACT_PACK_ISOMORPHIC as a global variable to use hydrateRoot instead of createRoot 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

31 May 05:59
Compare
Choose a tag to compare
  • 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

28 Apr 07:44
Compare
Choose a tag to compare

pack

  • Fixed enact pack fails on windows by excluding unnecessary file emitting from html-webpack-plugin.

test

  • Fixed enact test fails on windows by modifying glob patterns.
  • Removed enzyme and related modules.

v5.0.0-alpha.3

22 Apr 06:53
Compare
Choose a tag to compare

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 of jest-watch-typeahead to 0.6.5.

v5.0.0-alpha.2

15 Apr 09:19
Compare
Choose a tag to compare

create, template

  • Updated @enact/template-sandstone dependency.

v5.0.0-alpha.1

11 Apr 08:48
Compare
Choose a tag to compare

pack

  • Updated all dependencies to the latest including Webpack 5, React 18, and ESLint 8.
  • Replaced optimize-css-assets-webpack-plugin to css-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

18 Feb 01:21
Compare
Choose a tag to compare

pack

  • Added additionalModulePaths to enact options to specify paths to check when resolving modules.

v4.1.6

02 Dec 06:08
Compare
Choose a tag to compare

pack

  • Fixed V8 snapshot failure.

v4.1.5

29 Nov 01:29
Compare
Choose a tag to compare
  • No significant changes.