Releases: js2me/mobx-route
1.1.1
1.1.0
Minor Changes
Changes: 1.0.0...1.1.0
1.0.0
Major Changes
-
fd88b5fThanks @js2me! - RemovedgetAutomatedOpenParamsfromVirtualRouteConfiguration. UsegetAutoOpenParamsinstead. -
f62dae6Thanks @js2me! - Removedprotected abortControllerproperty fromRouteandVirtualRoute. If you were accessingabortControllerdirectly, you now need to manage abort/cleanup yourself or use theabortSignalconfig option.VirtualRoute.isOpenednow returnsfalseafterdestroy()is calledVirtualRoute.destroy()now also sets status to'unknown'and explicitly disposes the reaction- Added
react-domas an optional peer dependency
-
6df1753Thanks @js2me! - First release. Removed deprecations.Removed the deprecated
loadViewAPI and all props that existed only to support it.Dropped the
react-simple-loadabledependency; it was only used byloadView.
Patch Changes
Changes: 0.31.0...1.0.0
0.31.0
0.30.0
Minor Changes
-
8a7027dThanks @js2me! - Keep the last route params inRouteViewModel.payloadafter a path route is closed.This prevents
payloadandpathParamsfrom 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
0.29.0
0.28.0
Minor Changes
Changes: 0.27.0...0.28.0