Sourced from @angular/compiler-cli
's releases.
20.0.3
No release notes provided.
20.0.2
core
Commit Description components marked for traversal resets reactive context (#61663) unregister onDestroy
inoutputToObservable
(#61882)20.0.1
compiler
Commit Description move defer trigger assertions out of parser (#61747) recover invalid parenthesized expressions (#61815) core
Commit Description takeUntilDestroyed
completes immediately if DestroyRef already destroyed (#61847)produce an error when incremental hydration is expected, but not configured (#61741) properly handle the case where getSignalGraph is called on a componentless NodeInjector (#60772) unregister onDestroy
inResourceImpl
whendestroy()
is called (#61870)unregister onDestroy
when observable errors intoSignal
(#61596)migrations
Commit Description avoid trailing whitespaces in unused imports migration (#61698) service-worker
Commit Description prevent duplicate fetches during concurrent update checks (#61443) update service worker to handle seeking better for videos (#60029) 20.0.0
Blog post: https://blog.angular.dev/announcing-angular-v20-b5c9c06cf301
common
Commit Description accept undefined inputs in NgTemplateOutlet (#61404) Allow passing ScrollOptions to ViewportScroller (#61002) throw error for suspicious date patterns (#59798) cleanup updateLatestValue
if view is destroyed before promise resolves (#58041)Handle errors in async pipe subscriptions (#60057) issue a warning instead of an error when NgOptimizedImage
exceeds the preload limit (#60879)rename httpResource function in factory (#60022) resolve host binding type issues (#60481) compiler
| Commit | Description |
... (truncated)
Sourced from @angular/compiler-cli
's changelog.
20.0.3 (2025-06-11)
20.0.2 (2025-06-06)
core
Commit Type Description 1e8158baee fix components marked for traversal resets reactive context (#61663) 1cd23be57e fix unregister onDestroy
inoutputToObservable
(#61882)20.1.0-next.0 (2025-06-04)
compiler
Commit Type Description 5a76826d26 fix only report parser errors on invalid expression (#61793) e9fcbb8af1 fix remove TypeScript from linker (#61618) compiler-cli
Commit Type Description e62fb359d6 feat add experimental support for fast type declaration emission (#61334) 0cf1001715 feat support host directives with direct external references in fast type declaration emission (#61469) 77fa204ad1 fix rename flag for enabling fast type declaration emission (#61353) c439d6938d fix symbol builder duplicating host directives (#61240) 3e1baa5a95 fix typo in NG2026 message (#61325) core
Commit Type Description 8163a8995e feat Add destroyed
property onDestroyRef
(#61849)4356e85456 fix fakeAsync should not depend on module import order (#61375) 583b9a7be5 fix missing useExisting providers throwing for optional calls (#61137) 8f65223bd8 fix update min Node.js support to 20.19, 22.12, and 24.0 (#61499) b785256b9e perf avoid intermediate arrays in definition (#61445) forms
Commit Type Description 610bebfce9 fix Allow ControlState as reset arguments for FormGroup
/FormRecord
(#55860)language-service
Commit Type Description cf55d1bdd4 feat Support importing the external module's export about the angular metadata. (#61122) service-worker
Commit Type Description c67dbda8ff feat support notification closes (#61442) 6e1df54799 feat support push subscription changes (#61856)
... (truncated)
8fc96a7
build: migrate partial compliance tests to rules_js
(#61895)8564cf4
build: replace all ng_package
with new rule from rules_angular
(#61862)a24fb53
build: remove packages/bazel
(#61862)a9a7654
build: migrate packages/compiler-cli
to ts_project
(#61862)49e273a
build: update all non-major dependencies (#61701)9e16d9c
build: update dependency yargs to v18 (#61770)66a0ec6
fix(compiler): move defer trigger assertions out of parser (#61747)8461488
refactor(compiler-cli): export type used by migrations (#61697)c7ac9df
build: ensure compiler is properly picked up as runtime dep of compiler-clie9987f2
build: update api-gen to work with compiler as ts_project