v21.2.0-next.1
📦 angularView on GitHub →
✨ 4 features🐛 4 fixes🔧 5 symbols
Summary
This release introduces updates across several packages, including new location strategy features, improved signal form error handling, language server file watching support, and router enhancements for navigation and route snapshots.
✨ New Features
- Location strategies now manage trailing slash on write.
- Signal forms now introduce parse errors.
- Language server supports client-side file watching via `onDidChangeWatchedFiles`.
- Router now adds partial ActivatedRouteSnapshot information to `canMatch` parameters.
🐛 Bug Fixes
- Only visible, interactive fields are touched on form submit.
- Error summary in forms is now sorted by DOM order.
- Language service now detects local project version on creation.
- Router no longer intercepts reload events when Navigation integration is active.