Skip to content

Releases: angular/angular

20.2.0-next.2

23 Jul 21:20
Compare
Choose a tag to compare
20.2.0-next.2 Pre-release
Pre-release

compiler

Commit Description
fix - 7767aa640c allow more characters in square-bracketed attribute names (#62742)
fix - 3171d01452 fix detection of directive deps in JIT (#62666)

compiler-cli

Commit Description
feat - 5abfe4a899 add diagnostic for uninvoked functions in text interpolation (#59191)

core

Commit Description
feat - 6b1f4b9e8b add enter and leave animation instructions (#62682)
feat - cec91c0035 add option to infer the tag names of components in tests (#62283)
feat - 4138aca91f render ARIA property bindings as attributes (#62630)
fix - 593cc8a368 checks if body exists before continuing (#62768)
fix - b8e415a717 fix change tracking for Resource#hasValue (#62595)
fix - 063b5e166f switch check to documentElement with chaining (#62773)

platform-browser

Commit Description
fix - 74d99ed379 resolve component resources before bootstrapping in JIT mode (#62758)

service-worker

Commit Description
feat - 4ac6171b09 Adds support for updateViaCache in provideServiceWorker (#62721)

20.1.3

23 Jul 20:54
Compare
Choose a tag to compare

core

Commit Description
fix - 2c522efbe5 fix change tracking for Resource#hasValue (#62595)

platform-browser

Commit Description
fix - 2fd1f7beb5 resolve component resources before bootstrapping in JIT mode (#62758)

20.1.2

17 Jul 21:47
Compare
Choose a tag to compare

compiler

Commit Description
fix - 8ad10fd63b fix detection of directive deps in JIT (#62666)

20.2.0-next.1

16 Jul 18:10
Compare
Choose a tag to compare
20.2.0-next.1 Pre-release
Pre-release

compiler

Commit Description
fix - a1e3f2bcd1 incorrect spans for left side of binary operation (#62641)
fix - 18a675081f more permissive parsing of @ characters (#62644)

compiler-cli

Commit Description
fix - 527bd778a7 infer type of event target for void elements (#62648)

core

Commit Description
feat - 745ea44394 support TypeScript 5.9 (#62541)
fix - 859958dbfe Ensure application remains unstable during bootstrap (#62631)
fix - 780774f948 InputBinding marks component a dirty. (#62613)

http

Commit Description
feat - be811fee79 add referrer & integrity support for fetch requests in httpResource (#62461)
fix - 1408baff45 Add missing timeout and transferCache options to HttpClient (#62586)
fix - 75a5d08c5e do not display warnings Angular detected that a HttpClientrequest with thekeepalive option was sent using XHR when option is not true (#62536)

language-service

Commit Description
feat - d64dd27a02 support to report the deprecated API in the template (#62054)

router

Commit Description
fix - 9c45c322d1 ensure preloaded components are properly activated (#62502)
fix - e9f215624f handle errors from view transition readiness (#62535)

20.1.1

16 Jul 17:58
Compare
Choose a tag to compare

compiler

Commit Description
fix - 75d2a349b4 incorrect spans for left side of binary operation (#62641)
fix - 70c8780c54 more permissive parsing of @ characters (#62644)

compiler-cli

Commit Description
fix - 9506cdfaad infer type of event target for void elements (#62648)

core

Commit Description
fix - 26ade4a337 Ensure application remains unstable during bootstrap (#62631)
fix - a81f0faa1a InputBinding marks component a dirty. (#62613)

http

Commit Description
fix - 276836ee73 do not display warnings Angular detected that a HttpClientrequest with thekeepalive option was sent using XHR when option is not true (#62536)

router

Commit Description
fix - 5949373692 handle errors from view transition readiness (#62535)

20.2.0-next.0

09 Jul 19:31
Compare
Choose a tag to compare
20.2.0-next.0 Pre-release
Pre-release

http

Commit Description
feat - 1cf9d9064c Add support for fetch referrer & integrity options in HttpClient (#62417)

20.1.0

09 Jul 19:26
Compare
Choose a tag to compare

common

Commit Description
feat - 58aedc37d1 add support for a custom EnvironmentInjector to NgComponentOutlet directive (#54764)
feat - ef10aa4005 support decoding in NgOptimizedImage (#61905)

compiler

Commit Description
feat - 0dcf230d52 add support for new binary assignment operators (#62064)
fix - 5a76826d26 only report parser errors on invalid expression (#61793)
fix - 089ad0ee15 produce more accurate errors for interpolations (#62258)
fix - e9fcbb8af1 remove TypeScript from linker (#61618)

compiler-cli

Commit Description
feat - e62fb359d6 add experimental support for fast type declaration emission (#61334)
feat - 0cf1001715 support host directives with direct external references in fast type declaration emission (#61469)
fix - b7ab5fa256 add signal checks to handle negated calls (#59970)
fix - 77fa204ad1 rename flag for enabling fast type declaration emission (#61353)
fix - c439d6938d symbol builder duplicating host directives (#61240)
fix - 3e1baa5a95 typo in NG2026 message (#61325)

core

Commit Description
feat - 8163a8995e Add destroyed property on DestroyRef (#61849)
feat - 737b35b684 Add destroyed property to EnvironmentInjector (#61951)
feat - 2e0c98bd3f support bindings in TestBed (#62040)
fix - 4356e85456 fakeAsync should not depend on module import order (#61375)
fix - 8424b3bcd5 Fixes template outlet hydration (#61989)
fix - 583b9a7be5 missing useExisting providers throwing for optional calls (#61137)
fix - 8f65223bd8 update min Node.js support to 20.19, 22.12, and 24.0 (#61499)
perf - b785256b9e avoid intermediate arrays in definition (#61445)
perf - 56769de4d8 move property remapping for dom properties to compiler (#62421)

forms

Commit Description
fix - 610bebfce9 Allow ControlState as reset arguments for FormGroup/FormRecord (#55860)
fix - 4f0221e193 improve select performance (#61949)

http

Commit Description
feat - 55fa38a1e5 add cache & priority support for fetch requests in httpResource (#62301)
feat - b6ef42843c add credentials support for fetch requests in httpResource (#62390)
feat - 73269cf5ce add keepalive support for fetch requests in httpResource (#61833)
feat - 27b7ec0a62 add mode & redirect for fetch request in httpResource (#62337)
feat - f0965c7acd Add support for fetch credentials options in HttpClient (#62354)
feat - 87322449a3 add support for fetch mode and redirect options in HttpClient (#62315)
feat - 9791ab1b6f Add support for fetch request cache and priority options (#61766)
feat - aa861c42ff add timeout option on httpResource. (#62326)
feat - c4cffe2063 Add timeout option to HTTP requests (#57194)
feat - cfbbb08437 add warning when withCredentials overrides explicit credentials (#62383)

language-service

Commit Description
feat - 20c1f991e6 add semantic tokens for templates (#60260)
feat - cf55d1bdd4 Support importing the external module's export about the angular metadata. (#61122)
feat - 5d2e85920e support to fix missing required inputs diagnostic (#50911)

router

Commit Description
feat - 9833d9ea47 Run loadComponent and loadChildren functions in the route's injection context (#62133)

service-worker

Commit Description
feat - c67dbda8ff support notification closes (#61442)
feat - 6e1df54799 support push subscription changes (#61856)

20.0.7

09 Jul 18:59
Compare
Choose a tag to compare

compiler-cli

Commit Description
fix - 2c18043240 use proper name for diagnostic type (#62479)

20.1.0-rc.0

01 Jul 17:03
Compare
Choose a tag to compare
20.1.0-rc.0 Pre-release
Pre-release

common

Commit Description
feat - 58aedc37d1 add support for a custom EnvironmentInjector to NgComponentOutlet directive (#54764)

compiler

Commit Description
fix - 089ad0ee15 produce more accurate errors for interpolations (#62258)

http

Commit Description
feat - 55fa38a1e5 add cache & priority support for fetch requests in httpResource (#62301)
feat - b6ef42843c add credentials support for fetch requests in httpResource (#62390)
feat - 27b7ec0a62 add mode & redirect for fetch request in httpResource (#62337)
feat - f0965c7acd Add support for fetch credentials options in HttpClient (#62354)
feat - 87322449a3 add support for fetch mode and redirect options in HttpClient (#62315)
feat - aa861c42ff add timeout option on httpResource. (#62326)
feat - c4cffe2063 Add timeout option to HTTP requests (#57194)
feat - cfbbb08437 add warning when withCredentials overrides explicit credentials (#62383)

20.0.6

01 Jul 16:40
Compare
Choose a tag to compare
release: cut the v20.0.6 release