diff --git a/docs/migrations.md b/docs/migrations.md index 8262808544..9d2faa6dc5 100644 --- a/docs/migrations.md +++ b/docs/migrations.md @@ -16,3 +16,9 @@ We did this because the previously introduced facades provide a more convenient You can run the migration by executing `node schematics/migration/0.16-to-0.17`. The script will check if all your components can be moved to the new folder structure and will then perform the migration or notify you of work previously needed. + +## 0.18 to 0.19 + +We migrated from using [ngrx-router](https://github.com/amcdnl/ngrx-router) to the official and better supported [@ngrx/router-store](https://ngrx.io/guide/router-store). This means that throughout the code all usage of the `ofRoute` operator and `RouteNavigation` actions are no longer available. + +As some of these implementations were very specific, we cannot provide a migration script.