Releases: gabrielbull/react-router-server
Releases · gabrielbull/react-router-server
Release 1.1.2
- Added support for Webpack 2.2
Release 1.1.1
- Fixed issue with webpack production mode
Release 1.1.0
- Fixed issue with webpack import with no module id
- Fixed issue with modules and states not being passed on second render
1.0.5-beta
- Fixed problem with rendering pages that do not have modules or states
1.0.4-beta
- Removed unused files from dist
1.0.3-beta
- Improved build process
1.0.2-beta
- Fixed issue with the preload method that receives non array parameters
1.0.1-beta
- Removed debug code
1.0.0-beta
- Simplified API
- Replaced importModule by Module component for code splitting
- Added extractModules to extract modules from webpack stats
- Renamed preloadModules to preload
- Removed the custom Match component
- Removed the importWebpackBundle function
0.5.0-alpha
- Added support for Node 7
- Updated to react-router v4.0.0-alpha.5