Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Releases: RickWong/react-isomorphic-starterkit

Release 5.3.1

02 Jan 17:54
Compare
Choose a tag to compare
  • Use Webpack to build the server code, allowing webpack loaders like url-loader and css-loader on the server.
  • Use Webpack HMR to instantly update server code, instead of restarting the Koa server with piping. Webpack HMR is fast!
  • Still keeping the pleasant npm run watch command: the only one needed for server AND client development.
  • Moved all Webpack config files to configs/.
  • Added a file-loader example that deals with the favicon.
  • Upgraded to React Router 2.0.0.
  • Updated other dependencies.

Release 4.3.0

15 Sep 23:48
Compare
Choose a tag to compare
  • Upgrade to Babel 6
  • Upgrade to React 0.14
  • Upgrade to React Router 1.0
  • Upgrade to React Transform HMR instead of React Hot Loader
  • Upgrade to React Transmit 3.0
  • Switch to Koa as http server and also as webpack HMR server
  • Include Fetch+ for a better fetch() and as REST client

Release 2.5.5

24 May 22:14
Compare
Choose a tag to compare
  • Added Babel Typecheck plugin. WARNING: it doesn't work with some ES6 syntax (e.g. class methods), it seems.
  • Added back react-a11y. (Update: removed it again see #46)
  • Enabled Babel stage 0 for experimental ES features like Function Bind Syntax.

Release 2.4.1

16 May 00:08
Compare
Choose a tag to compare
  • New Babel version introduced a ~20-40% compile-time speed improvement
  • React 0.13.3

Release 2.4.0

04 May 22:03
Compare
Choose a tag to compare
  • npm scripts don't execute the sleep and open commands anymore.
  • Updated dependencies.

Release 2.3.3

13 Apr 22:31
Compare
Choose a tag to compare
  • Main.js now uses ES6 class syntax.
  • Updated dependencies.
  • @joeframbach: Allow other hosts to access webpack server
  • @pwmckenna: Show how to reference the GitHub API on the server vs client with a proxy

Release 2.2.1

03 Apr 20:09
Compare
Choose a tag to compare
  • Babel 5.0.7 with ES7 stage 1 features enabled.
  • React Transmit 2.5.3.

Release 2.1.0

01 Apr 23:31
Compare
Choose a tag to compare
  • React 0.13.1 included.
  • react-a11y excluded.

Release 2.0.0

27 Mar 00:40
Compare
Choose a tag to compare

The starterkit now uses React Transmit (Relay library) instead of react-async.

Release 1.5.2

22 Mar 16:49
Compare
Choose a tag to compare
Ditch npm-shrinkwrap.