Skip to content

v0.8.0

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

With the exception of webpack2-related packages, all dependencies have been updated to their current releases.

create

  • Template updated for Enact 1.1.0 and React 15.5.4.
  • Added prop-types dependency.
  • Fixed --local option to use enact-dev on NPM rather than git shorthand.

serve

  • Fixed --port option parsing along with support for PORT environment variable.

pack

  • Improved console output when prerendering in isomorphic code layout.
  • Uses cheap-module-source-map instead of source-map. See webpack/webpack#2145 (comment)
  • Enabled support for eslint caching to improve development mode build speed.
  • Appinfo files will now correctly be ignore by the ilib-webpack-plugin (as they're already handled by webos-meta-webpack-plugin).
  • Improved communication between plugins.

test

  • Updated use react-test-renderer with Enzyme with alias fallback to avoid any compatibility issues.