v22.0.3
📦 angularView on GitHub →
🐛 8 fixes🔧 2 symbols
Summary
This release focuses on various bug fixes across multiple packages, including improvements to JIT compilation, error handling in HTTP caching, and support for signals in component downgrading.
🐛 Bug Fixes
- Account for NgModule dependencies in JIT-compiled partial declarations in compiler.
- Removed unused import breaking CI in compiler.
- Report diagnostic instead of crashing on malformed host binding in compiler-cli.
- Avoid uncaught promise errors in injectAsync prefetching in core.
- Prevent caching of responses with Set-Cookie headers in http.
- Preserve referrer in asset requests in service-worker.
- Preserve referrer policy in asset requests in service-worker.
- Support model() signals in downgradeComponent in upgrade.