Skip to content

Releases: enactjs/dev-utils

v2.5.1

31 Jul 18:53
Compare
Choose a tag to compare
  • Fixed framework mixin erroneously including ilib/lib/RhinoLoader.js.

v2.5.0

26 Mar 05:27
Compare
Choose a tag to compare
  • 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

26 Mar 05:26
Compare
Choose a tag to compare
  • 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

05 Sep 03:15
Compare
Choose a tag to compare
  • SnapshotPlugin: Fixed V8 snapshotting when ilib external package is not found.

v2.4.0

12 Aug 20:41
Compare
Choose a tag to compare
  • 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

23 Jul 21:22
Compare
Choose a tag to compare
  • Added support utility-wide for new ilib external NPM package (with backward compatibility for @enact/i18n/ilib).

v2.2.2

02 Jul 22:13
Compare
Choose a tag to compare
  • Reduce find-cache-dir version to ^2.0.0 to retain NodeJS 6.x compatibility for one more release.

v2.2.1

17 Jun 21:46
Compare
Choose a tag to compare
  • Expand default browserslist config from last 2 stable versions of Chrome and Firefox to last 5.

v2.2.0

17 Jun 21:46
Compare
Choose a tag to compare
  • 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

17 Jun 21:46
Compare
Choose a tag to compare
  • 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.