Skip to content

Releases: nareshbhatia/mobx-state-router

v3.0.1

20 Apr 22:51
Compare
Choose a tag to compare

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

13 Apr 03:11
bb2439d
Compare
Choose a tag to compare

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

12 Apr 22:54
35985f3
Compare
Choose a tag to compare

2.2.0 (2018-04-12)

Features

  • Added RouterLink - a more convenient Link (8975c7d)

v2.1.1

30 Mar 18:33
Compare
Choose a tag to compare

2.1.1 (2018-03-30)

Bug Fixes

  • Reverted to version 5 of query-string (cc5d16f)

v2.1.0

30 Mar 17:41
f9e40f7
Compare
Choose a tag to compare

2.1.0 (2018-03-30)

Features

  • Added support for server-side rendering (ef40556)

v2.0.1

29 Mar 17:55
Compare
Choose a tag to compare

2.0.1 (2018-03-29)

Bug Fixes

  • Fixed an export in index.js (e405c6d)

v2.0.0

12 Feb 23:06
Compare
Choose a tag to compare

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

12 Feb 17:41
Compare
Choose a tag to compare

1.1.1 (2018-02-12)

Bug Fixes

  • Fixed issue with Istanbul ignoring "ignore" hints (a400d09), closes #4

v1.1.0

31 Jan 19:44
Compare
Choose a tag to compare

1.1.0 (2018-01-31)

Features

  • Added a second signature to RouterStore.goTo() (411943f)

v1.0.1

24 Jan 07:08
Compare
Choose a tag to compare

1.0.1 (2018-01-24)

Bug Fixes