Releases: nareshbhatia/mobx-state-router
Releases · nareshbhatia/mobx-state-router
v3.0.1
3.0.1 (2018-04-20)
Bug Fixes
- Relaxed the type in ViewMap to allow any ReactNode not just React.Component (e0d9dd4)
v3.0.0
3.0.0 (2018-04-13)
Features
BREAKING CHANGES
- This release will not work with MobX 3.x. You must upgrade your application to MobX
4.x to use this release.
v2.2.0
2.2.0 (2018-04-12)
Features
- Added RouterLink - a more convenient Link (8975c7d)
v2.1.1
2.1.1 (2018-03-30)
Bug Fixes
- Reverted to version 5 of query-string (cc5d16f)
v2.1.0
2.1.0 (2018-03-30)
Features
- Added support for server-side rendering (ef40556)
v2.0.1
2.0.1 (2018-03-29)
Bug Fixes
- Fixed an export in index.js (e405c6d)
v2.0.0
2.0.0 (2018-02-12)
Features
- Simplified TransitionHook signatures (c1f8c37)
BREAKING CHANGES
- TransitionHook signatures have been simplified. Please see README.md for details.
v1.1.1
1.1.1 (2018-02-12)
Bug Fixes
- Fixed issue with Istanbul ignoring "ignore" hints (a400d09), closes #4
v1.1.0
1.1.0 (2018-01-31)
Features
- Added a second signature to
RouterStore.goTo()
(411943f)
v1.0.1
1.0.1 (2018-01-24)
Bug Fixes