Change8

20.2.0-next.1

📦 angularView on GitHub →
3 features🐛 9 fixes🔧 7 symbols

Summary

This release adds support for TypeScript 5.9 and enhances HttpClient with new fetch options and missing configurations. It also includes several bug fixes for the compiler, router, and change detection mechanisms.

✨ New Features

  • Support for TypeScript 5.9
  • Added referrer and integrity support for fetch requests in httpResource
  • Language service now supports reporting deprecated APIs within templates

🐛 Bug Fixes

  • Fixed incorrect spans for the left side of binary operations in the compiler
  • Implemented more permissive parsing of @ characters in the compiler
  • Inferred type of event target for void elements in compiler-cli
  • Ensured application remains unstable during bootstrap process
  • Fixed InputBinding to correctly mark components as dirty
  • Added missing timeout and transferCache options to HttpClient
  • Suppressed incorrect warnings regarding HttpClient keepalive options when not set to true
  • Ensured preloaded components are properly activated in the router
  • Handled errors originating from view transition readiness in the router

🔧 Affected Symbols

httpResourceHttpClientInputBindingRoutercompilercompiler-clilanguage-service