-
Notifications
You must be signed in to change notification settings - Fork 25.5k
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
docs: declare Event Replay feature as stable #57895
Conversation
This commit drops the `@developerPreview` annotation from the `withEventReplay()` function, which effectively makes the Event Replay feature stable.
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.
LGTM 🔥🔥🔥
|
@AndrewKushnir We probably should also update |
@JeanMeche thanks for the comment. Minko or Mark will be doing an update to the Roadmap closer to v19 release date and they'll use the most up-to-date info for all "in progress" features at that time. |
|
Caretaker note: no presubmit required, docs-only change. |
…lientHydration` for new SSR apps Event Replay is now stable (see angular/angular#57895). This commit adds `withEventReplay()` to the `provideClientHydration()` call in newly created Angular applications with SSR.
…lientHydration` for new SSR apps Event Replay is now stable (see angular/angular#57895). This commit adds `withEventReplay()` to the `provideClientHydration()` call in newly created Angular applications with SSR.
…lientHydration` for new SSR apps Event Replay is now stable (see angular/angular#57895). This commit adds `withEventReplay()` to the `provideClientHydration()` call in newly created Angular applications with SSR.
|
This PR was merged into the repository by commit 6b23953. The changes were merged into the following branches: main |
…lientHydration` for new SSR apps Event Replay is now stable (see angular/angular#57895). This commit adds `withEventReplay()` to the `provideClientHydration()` call in newly created Angular applications with SSR.
This commit drops the `@developerPreview` annotation from the `withEventReplay()` function, which effectively makes the Event Replay feature stable. PR Close angular#57895
|
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 drops the
@developerPreviewannotation from thewithEventReplay()function, which effectively makes the Event Replay feature stable.cc @alan-agius4 @iteriani @tbondwilkinson @thePunderWoman
Does this PR introduce a breaking change?