Skip to content

v0.5.1

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

create

  • Template updated for Enact 1.0.0-beta.2 and React 15.4.2.
  • Template's .gitignore file now correctly includes dist.

pack

  • Added a node Enact build option to support polyfilling NodeJS components. See here for more info.
  • All localized appinfo.json resources and assets will now be correctly copied to the output directory.

test

  • Added a polyfill for String.prototype.repeat, as phantomjs lacks the API.
  • Webpack build warnings will no longer spam the console in certain scenarios.
  • Test action will now automatically fail when no test suite is found. This was done to allows tests which build incorrect or have missing modules to correctly fail. See #38 for more background information.