Skip to content

v4.0.0

Compare
Choose a tag to compare
@nareshbhatia nareshbhatia released this 17 Oct 05:16
· 55 commits to master since this release
bf43c22

4.0.0 (2018-10-17)

Features

  • Added helpers for server-side rendering (0b3f0d0)

BREAKING CHANGES

  • The RouterStore constructor has a small change in its arguments - the last
    argument initialRoute is replaced by initialState. This argument was seldom used, so it should
    not affect most users. The new signature now supports hydration from the state provided by the
    server.