Releases: nareshbhatia/mobx-state-router
Releases · nareshbhatia/mobx-state-router
v4.0.6
4.0.6 (2019-06-21)
Bug Fixes
- changed type definition of queryParams to be more accurate (d6a723c)
v4.0.5
4.0.5 (2019-03-30)
Bug Fixes
- mobx dependency changed to "^4.x || ^5.x" (8dbf0b8), closes #62
v4.0.4
4.0.4 (2019-03-02)
Bug Fixes
- include source directory in distribution and update dependencies (ddf0e24), closes #60
v4.0.3
4.0.3 (2018-10-26)
Bug Fixes
- Exported interfaces that were not exported before (18b1884)
v4.0.2
4.0.2 (2018-10-18)
Bug Fixes
- Removed all console.log statements (86baa94), closes #45
v4.0.0
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.
v3.3.0
3.3.0 (2018-09-18)
Features
- Provided the ability to set a custom error hook in RouterStore (22861ad), closes #40
v3.2.1
3.2.1 (2018-09-17)
Bug Fixes
- RouterStore: Throw RouterState should trigger beforeEnter, onEnter (a656d94), closes #42