Change8

v21.2.0-rc.0

📦 angularView on GitHub →
4 features🐛 5 fixes🔧 3 symbols

Summary

This release introduces compiler enhancements like exhaustive switch checks and core support for TypeScript 6. The forms module received several updates, including improved native input parsing and fixes for signal forms and custom control handling.

✨ New Features

  • Compiler now performs exhaustive checks for switch blocks.
  • Core now supports TypeScript 6.
  • Forms now supports parsing input from native inputs.
  • Forms now supports binding null to number inputs.

🐛 Bug Fixes

  • Fixed animated element duplication when using dynamic components in zoneless mode.
  • Forms: Fixed clearing parse errors when the model updates.
  • Forms: Fixed preserving custom-control focus context in signal forms.
  • Forms: Fixed supporting custom controls as host directives.
  • Forms: Fixed warning when showing hidden field state.

Affected Symbols