Skip to content

v0.9.2

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

create

  • Template updated for Enact 1.8.0.

transpile

  • Fixed ES6 module format not being transpiled to CommonJS standard.

pack

  • Improved support for screenTypes within the enact object in the package.json. Can now be:
    • Array of screen literal values (empty array fo no screen types to pass)
    • String filepath to a local project json file
    • String path to a dependency module json file
    • Undefined/falsey to fallback to default Moonstone
  • Added support for deep option within the enact object in the package.json. It represents 1 or more javascript conditions that, when met, indicate the page load was originating from an external deep link, and the prerender should not be shown (as the initial state of the window will not be the prerendered content). This can be a string or a string array.