Releases: enactjs/dev-utils
Releases · enactjs/dev-utils
v2.5.1
- Fixed
framework
mixin erroneously including ilib/lib/RhinoLoader.js
.
v2.5.0
- Updated
option-parser
to support auto-detection of local source level theme files (screentypes.json, fontgenerator.js).
- Fixed theme repo
framework
mixin usage by ignoring all sample and test files and avoiding contamination.
v2.4.2
EnactFrameworkPlugin
: Added support for ilib inclusion in bundles.
EnactFrameworkRefPlugin
: Added support for ignore
array option for package paths to handle internally, rather than deferred to external.
ILibPlugin
: Removed special handling for moonstone package and added generic constant support for root-level packages.
v2.4.1
SnapshotPlugin
: Fixed V8 snapshotting when ilib
external package is not found.
v2.4.0
- Redesigned
option-parser
with encapsulated theme option support and environment variable overriding.
- Update
ILibPlugin
to support theme-based ResBundle resources.
- Fixed bug where undefined
ri
values would result in Infinity
pixel values.
v2.3.0
- Added support utility-wide for new
ilib
external NPM package (with backward compatibility for @enact/i18n/ilib
).
v2.2.2
- Reduce
find-cache-dir
version to ^2.0.0
to retain NodeJS 6.x compatibility for one more release.
v2.2.1
- Expand default browserslist config from
last 2
stable versions of Chrome and Firefox to last 5
.
v2.2.0
- Updated all dependencies to latest releases.
PrerenderPlugin
:
- Fixed React hook-based rendering, ensuring only one copy of React is loaded.
WebOSMetaPlugin
:
- No longer requires HtmlWebpackPlugin to function.
- Switch deprecated
new Buffer()
to Buffer.from()
to avoid NodeJS deprecation notice.
v2.1.0
- Added support for parsing
forceCSSModules
Enact project option.
- Fixed
framework
mixin generating correct module IDs when a symlinked Enact framework is used as the source.