Skip to content

v0.7.0

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

Added support for a link command (enact link) as a shorthand to link in Enact library dependencies.

pack

  • Added support for appinfo.json sysAssetsBasePath and $-prefix in webos-meta-webpack-plugin.
  • Will now warn about performance when building in development mode.
  • HTML template will now be used in all situations and can be customized as desired.
  • Vastly rewritten isomorphic app prerendering support with improved reliability and mmemory management.
  • Depreciated prerendering of isomorphic apps within the HTML template has been removed. Please ensure all app entrypoints are able to self-render. See this example.

test

  • Improved error handling with plugins to prevent certain scenarios that could cause tests to fail.

lint

  • Updated lint rules for disabling no-spaced-func and no-undefined warnings for non-strict ruleset.