feat(core): mark input, output and model APIs as stable#57804
feat(core): mark input, output and model APIs as stable#57804pkozlowski-opensource wants to merge 1 commit intoangular:mainfrom
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
|
🎉🚀 |
bencodezen
left a comment
There was a problem hiding this comment.
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.