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: angular/angular
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20.3.5
Choose a base ref
...
head repository: angular/angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20.3.6
Choose a head ref
  • 20 commits
  • 99 files changed
  • 6 contributors

Commits on Oct 15, 2025

  1. refactor(devtools): remove "changes" entry. (#64338)

    This is just the same value as total time spent. Also it is confusing to some users.
    
    fixes #51206
    
    PR Close #64338
    JeanMeche authored and AndrewKushnir committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    67531d3 View commit details
    Browse the repository at this point in the history
  2. refactor(migrations): unit test signal migration adjustment (#64393)

    Move unit test from spec file to golden test
    
    PR Close #64393
    aparzi authored and AndrewKushnir committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    0bf157c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3643e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69dabdb View commit details
    Browse the repository at this point in the history
  5. build: update pnpm to v10.18.3 (#64432)

    See associated pull request for more information.
    
    PR Close #64432
    angular-robot authored and AndrewKushnir committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    7b65a49 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68d1e29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    684ad17 View commit details
    Browse the repository at this point in the history
  8. build: update cross-repo angular dependencies (#64439)

    See associated pull request for more information.
    
    PR Close #64439
    angular-robot authored and AndrewKushnir committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    43fe755 View commit details
    Browse the repository at this point in the history
  9. docs: update Angular CLI help (#64434)

    Updated Angular CLI help contents.
    
    PR Close #64434
    angular-robot authored and AndrewKushnir committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    e6c0223 View commit details
    Browse the repository at this point in the history
  10. build: update cross-repo angular dependencies (#64447)

    See associated pull request for more information.
    
    PR Close #64447
    angular-robot authored and thePunderWoman committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    60eba9b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dbcc281 View commit details
    Browse the repository at this point in the history
  12. fix(platform-browser): DomEventsPlugin should always be the last pl…

    …ugin to be called for `supports()`. (#50394)
    
    This fixes the issues when `BrowserModule` is not the first module imported.
    
    Fixes #37149 #37850
    
    PR Close #50394
    JeanMeche authored and thePunderWoman committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    2ece428 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2025

  1. Configuration menu
    Copy the full SHA
    136e3de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d159af View commit details
    Browse the repository at this point in the history
  3. build: update cross-repo angular dependencies (#64473)

    See associated pull request for more information.
    
    PR Close #64473
    angular-robot authored and thePunderWoman committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    957fc05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80907b2 View commit details
    Browse the repository at this point in the history
  5. fix(core): update animation scheduling (#64441)

    In some rare cases, it seems the animation queue disappears despite being afterEveryRender. This updates the animation scheduler to be afterNextRender instead and only schedules it when we need to.
    
    fixes: #64423
    
    PR Close #64441
    thePunderWoman committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    911d682 View commit details
    Browse the repository at this point in the history
  6. build: update cross-repo angular dependencies (#64475)

    See associated pull request for more information.
    
    PR Close #64475
    angular-robot authored and thePunderWoman committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    d342601 View commit details
    Browse the repository at this point in the history
  7. refactor(platform-browser): remove unecessary export. (#64469)

    The usage has been removed from g3.
    
    PR Close #64469
    JeanMeche authored and thePunderWoman committed Oct 16, 2025
    Configuration menu
    Copy the full SHA
    b99d028 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1a6375 View commit details
    Browse the repository at this point in the history
Loading