Skip to content

Releases: nareshbhatia/mobx-state-router

v4.0.7

13 May 01:41
98cf4af
Compare
Choose a tag to compare

4.0.7 (2020-05-13)

v4.0.6

21 Jun 01:44
Compare
Choose a tag to compare

4.0.6 (2019-06-21)

Bug Fixes

  • changed type definition of queryParams to be more accurate (d6a723c)

v4.0.5

30 Mar 16:59
Compare
Choose a tag to compare

4.0.5 (2019-03-30)

Bug Fixes

  • mobx dependency changed to "^4.x || ^5.x" (8dbf0b8), closes #62

v4.0.4

02 Mar 20:32
Compare
Choose a tag to compare

4.0.4 (2019-03-02)

Bug Fixes

  • include source directory in distribution and update dependencies (ddf0e24), closes #60

v4.0.3

26 Oct 03:02
Compare
Choose a tag to compare

4.0.3 (2018-10-26)

Bug Fixes

  • Exported interfaces that were not exported before (18b1884)

v4.0.2

18 Oct 02:07
Compare
Choose a tag to compare

4.0.2 (2018-10-18)

Bug Fixes

  • Removed all console.log statements (86baa94), closes #45

v4.0.1

17 Oct 23:48
Compare
Choose a tag to compare

4.0.1 (2018-10-17)

v4.0.0

17 Oct 05:16
bf43c22
Compare
Choose a tag to compare

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

18 Sep 03:03
Compare
Choose a tag to compare

3.3.0 (2018-09-18)

Features

  • Provided the ability to set a custom error hook in RouterStore (22861ad), closes #40

v3.2.1

17 Sep 12:34
2375cf5
Compare
Choose a tag to compare

3.2.1 (2018-09-17)

Bug Fixes

  • RouterStore: Throw RouterState should trigger beforeEnter, onEnter (a656d94), closes #42