Releases: gabrielbull/react-router-server
Releases · gabrielbull/react-router-server
0.4.0-alpha
- Changed importWebpackBundle to return the whole module instead of only the default export
0.3.0-alpha
- Updated to react-router v4.0.0-alpha.4
0.2.2-alpha
- Fixed bug that would instantiate new components when not necessary
0.2.1-alpha
- Fixed issue with webpack bundle that would import the wrong module
0.2.0-alpha
- Added webpack bundle support
- Changed import to be a callback on the importModule function
0.1.4-alpha
- Renamed fetchProps to fetchState
- Fixed bug with calling done when re-rendering
0.1.3-alpha
- Fixed issue with render not resolving
0.1.2-alpha
- Added unit tests
- Improved example
0.1.1-alpha
- Fixed issue with importModule method
0.1.0-alpha
- Initial release