Skip to content

Releases: js2me/mobx-route

1.1.1

04 Jun 19:33
9190c4a

Choose a tag to compare

Patch Changes

  • 22fc7e1 Thanks @js2me! - update mobx-location-history to 9.4.0 (improved QueryParams)

Changes: 1.1.0...1.1.1

1.1.0

18 May 09:29
19802af

Choose a tag to compare

Minor Changes

  • 5688038 Thanks @js2me! - added absolutePath property for path routes (createRoute, Route)

Changes: 1.0.0...1.1.0

1.0.0

15 May 07:09
264f223

Choose a tag to compare

Major Changes

  • fd88b5f Thanks @js2me! - Removed getAutomatedOpenParams from VirtualRouteConfiguration. Use getAutoOpenParams instead.

  • f62dae6 Thanks @js2me! - Removed protected abortController property from Route and VirtualRoute. If you were accessing abortController directly, you now need to manage abort/cleanup yourself or use the abortSignal config option.

    • VirtualRoute.isOpened now returns false after destroy() is called
    • VirtualRoute.destroy() now also sets status to 'unknown' and explicitly disposes the reaction
    • Added react-dom as an optional peer dependency
  • 6df1753 Thanks @js2me! - First release. Removed deprecations.

    Removed the deprecated loadView API and all props that existed only to support it.

    Dropped the react-simple-loadable dependency; it was only used by loadView.

Patch Changes

Changes: 0.31.0...1.0.0

0.31.0

29 Apr 11:25
882ea67

Choose a tag to compare

Minor Changes

  • 408064e Thanks @js2me! - rename getAutomatedOpenParams to getAutoOpenParams (prev marks as deprecated)

Patch Changes

Changes: 0.30.0...0.31.0

0.30.0

24 Apr 14:18
096db7f

Choose a tag to compare

Minor Changes

  • 8a7027d Thanks @js2me! - Keep the last route params in RouteViewModel.payload after a path route is closed.

    This prevents payload and pathParams from resetting to an empty object when navigation moves to another route, so view models can still access the most recent path params.

Changes: 0.29.1...0.30.0

0.29.1

06 Mar 15:20
c2aad96

Choose a tag to compare

Patch Changes

  • 0817c74 Thanks @js2me! - [internal] update dev deps to latest (+ yummies to latest)

  • 330436e Thanks @js2me! - updated documentations for Route + routeConfig

Changes: 0.29.0...0.29.1

0.29.0

25 Feb 13:38
c15757c

Choose a tag to compare

Minor Changes

Changes: 0.28.0...0.29.0

0.28.0

25 Feb 11:11
0337b69

Choose a tag to compare

Minor Changes

Changes: 0.27.0...0.28.0

0.27.0

12 Feb 08:25
d7fa789

Choose a tag to compare

Minor Changes

  • caff007 Thanks @js2me! - update documentation for all project

  • caff007 Thanks @js2me! - added more unit tests for react components

  • caff007 Thanks @js2me! - rename createRouteGroup -> groupRoutes

Patch Changes

Changes: 0.26.1...0.27.0

0.26.1

11 Feb 22:31
0fef0a2

Choose a tag to compare

Patch Changes

Changes: 0.26.0...0.26.1