Skip to content

Releases: gabrielbull/react-router-server

0.4.0-alpha

11 Oct 18:45
Compare
Choose a tag to compare
0.4.0-alpha Pre-release
Pre-release
  • Changed importWebpackBundle to return the whole module instead of only the default export

0.3.0-alpha

08 Oct 16:59
Compare
Choose a tag to compare
0.3.0-alpha Pre-release
Pre-release
  • Updated to react-router v4.0.0-alpha.4

0.2.2-alpha

08 Oct 16:44
Compare
Choose a tag to compare
0.2.2-alpha Pre-release
Pre-release
  • Fixed bug that would instantiate new components when not necessary

0.2.1-alpha

06 Oct 14:34
Compare
Choose a tag to compare
0.2.1-alpha Pre-release
Pre-release
  • Fixed issue with webpack bundle that would import the wrong module

0.2.0-alpha

05 Oct 19:41
Compare
Choose a tag to compare
0.2.0-alpha Pre-release
Pre-release
  • Added webpack bundle support
  • Changed import to be a callback on the importModule function

0.1.4-alpha

04 Oct 17:45
Compare
Choose a tag to compare
0.1.4-alpha Pre-release
Pre-release
  • Renamed fetchProps to fetchState
  • Fixed bug with calling done when re-rendering

0.1.3-alpha

04 Oct 03:53
Compare
Choose a tag to compare
0.1.3-alpha Pre-release
Pre-release
  • Fixed issue with render not resolving

0.1.2-alpha

03 Oct 12:39
Compare
Choose a tag to compare
0.1.2-alpha Pre-release
Pre-release
  • Added unit tests
  • Improved example

0.1.1-alpha

03 Oct 12:39
Compare
Choose a tag to compare
0.1.1-alpha Pre-release
Pre-release
  • Fixed issue with importModule method

0.1.0-alpha

03 Oct 12:39
Compare
Choose a tag to compare
0.1.0-alpha Pre-release
Pre-release
  • Initial release