angulardart_forms 6.2.2
angulardart_forms: ^6.2.2 copied to clipboard
Reactive forms framework for AngularDart with FormControl, FormGroup, validators, and form state management.
6.2.2 #
- Fix: Restore pub.dev score to 150+ points (+30 pts)
- Migrate dart:js_util → package:web for WASM compatibility: +10pts
- Improve pubspec description: +10pts
- Add example directory: +10pts
6.2.1 #
- Fix: Republish for compatibility with corrected angulardart 9.2.1
6.2.0 #
- Add: Compatibility with SSR and hybrid rendering modes
- Fix: Use wide version notation for all dev_dependencies (mockito, lints)
6.0.3 #
- Fix: Updated dependency constraints for compatibility with angulardart 9.x ecosystem
6.0.2 #
- Add community-maintained disclaimer to README
6.0.1 #
- Fix: Update tests for package:web API (innerHtml → innerHTML, NodeList[] → .item())
- Widen version constraints
6.0.0 #
- BREAKING: Migrate from
dart:htmltopackage:web - All form directive types updated to package:web
- InputElement → web.HTMLInputElement
- SelectElement → web.HTMLSelectElement
- HtmlElement → web.HTMLElement
- Event constructor: canBubble → EventInit()..bubbles = true
- Requires angulardart ^9.0.0
5.2.0 #
- Previous stable release