Changelog
0.9.5 (December 14, 2017)
Locked down dependencies to avoid potential regressions in patch updates to dependencies (as was the case with 2.0.8 karma-webpack).
Changelog
0.9.4 (November 13, 2017)
Changelog
0.9.2 (September 7, 2017)
screenTypes
within the enact
object in the package.json
. Can now be:
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.Changelog
0.9.0 (August 21, 2017)
Dependencies updated to latest release, including support for Webpack 3.x. Codebase updated for ES6 syntax and the minimum version is NodeJS is now 6.4.0.
url-loader
usage in favour of strictly file-loader
only.autoprefixer
in postcss
--watch
flag.pack
executions (not just when there are errors).react-dev-utils
eslint formatter for displaying eslint warnings and errors.autoprefixer
flexbox prefixing to final and IE versions of flexbox implementation.postcss-flexbugs-fixes
to automatically fix known platform-specific flexbox issues with workarounds.react-dev-utils
.react-error-overlay
.extract-text-webpack-plugin
usage.url-loader
and postcss
changes from pack
configuration.Changelog
0.8.2 (May 31, 2017)
Updated ilib-webpack-plugin
dependency to correctly support moonstone internal localization and associated fixes.
Changelog
0.8.0 (April 21, 2017)
With the exception of webpack2-related packages, all dependencies have been updated to their current releases.
prop-types
dependency.--local
option to use enact-dev
on NPM rather than git shorthand.--port
option parsing along with support for PORT
environment variable.cheap-module-source-map
instead of source-map
. See https://github.com/webpack/webpack/issues/2145#issuecomment-294361203Changelog
0.7.0 (March 31, 2017)
Added support for a link command (enact link
) as a shorthand to link in Enact library dependencies.
no-spaced-func
and no-undefined
warnings for non-strict ruleset.