Releases: nareshbhatia/mobx-state-router
Releases · nareshbhatia/mobx-state-router
v3.2.0
3.2.0 (2018-09-15)
Bug Fixes
- Disabled node_modules caching in Travis CI (3503f25)
- Fixed console.log's being printed by static-adapter test (8d106d9)
Features
- links.tsx: Pass props to anchor element and handle onClick event (f9c18a4)
- Added AnchorHTMLAttributes to RouterLink (similar to Link) (ae71e6c)
v3.1.5
3.1.5 (2018-08-23)
Bug Fixes
v3.1.4
3.1.4 (2018-08-23)
Bug Fixes
- Fixed valueOf issue in mjackson/value-equal by pulling the code in (22066db), closes #37
v3.1.3
3.1.3 (2018-08-23)
Bug Fixes
- instanceof did not work correctly to check the class of a route (d7bcab5), closes #37
v3.1.2
3.1.2 (2018-06-10)
Bug Fixes
- Reverted query-string dependency to version 5.1.1 (f8433ef)
v3.1.1
3.1.1 (2018-06-10)
Bug Fixes
- Changed value-equal to a hard dependency (5d53f67)
v3.1.0
3.1.0 (2018-06-10)
Features
- Added isTransitioning property to RouterStore (392a50d), closes #32
v3.0.4
3.0.4 (2018-06-01)
Bug Fixes
- history-adapter: add Object.prototype for query-string parse result (e36030b), closes #28
v3.0.3
3.0.3 (2018-05-23)
Bug Fixes
- delete unnecessary dependencies to reduce bundle size (5435050)
v3.0.2
3.0.2 (2018-05-22)
Bug Fixes
- Merge pull request #22 from DanielAndersen/patch-2 (f2f9c0f)