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.2.0
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.2.1
Choose a head ref
  • 9 commits
  • 29 files changed
  • 6 contributors

Commits on Aug 20, 2025

  1. docs: remove IsolatedShadowDom from the 20.2 release (#63281)

    The change has been reverted by #63142
    
    PR Close #63281
    JeanMeche authored and thePunderWoman committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    eb01830 View commit details
    Browse the repository at this point in the history
  2. build: update cross-repo angular dependencies (#63285)

    See associated pull request for more information.
    
    PR Close #63285
    angular-robot authored and thePunderWoman committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    a827f02 View commit details
    Browse the repository at this point in the history
  3. docs: add ai design patterns to adev/ai (#63095)

    PR Close #63095
    devchas authored and thePunderWoman committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    906bce0 View commit details
    Browse the repository at this point in the history
  4. build: update cross-repo angular dependencies (#63286)

    See associated pull request for more information.
    
    PR Close #63286
    angular-robot authored and thePunderWoman committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    a6130e0 View commit details
    Browse the repository at this point in the history
  5. build: enforce frozen lockfile mode (#63260)

    This commit adds `lockfile_mode=error` to the `.bazelrc` file. This change ensures that any future builds will fail if the lock file is not up-to-date with the `BUILD.bazel` file, preventing inconsistencies and encouraging developers to commit updated lock files.
    
    PR Close #63260
    alan-agius4 authored and thePunderWoman committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    11c6385 View commit details
    Browse the repository at this point in the history
  6. build: reenable firefox tests for devtools (#63288)

    Reenable firefox tests for devtools as the spaces issues with path names is addressed post v7 of bazel
    
    PR Close #63288
    josephperrott authored and thePunderWoman committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    9bdb4fe View commit details
    Browse the repository at this point in the history
  7. build: update @angular/ng-dev digest to c93dfc8 (#63290)

    See associated pull request for more information.
    
    PR Close #63290
    angular-robot authored and thePunderWoman committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    65c5a73 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. fix(compiler): Keep paraenthesis in Nullish + Boolean expression. (#6…

    …3292)
    
    Ts 5.9 introduced a regression coming from 5.8 when parenthesis aren't generated for expressions like (`(a ?? b) && c`).
    This fix works around this explicitly specifying that we want to keep those parenthesis that we're aware of in this specific case;
    
    This change can be reverted if the root issue (microsoft/TypeScript#61369) is fixed. (but let's keep the tests in any case for the coverage)
    
    fixes #63287
    
    PR Close #63292
    JeanMeche authored and crisbeto committed Aug 21, 2025
    Configuration menu
    Copy the full SHA
    a28672f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c27fa9 View commit details
    Browse the repository at this point in the history
Loading