Releases: angular/angular
Releases Β· angular/angular
20.2.0-next.0
http
| Commit | Description |
|---|---|
| Add support for fetch referrer & integrity options in HttpClient (#62417) |
20.1.0
common
| Commit | Description |
|---|---|
| add support for a custom EnvironmentInjector to NgComponentOutlet directive (#54764) | |
| support decoding in NgOptimizedImage (#61905) |
compiler
| Commit | Description |
|---|---|
| add support for new binary assignment operators (#62064) | |
| only report parser errors on invalid expression (#61793) | |
| produce more accurate errors for interpolations (#62258) | |
| remove TypeScript from linker (#61618) |
compiler-cli
| Commit | Description |
|---|---|
| add experimental support for fast type declaration emission (#61334) | |
| support host directives with direct external references in fast type declaration emission (#61469) | |
| add signal checks to handle negated calls (#59970) | |
| rename flag for enabling fast type declaration emission (#61353) | |
| symbol builder duplicating host directives (#61240) | |
| typo in NG2026 message (#61325) |
core
| Commit | Description |
|---|---|
Add destroyed property on DestroyRef (#61849) |
|
Add destroyed property to EnvironmentInjector (#61951) |
|
| support bindings in TestBed (#62040) | |
| fakeAsync should not depend on module import order (#61375) | |
| Fixes template outlet hydration (#61989) | |
| missing useExisting providers throwing for optional calls (#61137) | |
| update min Node.js support to 20.19, 22.12, and 24.0 (#61499) | |
| avoid intermediate arrays in definition (#61445) | |
| move property remapping for dom properties to compiler (#62421) |
forms
| Commit | Description |
|---|---|
Allow ControlState as reset arguments for FormGroup/FormRecord (#55860) |
|
| improve select performance (#61949) |
http
| Commit | Description |
|---|---|
| add cache & priority support for fetch requests in httpResource (#62301) | |
| add credentials support for fetch requests in httpResource (#62390) | |
| add keepalive support for fetch requests in httpResource (#61833) | |
| add mode & redirect for fetch request in httpResource (#62337) | |
| Add support for fetch credentials options in HttpClient (#62354) | |
| add support for fetch mode and redirect options in HttpClient (#62315) | |
| Add support for fetch request cache and priority options (#61766) | |
| add timeout option on httpResource. (#62326) | |
| Add timeout option to HTTP requests (#57194) | |
| add warning when withCredentials overrides explicit credentials (#62383) |
language-service
| Commit | Description |
|---|---|
| add semantic tokens for templates (#60260) | |
| Support importing the external module's export about the angular metadata. (#61122) | |
| support to fix missing required inputs diagnostic (#50911) |
router
| Commit | Description |
|---|---|
Run loadComponent and loadChildren functions in the route's injection context (#62133) |
service-worker
| Commit | Description |
|---|---|
| support notification closes (#61442) | |
| support push subscription changes (#61856) |
20.0.7
20.1.0-rc.0
common
| Commit | Description |
|---|---|
| add support for a custom EnvironmentInjector to NgComponentOutlet directive (#54764) |
compiler
| Commit | Description |
|---|---|
| produce more accurate errors for interpolations (#62258) |
http
| Commit | Description |
|---|---|
| add cache & priority support for fetch requests in httpResource (#62301) | |
| add credentials support for fetch requests in httpResource (#62390) | |
| add mode & redirect for fetch request in httpResource (#62337) | |
| Add support for fetch credentials options in HttpClient (#62354) | |
| add support for fetch mode and redirect options in HttpClient (#62315) | |
| add timeout option on httpResource. (#62326) | |
| Add timeout option to HTTP requests (#57194) | |
| add warning when withCredentials overrides explicit credentials (#62383) |
20.0.6
release: cut the v20.0.6 release
20.1.0-next.3
compiler
| Commit | Description |
|---|---|
| add support for new binary assignment operators (#62064) |
compiler-cli
| Commit | Description |
|---|---|
| add suggestion when pipe is missing (#62146) | |
| handle initializer APIs wrapped in type casts (#62203) |
core
| Commit | Description |
|---|---|
Add destroyed property to EnvironmentInjector (#61951) |
|
| allow to set a resource in an error state (#62253) | |
avoid injecting ErrorHandler from a destroyed injector (#61886) |
|
| unable to retrieve defer blocks in tests when component injects ViewContainerRef (#62156) |
http
| Commit | Description |
|---|---|
| add keepalive support for fetch requests in httpResource (#61833) | |
| Add support for fetch request cache and priority options (#61766) |
language-service
| Commit | Description |
|---|---|
| add semantic tokens for templates (#60260) | |
| support to fix missing required inputs diagnostic (#50911) |
router
| Commit | Description |
|---|---|
Run loadComponent and loadChildren functions in the route's injection context (#62133) |
|
| handle scrollRestoration error in restricted environments (#62186) |
upgrade
| Commit | Description |
|---|---|
| Make zoneless work with hybrid apps (#61660) |
20.0.5
compiler-cli
| Commit | Description |
|---|---|
| add suggestion when pipe is missing (#62146) | |
| handle initializer APIs wrapped in type casts (#62203) |
core
| Commit | Description |
|---|---|
| allow to set a resource in an error state (#62253) | |
avoid injecting ErrorHandler from a destroyed injector (#61886) |
|
| unable to retrieve defer blocks in tests when component injects ViewContainerRef (#62156) |
router
| Commit | Description |
|---|---|
| handle scrollRestoration error in restricted environments (#62186) |
upgrade
| Commit | Description |
|---|---|
| Make zoneless work with hybrid apps (#61660) |
20.1.0-next.2
core
| Commit | Description |
|---|---|
| support bindings in TestBed (#62040) | |
| Fixes template outlet hydration (#61989) | |
inject APP_ID before injector is destroyed (#61885) |
|
| Wrap ErrorEvent with no error property (#62081) |
migrations
| Commit | Description |
|---|---|
| more robust trailing comma removal in unused imports migration (#62118) |
20.0.4
20.1.0-next.1
common
| Commit | Description |
|---|---|
| support decoding in NgOptimizedImage (#61905) |
compiler-cli
| Commit | Description |
|---|---|
| add signal checks to handle negated calls (#59970) |
core
| Commit | Description |
|---|---|
| components marked for traversal resets reactive context (#61663) | |
unregister onDestroy in outputToObservable (#61882) |
forms
| Commit | Description |
|---|---|
| improve select performance (#61949) |