Skip to content

v0.19.1

Compare
Choose a tag to compare
@insin insin released this 03 Nov 15:35
· 195 commits to master since this release

0.19.1 / 2017-11-04

nwb.config.js Config Changes

  • Deprecated the webpack.compat.enzyme flag for Enzyme v2 compatibility settings. Upgrade to Enzyme v3 when you can, which supports React all the way back to v0.13.

Fixed

  • Added 'createClass' and 'createReactClass' to the factory function names React Transform looks for, so React component hot reloading will work for apps using create-react-class, imported as one of those names.

Changed

  • nwb is now also tested against Node 8 now that it's the Long Term Support version.
  • Reverted the Webpack settings change for webpack.compat.enzyme config in v0.19.0, as it only applied while the version numbers of published React packages were out of sync. The compatibility settings assume Enzyme v2 and React >= v15.5.
  • style-loader's new hmr option is set to false when creating builds to prevent inclusion of its HMR code.

Dependencies

  • autoprefixer: v7.1.4 → v7.1.6
  • babel-plugin-inferno: v3.2.0 → v3.3.0
  • babel-plugin-transform-react-remove-prop-types: v0.4.8 → v0.4.10
  • babel-preset-env: v1.6.0 → v1.6.1
  • copy-webpack-plugin: v4.1.0 → v4.2.0
  • extract-text-webpack-plugin: v3.0.0 → v3.0.2
  • file-loader: v1.1.4 → v1.1.5
  • filesize: v3.5.10 → v3.5.11
  • karma-mocha-reporter: v2.2.4 → v2.2.5
  • karma-webpack: v2.0.4 → v2.0.5
  • phantomjs-prebuilt: v2.1.15 → v2.1.16
  • postcss-loader: v2.0.6 → v2.0.7
  • resolve: v1.4.0 → v1.5.0
  • style-loader: v0.18.2 → v0.19.0
  • url-loader: v0.5.9 → v0.6.2
  • webpack: v3.6.0 → v3.8.1
  • webpack-dev-server: v2.9.1 → v2.9.4
  • webpack-hot-middleware: v2.19.1 → v2.20.0
  • webpack-merge: v4.1.0 → v4.1.1