8000 Release 20.1.0-rc.0 Β· angular/angular Β· GitHub
[go: up one dir, main page]

Skip to content

20.1.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@thePunderWoman thePunderWoman released this 01 Jul 17:03
· 156 commits to main since this 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)
0