v21.2.5
📦 angularView on GitHub →
🐛 7 fixes
Summary
This release focuses on various bug fixes across the compiler, compiler-cli, core, and service-worker modules, including improvements to compilation, type checking, HMR handling, and asset request policies.
Migration Steps
- Migrations: If you were using NgStyle, ensure no trailing comma syntax errors remain after migration, as this fix prevents them.
🐛 Bug Fixes
- Compiler: Ensured generated code compiles.
- Compiler: Fixed parsing of named HTML entities containing digits.
- Compiler-CLI: Escaped template literal in TCB (Type Check Block).
- Compiler-CLI: Fixed incorrect filling out of generic types in the type check block.
- Core: Cleaned up dehydrated views during HMR component replacement.
- Core: Fixed linked signal equality check to run without a reactive consumer.
- Service Worker: Preserved redirect policy on reconstructed asset requests.