Skip to content

Conversation

@angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Dec 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@angular/common (source) 21.0.5 -> 21.0.6 age adoption passing confidence
@angular/compiler (source) 21.0.5 -> 21.0.6 age adoption passing confidence
@angular/compiler-cli (source) 21.0.5 -> 21.0.6 age adoption passing confidence
@angular/core (source) 21.0.5 -> 21.0.6 age adoption passing confidence
@angular/forms (source) 21.0.5 -> 21.0.6 age adoption passing confidence
@angular/localize 21.0.5 -> 21.0.6 age adoption passing confidence
@angular/platform-browser (source) 21.0.5 -> 21.0.6 age adoption passing confidence
@angular/platform-browser-dynamic (source) 21.0.5 -> 21.0.6 age adoption passing confidence
@angular/platform-server (source) 21.0.5 -> 21.0.6 age adoption passing confidence
@angular/router (source) 21.0.5 -> 21.0.6 age adoption passing confidence

Release Notes

angular/angular (@​angular/common)

v21.0.6

Compare Source

Breaking Changes (affecting only experimental features)

forms
  • The shape of SignalFormsConfig.classes has changed

    Previously each function in the classes map took a FieldState. Now
    it takes a Field directive.

    For example if you previously had:

    provideSignalFormsConfig({
      classes: {
        'my-valid': (state) => state.valid()
      }
    })
    

    You would need to update to:

    provideSignalFormsConfig({
      classes: {
        'my-valid': ({state}) => state().valid()
      }
    })
    

    (cherry picked from commit 348f149)

  • (cherry picked from commit ae0c590)

core
Commit Type Description
4c8fb3631d fix throw better errors for potential circular references
48492524ea fix use mutable ResponseInit type for RESPONSE_INIT token
forms
Commit Type Description
81772b420d feat pass field directive to class config
729b96476b refactor rename field to fieldTree in FieldContext and ValidationError
language-service
Commit Type Description
e0694df3ec fix avoid interpolation highlighting inside @​let
5047be4bc1 fix Prevent language service from crashing on suggestion diagnostic errors

  • If you want to rebase/retry this PR, check this box

See associated pull request for more information.
@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels Dec 17, 2025
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: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant