Releases: enactjs/dev-utils
Releases · enactjs/dev-utils
v5.0.0
v5.0.0-rc.1
PrerenderPlugin
: Reverted replacement ofReactDOMClient.hydrateRoot
instead ofReactDOMClient.createRoot
due to issue.SnapshotPlugin
: Fixedreact-redux
not updating state issue by mocking window object while snapshot building.css-module-ident
: Addedsass
andscss
file extension tofileIdentPattern
.
v5.0.0-alpha.3
- Updated the
lockfileVersion
of npm-shrinkwrap file to v2. option-parser
: AddedresolveFallback
to redirect module requests when normal resolving fails.externals
andframework
mixins,EnactFrameworkRefPlugin
:- Fixed moonstone package is not built as framework.
- Fixed moonstone ui test build fail.
- Added
react-dom/client
andreact-dom/server
to the default framework bundle.
v5.0.0-alpha.2
PrerenderPlugin
: FixedhydrateRoot
related error after snapshot build.- Removed
EnzymeAdapterPlugin
.
v5.0.0-alpha.1
- 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.
- Added
PrerenderPlugin
: Added React18 support forReactDOMClient.hydrateRoot
instead ofReactDOMClient.createRoot
for prerendered apps.
v4.1.3
- Added
fbjs
module to fix snapshot build failure.
v4.1.2
PrerenderPlugin
: Cleaned updata-react-checksum
related code.
v4.1.1
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
option-parser
: Set default theme config tosandstone
.SnapshotPlugin
: Addedsandstone
support for clearing resource bundle.framework
mixin: Fixed the glob patterns for test files to ignore.
v4.0.0
- Updated dependencies including React 17
PrerenderPlugin
: Added support forReactDOM.hydrate
instead ofReactDOM.render
for prerendered apps