-
Notifications
You must be signed in to change notification settings - Fork 2.5k
feat(angular): remove deprecated functionalities #30769
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
Conversation
Remove the deprecated functionalities scheduled to be removed in Nx v21. BREAKING CHANGE: Remove the deprecated data persistence operators previously exported in `@nx/angular` and the deprecated testing utils previously exported in `@nx/angular/testing`.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -362,6 +293,15 @@ | |||
"version": "21.0.0-beta.3", | |||
"description": "Set the `continuous` option to `true` for continuous tasks.", | |||
"factory": "./src/migrations/update-21-0-0/set-continuous-option" | |||
}, | |||
"change-data-persistence-operators-imports-to-ngrx-router-store-data-persistence": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one duplicates a migration that runs for Nx 16.2, but it's needed if someone has opted out of it in earlier versions. Since we're removing the operators in Nx v21, we must ensure we migrate those cases.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment just :)
… notice to programmatic api
...te-21-0-0/change-data-persistence-operators-imports-to-ngrx-router-store-data-persistence.md
Outdated
Show resolved
Hide resolved
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Remove the deprecated functionalities scheduled to be removed in Nx v21.
BREAKING CHANGE: Remove the deprecated data persistence operators previously exported in
@nx/angular
and the deprecated testing utils previously exported in@nx/angular/testing
.