Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ivy support #674

Merged
merged 13 commits into from
Nov 11, 2019
Merged

Ivy support #674

merged 13 commits into from
Nov 11, 2019

Conversation

christopherthielen
Copy link
Member

No description provided.

…nd require angular 8 peer dependencies

BREAKING CHANGE: uirouter core and rx packages are now `peerDependencies`.
You will need to explicitly install the correct versions of `@uirouter/core` and `@uirouter/rx` into your project.

before:

```
dependencies: {
  "@uirouter/angular": "4.0.0"
}
```

after (example -- versions will vary):
```
dependencies: {
  "@uirouter/angular": "5.0.0"
  "@uirouter/core": "6.0.1",
  "@uirouter/rx": "0.6.0",
}
```

Or, use this command to automatically install peerDependencies:

```
npx check-peer-dependencies --install
```
Ivy supports lazy loading of modules without depending on the ROUTES token from angular/router.
BREAKING CHANGE: UIRouter for Angular v6.0.0 now requires Angular 8 or higher
@christopherthielen christopherthielen added the automerge Auto merge when CI passes label Nov 11, 2019
@mergify mergify bot added the auto merged label Nov 11, 2019
@mergify mergify bot merged commit 00e9d6a into master Nov 11, 2019
@mergify mergify bot deleted the ivy-without-shiny-ivy-app branch November 11, 2019 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto merged automerge Auto merge when CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant