Skip to content

Releases: angular/angular

21.2.0-next.3

11 Feb 17:58

Choose a tag to compare

21.2.0-next.3 Pre-release
Pre-release

common

Commit Description
feat - 18003a33bb add an 'outlet' injector option for ngTemplateOutlet
feat - 51cc914807 support height in ImageLoaderConfig and built-in loaders

compiler

Commit Description
fix - 11834a4274 add geolocation element to schema

compiler-cli

Commit Description
fix - 2ea6dfc6c9 update diagnostic to flag no-op arrow functions in listeners

core

Commit Description
feat - ea2016a6dc add support for nested animations
fix - bd2868e915 capture animation dependencies eagerly to avoid destroyed injector
fix - a7e8abbb7e correctly handle SkipSelf when resolving from embedded view injector
fix - e53c8abaf9 Fix flakey test due to document injection

forms

Commit Description
feat - f56bb07d83 add field param to submit action and onInvalid
feat - ba009b6031 add form directive
feat - 24c0c5a180 support signal-based schemas in validateStandardSchema
fix - adfb83146b simplify design of parse errors

http

Commit Description
fix - cb1163e5e5 correctly parse ArrayBuffer and Blob in transfer cache

21.1.4

11 Feb 17:49

Choose a tag to compare

compiler

Commit Description
fix - caab23dfe6 add geolocation element to schema

core

Commit Description
fix - 2b99eaa019 capture animation dependencies eagerly to avoid destroyed injector
fix - d6aeac504c Fix flakey test due to document injection

forms

Commit Description
feat - 0d1acd0165 support signal-based schemas in validateStandardSchema

http

Commit Description
fix - 3905015ccc correctly parse ArrayBuffer and Blob in transfer cache

21.2.0-next.2

05 Feb 00:15

Choose a tag to compare

21.2.0-next.2 Pre-release
Pre-release

core

Commit Description
feat - 8d5210c9fe add ChangeDetectionStrategy.Eager alias for Default
fix - aff9e36a98 linkedSignal.update should propagate errors
fix - 8ab433abdd export DirectiveWithBindings
fix - cab5ddd526 hold constructors weakly in DepsTracker cache
fix - c66a19f0de prevent element duplication with dynamic components

forms

Commit Description
feat - 95ecce8334 allow setting submit options at form-level
feat - 3937afc316 introduce SignalFormControl for Reactive Forms compatibility
feat - dd208ca259 update submit function to accept options object
fix - b1bf535f8e Resolves debounce promise on abort in debounceForDuration

language-service

Commit Description
feat - 496967e7b1 add JSON schema for angularCompilerOptions
feat - 8c21866f49 add linked editing ranges for HTML tag synchronization

localize

Commit Description
fix - 1c3b1cf18d add support for unit-test builder in ng-add schematic

router

Commit Description
feat - cf9620f7d0 Make match options optional in isActive
feat - 907a94dcec Update IsActiveMatchOptions APIs to accept a Partial
fix - 458bc4a2c8 limit UrlParser recursion depth to prevent stack overflow
perf - 3867cd8554 Use .bind to avoid holding other closures in memory

21.1.3

05 Feb 00:06

Choose a tag to compare

core

Commit Description
fix - 2b254bc050 linkedSignal.update should propagate errors
fix - e5110b4fa1 export DirectiveWithBindings
fix - 2cf4da0ea1 hold constructors weakly in DepsTracker cache
fix - 70a5b651be prevent element duplication with dynamic components

forms

Commit Description
fix - 6f75b6e3f6 Resolves debounce promise on abort in debounceForDuration

localize

Commit Description
fix - 4c7126d23b add support for unit-test builder in ng-add schematic

router

Commit Description
fix - d6268c0bbb limit UrlParser recursion depth to prevent stack overflow
perf - 49a36f4cc7 Use .bind to avoid holding other closures in memory

21.2.0-next.1

28 Jan 20:50

Choose a tag to compare

21.2.0-next.1 Pre-release
Pre-release

common

Commit Description
feat - 8bbe6dc46c Add Location strategies to manage trailing slash on write

forms

Commit Description
feat - ebae211add introduce parse errors in signal forms
fix - e682e53113 only touch visible, interactive fields on submit
fix - fb05fc86d0 sort error summary by DOM order

