Update dependency @aws-amplify/ui-angular to v5.3.5#545
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
923f7b7 to
97a8e5e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.3.2→5.3.5Release Notes
aws-amplify/amplify-ui (@aws-amplify/ui-angular)
v5.3.5Compare Source
Patch Changes
#7008
a57f58931cac4d36dc343d30f3fd42617f6d449eThanks @pranavosu! - fix(ui-angular): render authenticator route changes on Angular v22+The Authenticator is driven by an xstate machine, and the component previously
relied on zone.js to trigger change detection when the machine transitioned
between routes. That implicit behavior is no longer guaranteed on Angular v22+,
which left the Authenticator stuck on its initial route and rendered an empty
component. Change detection now runs on every machine transition so the rendered
route always reflects the current machine state.
#7003
c2c09e66a760049718ecbea7e933b49047f0f6fcThanks @pranavosu! - This change adds changeDetection: ChangeDetectionStrategy.Default to all components, preserving existing behavior across Angular 19-22+ without any API or behavioral changes for consumers.v5.3.4Compare Source
Patch Changes
a6470c163288a6dcd928959d41b4cf74e71ddd27]:v5.3.3Compare Source
Patch Changes
00c6b6cb4d0dfe4f6389b70da04acdb3f70bde53,aea51618abe852ffedd4375a592cffb976880a66]:Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.