Skip to content

Releases: ddhp/react-isomorphic-boilerplate

v0.8.0

09 May 09:42
0b5e7f9
Compare
Choose a tag to compare

this version mainly upgrade dependencies:

  • use react-redux v7.1.0-alpha.4 for hooks
  • use react-helmet v6.0.0-beta for better hook support

v0.7.4

09 May 07:21
Compare
Choose a tag to compare

Improvements

  • useResizeEvent as an example for react hook
  • modified some eslint config for easier development

Bug fixes

  • only invoke applyStore if route is matched
  • use TerserPlugin for es6 codes

v0.7.3

12 Dec 10:07
d414dca
Compare
Choose a tag to compare

Improvements

  • useRedux hook, use it with caution see #40

v0.7.2

23 Nov 11:06
Compare
Choose a tag to compare

Breaking Changes

  • deprecated node v6, please use v8 up

Improvements

  • upgrade to react v16.7.0-alpha for the hooks
  • demo how to use react hook
  • able to async/await in ava tests

v0.7.1

15 Nov 09:10
9c6824e
Compare
Choose a tag to compare

Improvements

  • get rid of moment.js, use date-fns instead
  • made tree shaking really works

v0.7.0

13 Nov 06:44
82b1508
Compare
Choose a tag to compare

Breaking Changes

  • use babel 7.
  • no more need to install babel-node to global.
  • implemented tree shaking.
  • setting exclude of babel-loader is removed, instead include takes place, please set target path you want to transpile through babel-loader.