v21.2.2
📦 angularView on GitHub →
✨ 1 features🐛 3 fixes🔧 2 symbols
Summary
This release includes bug fixes across the compiler and compiler-cli, notably preventing mutation in RecursiveVisitor and improving code coverage reporting. A new 'blur' option was added to the forms debounce rule.
✨ New Features
- Add 'blur' option to debounce rule in forms.
🐛 Bug Fixes
- Prevent mutation of children array in RecursiveVisitor within compiler.
- Always parenthesize object literals in TCB within compiler-cli.
- Ignore generated ngDevMode signal branch for code coverage in compiler-cli.