-
Notifications
You must be signed in to change notification settings - Fork 26.3k
feat(core): mark input, output and model APIs as stable #57804
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
feat(core): mark input, output and model APIs as stable #57804
Conversation
This commit marks the input, output and model APIs as stable (along with the associated APIs) and thus exits the dev preview phase for those APIs.
8c50453
to
4e03ce3
Compare
🎉🚀 |
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 is great. Thank you @pkozlowski-opensource!
This PR was merged into the repository by commit 1b15192. The changes were merged into the following branches: main |
Hi @pkozlowski-opensource, is this retro-applied to Angular 18 or is Angular 19 shipped with other core developments that make these APIs only stable there? |
@NicolasVargas-Hilti Stability is mostly a maintenance status. When an API is stable, breaking changes only land in major versions and APIs can be removed only after 2 major versions of deprecations. |
Thank you @JeanMeche. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This commit marks the input, output and model APIs as stable (along with the associated APIs) and thus exits the dev preview phase for those APIs.
Documentation updates will follow.