21.0.3
📦 angularView on GitHub →
✨ 1 features🐛 7 fixes🔧 6 symbols
Summary
This release introduces signal transforms for FormUiControl and includes several performance optimizations, such as tree-shaking unused dynamic binding instructions and reducing signal allocations in production. Key fixes address XSRF protection for absolute URLs and dependency injection issues with host directives.
✨ New Features
- Allows transforms on FormUiControl signals
🐛 Bug Fixes
- Avoid allocating an object for signals in production mode in compiler-cli
- Ensure field radio button values are validated as strings
- Run animation queue within the environment injector context
- Fix issue where viewProviders could not be injected when a host directive with providers was present
- Support dynamic [field] bindings in forms
- Enable XSRF protection for same-origin absolute URLs in HTTP module
- Handle errors originating from the view transition finished promise in the router
🔧 Affected Symbols
FormUiControlviewProvidersXSRFrouter.ViewTransitioncompiler-clienvironment injector