language-server

Commit Description
feat - 6fb39d9b62 Support client-side file watching via onDidChangeWatchedFiles

language-service

Commit Description
fix - 8a7cbd4668 Detect local project version on creation

router

Commit Description
feat - b51bab583d Add partial ActivatedRouteSnapshot information to canMatch params
fix - dbd50be7f7 Do not intercept reload events with Navigation integration

21.1.2

28 Jan 20:36

Choose a tag to compare

forms

Commit Description
fix - 9f99b14882 only touch visible, interactive fields on submit

language-service

Commit Description
fix - c57b0355b5 Detect local project version on creation

router

Commit Description
fix - 21ecdc036a Do not intercept reload events with Navigation integration

21.2.0-next.0

22 Jan 00:44

Choose a tag to compare

21.2.0-next.0 Pre-release
Pre-release

compiler

Commit Description
feat - 72534e2a34 Add support for the instanceof binary operator
feat - 04ba09a8d9 support AstVisitor.visitEmptyExpr()
fix - ce80136e7b optimize away unnecessary restore/reset view calls
fix - 3242a61bae variable counter visiting some expressions twice

compiler-cli

Commit Description
fix - 473dd3e1cb attach source spans to object literal keys in TCB
fix - a904d9f77b support nested component declaration

core

Commit Description
feat - 92d2498910 add host node to DeferBlockData (#66546)
feat - 1ba9b7ac50 resource composition via snapshots
feat - d9923b72a2 support arrow functions in expressions
fix - ed78fa05c7 Remove note to skip arrow functions in best practices

forms

Commit Description
feat - 95c386469c Add passing focus options to form field

language-server

Commit Description
feat - ebc90c26f5 Add completions and hover info for inline styles
feat - 26fd0839c3 Add folding range support for inline styles
feat - 573aadef7e Add quick info for inline styles

VSCode Extension: 21.1.1

22 Jan 18:32
27eeff9

Choose a tag to compare

  • fix(vscode-extension): add syntax highlighting for arrow functions (a649fc8f57)
  • fix(vscode-extension): add syntax highlighting for spread/rest expressions (8f16846dd9)

21.1.1

21 Jan 21:58

Choose a tag to compare

compiler-cli

Commit Description
fix - 0e1f1ed573 drop .tsx extension for generated relative imports

core

Commit Description
fix - 05adfcf8f2 handle Set in class bindings

forms

Commit Description
feat - d89a80a970 Ability to manually register a form field binding in signal forms
fix - cb75f9ce85 fix control value syncing on touch

21.1.0

14 Jan 19:44

Choose a tag to compare

common

Commit Description
feat - d8790972be Add custom transformations for Cloudflare and Cloudinary image loaders
feat - a6b8cb68af support custom transformations in ImageKit and Imgix loaders

compiler

Commit Description
feat - 640693da8e Add support for multiple swich cases matching
fix - 0ad3adc7c6 Support empty cases

core

Commit Description
feat - 99ad18a4ee Add stability debugging utility
feat - a0dfa5fa86 support rest arguments in function calls
feat - 6e18fa8bc9 support spread elements in array literals
feat - e407280ab5 support spread expressions in object literals
fix - 06be8034bb Microtask scheduling should be used after any application synchronization
fix - b4f584cf42 return StaticProvider for providePlatformInitializer

forms

Commit Description
feat - 1ea5c97703 allow focusing bound control from field state

platform-browser

Commit Description
feat - ec9dc94cee add context to createApplication
feat - ab67988d2e resolve JIT resources in createApplication

router

Commit Description
feat - 5edceffd04 add controls for route cleanup
feat - a03c82564d Add scroll behavior controls on router navigation
feat - e44839b016 Add standalone function to create a comptued for isActive
feat - c25d749d85 Execute RunGuardsAndResolvers function in injection context
feat - 1c00ab42f8 extend paramters of RedirectFunction to include paramMap and queryParamMap
feat - 7003e8d241 Publish Router's integration with platform Navigation API as experimental
feat - c84d372778 Support wildcard params with segments trailing (#64737)

upgrade

Commit Description
refactor - 75fe8f8af9 deprecate VERSION export

Deprecations

upgrade

  • VERSION from @angular/upgrade is deprecated. Please use the entry from @angular/upgrade/static instead.