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: g3
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.
  • 20 commits
  • 85 files changed
  • 10 contributors

Commits on Feb 5, 2026

  1. Configuration menu
    Copy the full SHA
    8fe34e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3229b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2026

  1. build: lock file maintenance

    See associated pull request for more information.
    angular-robot authored and AndrewKushnir committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    91ed22c View commit details
    Browse the repository at this point in the history
  2. docs: improve type safety in custom validator documentation

    Replace `field: any` with proper SchemaPath typing in Signal Forms custom
    validation examples to match built-in validator patterns.
    
    fixes: #66887
    
    Update adev/src/content/guide/forms/signals/validation.md
    
    Co-authored-by: Matthieu Riegler <kyro38@gmail.com>
    2 people authored and AndrewKushnir committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    ff2c005 View commit details
    Browse the repository at this point in the history
  3. ci: exclude standard_schema from sync.

    This file isn't sync into G3 and this should prevent the CI from requiring a presubmit when the file is modified.
    JeanMeche authored and AndrewKushnir committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    3e2ed30 View commit details
    Browse the repository at this point in the history
  4. build: remove dagre-d3-es pnpm patch from MODULE.bazel

    This file no longer exist
    alan-agius4 authored and AndrewKushnir committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    85dd096 View commit details
    Browse the repository at this point in the history
  5. build: update all github actions

    See associated pull request for more information.
    angular-robot authored and AndrewKushnir committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    ec6334d View commit details
    Browse the repository at this point in the history
  6. build: update rules_browsers digest to e08ae33

    See associated pull request for more information.
    angular-robot authored and AndrewKushnir committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    407ab1a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6883889 View commit details
    Browse the repository at this point in the history
  8. test(compiler): remove zone-based testing utilities

    Removes usages of zone-based helpers such as
    `waitForAsync` as part of the migration to zoneless tests.
    
    Completes the transition to zoneless.
    SkyZeroZx authored and AndrewKushnir committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    2a0241a View commit details
    Browse the repository at this point in the history
  9. docs: update cross-repo adev docs

    Updated Angular adev cross repo docs files.
    angular-robot authored and AndrewKushnir committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    6fa2270 View commit details
    Browse the repository at this point in the history
  10. docs: use self-closing tag

    Aligns template syntax with modern Angular recommendations and improves readability.
    MeAkib authored and AndrewKushnir committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    12afc1d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e79e799 View commit details
    Browse the repository at this point in the history
  12. build: update dependency jsdom to v28

    See associated pull request for more information.
    angular-robot authored and AndrewKushnir committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    8a3f312 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fd5ff5c View commit details
    Browse the repository at this point in the history
  14. fix(devtools): signal node value preview for afterRenderEffect

    Render an arrow function (`() => {}`) in the signal nodes in the graph that represent `afterRenderEffect`s.
    hawkgs authored and AndrewKushnir committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    64d34da View commit details
    Browse the repository at this point in the history
  15. docs: Images not show

    Fixed path in optimization image tutorial
    aparzi authored and AndrewKushnir committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    6550b9d View commit details
    Browse the repository at this point in the history
  16. refactor(language-service): use type-only TypeScript imports in some …

    …files
    
    Standardize on `import type ts from 'typescript'` across several files
    in the language-service package.
    
    This ensures that these files do not have a runtime dependency on a
    specific version of the TypeScript module, instead relying on the
    instance provided by the host during initialization.
    
    Note: This change is not comprehensive. Several files still require
    runtime access to the TypeScript module and will require further
    refactoring to fully decouple the dependency.
    clydin authored and AndrewKushnir committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    108252b View commit details
    Browse the repository at this point in the history
  17. fix(compiler-cli): update diagnostic to flag no-op arrow functions in…

    … listeners
    
    Based on the discussion in #66294: now that we support arrow functions in event listeners, developers may write out something like `(click)="() => expr"` which will be a no-op. These changes update the existing diagnostic for uninvoked expressions in listeners to account for it.
    crisbeto authored and AndrewKushnir committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    2ea6dfc View commit details
    Browse the repository at this point in the history
  18. feat(forms): support signal-based schemas in validateStandardSchema

    Allow `validateStandardSchema()` to consume a computed schema so
    validation rules stay in sync when the schema changes over time.
    
    This supports schemas stored in computed signals (e.g. zod schemas that
    depend on input signals) and ensures the effective schema updates after
    initialization instead of being captured once.
    
    Fixes #66867
    SkyZeroZx authored and AndrewKushnir committed Feb 6, 2026
    Configuration menu
    Copy the full SHA
    24c0c5a View commit details
    Browse the repository at this point in the history
Loading