Skip to content

v0.23.0

Compare
Choose a tag to compare
@insin insin released this 03 Aug 01:23
· 73 commits to master since this release

Breaking Changes

  • Updated Inferno config for Inferno 5 - inferno-* packages (such as inferno-compat) work again with Webpack 4 [#440]

Added

  • Added prepublishOnly to react-component and web-module project package.json scripts, which invokes npm run build prior to publishing [#436] [hanford]
  • Added npm.umd.entry config to specify a different entry point for the UMD build in npm module projects. Currently, the UMD build requires an entry point which must have a default export [#411]

Fixed

  • Always add CopyPlugin when webpack.copy config is provided [#431]
  • Remove use of object destructuring from render shims - fixes output of quick build commands in IE11 [#453]

Dependencies

  • autoprefixer: v8.1.0 → v9.0.2
  • babel-core: v6.26.0 → v6.26.3
  • babel-loader: v7.1.4 → v7.1.5
  • babel-plugin-inferno: v4.0.0 → v5.0.1
  • babel-plugin-istanbul: v4.1.5 → v4.1.6
  • babel-plugin-transform-decorators-legacy: v1.3.4 → v1.3.5
  • chalk: v2.3.2 → v2.4.1
  • copy-template-dir: v1.3.0 → v1.4.0
  • copy-webpack-plugin: v4.5.1 → v4.5.2
  • css-loader: v0.28.10 → v1.0.0
  • detect-port: v1.2.2 → v1.2.3
  • filesize: v3.6.0 → v3.6.1
  • fs-extra: v6.0.0 → v7.0.0
  • gzip-size: v4.1.0 → v5.0.0 - dropped Node.js 4 support
  • html-webpack-plugin: v3.0.6 → v3.2.0
  • inquirer: v5.1.0 → v6.0.0
  • karma: v2.0.0 → v2.0.5
  • karma-coverage: v1.1.1 → v1.1.2
  • karma-webpack: v2.0.13 → v3.0.0
  • mini-css-extract-plugin v0.2.0 → v0.4.1
  • mocha: v5.0.4 → v5.2.0
  • opn: v5.2.0 → v5.3.0
  • ora: v2.0.0 → v3.0.0
  • postcss-loader: v2.1.1 → v2.1.6
  • resolve: v1.5.0 → v1.8.1
  • run-series: v1.1.6 → v1.1.8
  • style-loader: v0.20.2 → v0.21.0
  • uglifyjs-webpack-plugin: v1.2.3 → v1.2.7
  • webpack: v4.1.1 → v4.16.4
  • webpack-dev-middleware: v3.0.1 → v3.1.3
  • webpack-dev-server: v3.1.1 → v3.1.5
  • webpack-hot-middleware: v2.21.2 → v2.22.3
  • webpack-merge: v4.1.2 → v4.1.4
  • whatwg-fetch: v2.0.3 → v2.0.4

Docs