Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bencodezen/angular
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: angular/angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 31 files changed
  • 5 contributors

Commits on Feb 20, 2026

  1. Configuration menu
    Copy the full SHA
    13e019a View commit details
    Browse the repository at this point in the history
  2. refactor(core): enhance AnimationCallbackEvent.animationComplete sign…

    …ature
    
    BREAKING CHANGE: change AnimationCallbackEvent.animationComplete signature
    
    Fixes angular#65613
    goulaheau authored and thePunderWoman committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    b9b5c27 View commit details
    Browse the repository at this point in the history
  3. fix(forms): preserve parse errors when parse returns value

    Fixes angular#67170 by keeping the errors even a value is returned from the parse function.
    cexbrayat authored and thePunderWoman committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    fe25c57 View commit details
    Browse the repository at this point in the history
  4. ci: update ng-dev config and pullapprove

    This updates the pullapprove to remove the auto labeling of requires: TGP and instead moves it to the ng-dev config for pr updates.
    thePunderWoman committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    d7ddebc View commit details
    Browse the repository at this point in the history
  5. fix(common): fix LCP image detection with duplicate URLs

    Addresses an issue where the LCP image observer incorrectly identified LCP elements when the same image URL was used multiple times on a page
    
    Fixes angular#53278
    SkyZeroZx authored and thePunderWoman committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    3874969 View commit details
    Browse the repository at this point in the history
  6. refactor(core): guards stringify calls with ngDevMode

    The `stringify` function is only needed for debugging purposes and
    should not be called in production mode.
    SkyZeroZx authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    c89d94b View commit details
    Browse the repository at this point in the history
Loading