v22.1.0-next.4
📦 angularView on GitHub →
🐛 6 fixes🔧 3 symbols
Summary
This release focuses primarily on bug fixes across common, compiler, core, and router modules, improving robustness in handling object properties, parsing, and input migrations.
🐛 Bug Fixes
- Used Object.hasOwn in I18nSelectPipe to correctly handle null-prototype and shadowed mappings.
- Implemented permissive whitespace parsing in default never blocks within the compiler.
- Included toSignal in the debugName transform within compiler-cli.
- Improved input writes migration when running in best effort mode.
- Rejected dynamic script host elements.
- Fixed a malformed jsdoc comment for the RouterLinkWithHref export.