Skip to content

Releases: enactjs/dev-utils

v5.0.0

08 Jul 06:43
Compare
Choose a tag to compare
  • Updated dependencies.

v5.0.0-rc.1

23 Jun 06:57
Compare
Choose a tag to compare
  • PrerenderPlugin: Reverted replacement of ReactDOMClient.hydrateRoot instead of ReactDOMClient.createRoot due to issue.
  • SnapshotPlugin: Fixed react-redux not updating state issue by mocking window object while snapshot building.
  • css-module-ident: Added sass and scss file extension to fileIdentPattern.

v5.0.0-alpha.3

31 May 05:07
Compare
Choose a tag to compare
  • Updated the lockfileVersion of npm-shrinkwrap file to v2.
  • option-parser: Added resolveFallback to redirect module requests when normal resolving fails.
  • externals and framework mixins, EnactFrameworkRefPlugin:
    • Fixed moonstone package is not built as framework.
    • Fixed moonstone ui test build fail.
    • Added react-dom/client and react-dom/server to the default framework bundle.

v5.0.0-alpha.2

28 Apr 07:32
Compare
Choose a tag to compare
  • PrerenderPlugin: Fixed hydrateRoot related error after snapshot build.
  • Removed EnzymeAdapterPlugin.

v5.0.0-alpha.1

11 Apr 08:26
Compare
Choose a tag to compare
  • Updated all dependencies, with webpack peer dependency restricted to >=5.0.0.
  • Updated all webpack plugins to use WeakMap since compilation.hooks became frozen.
  • IlibPlugin:
    • Added ILIB_ADDITIONAL_RESOURCES_PATH to defined constants if provided.
    • Added publicPath option to specify webpack public path.
  • PrerenderPlugin: Added React18 support for ReactDOMClient.hydrateRoot instead of ReactDOMClient.createRoot for prerendered apps.

v4.1.3

02 Dec 05:00
Compare
Choose a tag to compare
  • Added fbjs module to fix snapshot build failure.

v4.1.2

12 Oct 08:04
Compare
Choose a tag to compare
  • PrerenderPlugin: Cleaned up data-react-checksum related code.

v4.1.1

23 Apr 06:39
Compare
Choose a tag to compare
  • WebOSMetaPlugin:
    • Fixed not inserting title into the output HTML.
    • Removed the deprecated callback and replace the latest.
  • PrerenderPlugin: Fixed not injecting startup js when multiple locales exist.

v4.1.0

23 Apr 06:39
Compare
Choose a tag to compare
  • option-parser: Set default theme config to sandstone.
  • SnapshotPlugin: Added sandstone support for clearing resource bundle.
  • framework mixin: Fixed the glob patterns for test files to ignore.

v4.0.0

05 Feb 08:46
Compare
Choose a tag to compare
  • Updated dependencies including React 17
  • PrerenderPlugin: Added support for ReactDOM.hydrate instead of ReactDOM.render for prerendered apps