Skip to content

Commit

Permalink
feat(deps): Mobx@5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoGentile committed Dec 31, 2018
1 parent 15e38c1 commit bd7f367
Show file tree
Hide file tree
Showing 13 changed files with 106 additions and 89 deletions.
1 change: 0 additions & 1 deletion .idea/react-mobx-router5.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .idea/runConfigurations/Mocha.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .idea/runConfigurations/Mocha_BaseLink.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .idea/runConfigurations/Mocha_Link.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .idea/runConfigurations/Mocha_RouteView.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .idea/runConfigurations/Mocha_injectStore.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .idea/runConfigurations/Mocha_routeNode.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .idea/runConfigurations/Mocha_utils.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .idea/runConfigurations/Mocha_withLink.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .idea/runConfigurations/Mocha_withRoute.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@ They _observe_ the `mobx-router5` _observables_ and react when they change.

## Requirements

- __react >= 16.0.0__. For React < 16.0.0 install "^4.0.0" version
- __mobx >= 4.0.0__
- __mobx-react >= 5.0.0__
- __router5 >= 5.0.0__
- __mobx-router5 >= 4.0.0__
- __react >= 16.0.0__
- __mobx >= 5.0.0__
- __mobx-react >= 5.2.0__ - In order to be compatible with MobX > 5.0.0
- __router5 >= 6.1.0__ - Version 7 not yet supported
- __mobx-router5 >= 4.3.0__ - In order to be compatible with MobX > 5.0.0

These are considered `peerDependencies` that means they should exist in your installation, you should install them yourself to make this plugin work.
The package won't install them as dependencies.

Notice __Mobx@5__ introduced breaking changes, please follow the [migration guide](https://github.com/mobxjs/mobx/blob/e17c47833d1812eee6d77914be890aa41e4b7908/CHANGELOG.md#500)

## Installation

```bash
Expand Down
Loading

0 comments on commit bd7f367

Please sign in to comment.