Skip to content

Releases: LeonardoGentile/react-mobx-router5

v6.2.1

02 Jan 00:43
Compare
Choose a tag to compare

6.2.1 (2019-01-02)

Bug Fixes

v6.2.0

31 Dec 11:25
Compare
Choose a tag to compare

6.2.0 (2018-12-31)

Features

v6.1.1

02 May 10:27
Compare
Choose a tag to compare

6.1.1 (2018-05-02)

v6.1.0

27 Apr 14:56
Compare
Choose a tag to compare

6.1.0 (2018-04-27)

Bug Fixes

  • packages: Fix deps for new version of mobx-router5 (15e38c1)

Features

  • router5: Add support for router5@6 (58ad8a0), closes #6

v6.0.0

18 Apr 16:13
Compare
Choose a tag to compare

6.0.0 (2018-04-18)

Features

  • mobx: Add support for mobx 4, mobx-react 5 and mobx-router5 4 (b296812), closes #7
  • utils: log which segment failed to retrieved the component from the routes config (3fc3c06)

BREAKING CHANGES

  • mobx: This is not compatible with mobx < 4

v5.0.0

08 Oct 16:46
Compare
Choose a tag to compare

5.0.0 (2017-10-08)

Bug Fixes

  • RouteView: errorMessage and errorStyle were ignored on first rendering (a4d7a7bb)

Features

  • RouteView:
    • React 16 support (3ed054cd)
    • Add support for React 16 and Error Boundaries (4942a87d)

Breaking Changes

  • #3: React 16 support

#3

(3ed054cd)

v4.0.2

30 Aug 12:37
Compare
Choose a tag to compare

<a name"4.0.2">

4.0.2 (2017-08-30)

Bug Fixes

  • BaseLink: Add only necessary props to the generated a (d962f6cd)
  • eslint: Change no-unused-var from error to warning (1f497084)
  • withLink: Do not forward linkClassName to wrapped component (f470aaa3)
  • withRoute: Do not forward activeStrict, activeClassName props to the wrapped component (e0be9e6a)

v4.0.1

08 Aug 11:06
Compare
Choose a tag to compare

4.0.1 (2017-08-08)

Bug Fixes

  • RouteView: Proper error handling for RouteView (7e654797)

v4.0.0

15 Jul 22:52
Compare
Choose a tag to compare

4.0.0 (2017-07-15)

Breaking Changes

  • This is not compatible with router5 < 5.0.0 and mobx-router5 < 3.0.0

Closes #1

(f4429045)

v3.1.0

22 Jun 11:08
Compare
Choose a tag to compare

<a name"3.1.0">

3.1.0 (2017-06-22)

Features

  • BaseLinK: Faking a new release (the previous did not happen) (1ae13991)