Releases: angular/angular
Releases Β· angular/angular
20.3.16
07 Jan 22:18
Compare
Sorry, something went wrong.
No results found
core
Commit
Description
sanitize sensitive attributes on SVG script elements
19.2.18
07 Jan 22:12
Compare
Sorry, something went wrong.
No results found
core
Commit
Description
sanitize sensitive attributes on SVG script elements
21.1.0-next.4
17 Dec 21:19
Compare
Sorry, something went wrong.
No results found
21.0.6
17 Dec 21:12
Compare
Sorry, something went wrong.
No results found
core
Commit
Description
throw better errors for potential circular references
use mutable ResponseInit type for RESPONSE_INIT token
forms
Commit
Description
pass field directive to class config
rename field to fieldTree in FieldContext and ValidationError
language-service
Commit
Description
avoid interpolation highlighting inside @let
Prevent language service from crashing on suggestion diagnostic errors
Breaking Changes
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 )
VSCode Extension: 21.0.1
17 Dec 21:51
Compare
Sorry, something went wrong.
No results found
fix(language-service): Prevent language service from crashing on suggestion diagnostic errors (5047be4bc1 )
fix(language-service): avoid interpolation highlighting inside @let (e0694df3ec )
fix(vscode-extension): Show warning if multiple versions of Angular are detected in workspace (a41b0ce025 )
21.1.0-next.3
11 Dec 23:54
Compare
Sorry, something went wrong.
No results found
core
Commit
Description
avoid false-positive deprecation when using InjectionToken with factory only
forms
Commit
Description
fix signal forms type error
21.0.5
11 Dec 23:42
Compare
Sorry, something went wrong.
No results found
core
Commit
Description
avoid false-positive deprecation when using InjectionToken with factory only
forms
Commit
Description
fix signal forms type error