v21.2.0-next.3
📦 angularView on GitHub →
✨ 6 features🐛 7 fixes🔧 3 symbols
Summary
This release introduces new features like support for nested animations and an 'outlet' injector option for ngTemplateOutlet, alongside various bug fixes across core, forms, and http modules.
✨ New Features
- Added an 'outlet' injector option for ngTemplateOutlet.
- ImageLoaderConfig and built-in loaders now support height.
- Added support for nested animations in core.
- Added 'field' parameter to submit action and onInvalid in forms.
- Added form directive.
- Support for signal-based schemas in validateStandardSchema in forms.
🐛 Bug Fixes
- Added geolocation element to schema in compiler.
- Updated diagnostic to flag no-op arrow functions in listeners in compiler-cli.
- Captured animation dependencies eagerly to avoid destroyed injector in core.
- Correctly handled SkipSelf when resolving from embedded view injector in core.
- Fixed flakey test due to document injection in core.
- Correctly parsed ArrayBuffer and Blob in transfer cache in http.
- Simplified design of parse errors in forms.