Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

thePunderWoman
Copy link
Contributor

The new animations was not correctly looking for the . when parsing bindings. This resulted in arbitrary event bindings creating animate.leave instruction calls.

fixes: #63466

@thePunderWoman thePunderWoman added action: review The PR is still awaiting reviews from at least one requested reviewer target: patch This PR is targeted for the next patch release area: compiler Issues related to `ngc`, Angular's template compiler labels Aug 29, 2025
@ngbot ngbot bot modified the milestone: Backlog Aug 29, 2025
The new animations was not correctly looking for the `.` when parsing bindings. This resulted in arbitrary event bindings creating animate.leave instruction calls.

fixes: angular#63466
@thePunderWoman thePunderWoman added action: merge The PR is ready for merge by the caretaker and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Aug 29, 2025
thePunderWoman added a commit that referenced this pull request Aug 29, 2025
…#63470)

The new animations was not correctly looking for the `.` when parsing bindings. This resulted in arbitrary event bindings creating animate.leave instruction calls.

fixes: #63466

PR Close #63470
@thePunderWoman
Copy link
Contributor Author

This PR was merged into the repository. The changes were merged into the following branches:

@thePunderWoman thePunderWoman deleted the animate-compiler branch September 12, 2025 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: compiler Issues related to `ngc`, Angular's template compiler target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EventEmitter names starting with 'animate' trigger animations subsystem error in Angular >=20.2.0
3 participants