Skip to content

v0.6.0

Compare
Choose a tag to compare
@JayCanuck JayCanuck released this 10 Mar 18:29
· 658 commits to master since this release

All enact-dev dependencies have been updated to latest applicable revisions. If you are using editor-based linting, please update your global dependencies to match.

create

  • Template updated for Enact 1.0.0-beta.3 and React 15.4.2.

pack

  • Transitioned from the iLib-loader to a new iLibPlugin with enhanced support for compilation-unique caching in Enact 1.0.0-beta.3. This is not backward compatible; please update to Enact 1.0.0-beta.3 or use an earlier release of enact-dev.
  • Supports code splitting/lazy-loading via ES6 import() syntax (limited to static string values).
  • WebOSMetaPlugin updated to support dynamicalling adding usePrerendering:true to appinfo.json files as needed.

test

  • Added Map polyfill support
  • Fixes a code interaction issue with WebOSMetaPlugin that caused tests to fail.

lint

  • Enact ESLint plugin updated to support handlers block in `kind(). Also adds propType validation for props used by handler and computed functions.
  • Enact ESLint config updated to replace deprecated babel/array-bracket-spacing with array-bracket-spacing.
  • Additional options may be passed to the lint command.