You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/flutter_form_builder/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,16 @@
15
15
## [7.0.0-alpha.0] - 16-May-2021
16
16
* Split up packages - removed fields and validation from core
17
17
18
+
## [6.2.1] - 27-Oct-2021
19
+
* Fixed bug where `didChange` and `reset` on FormBuilderCheckboxGroup has no visible effect
20
+
18
21
## [6.2.0] - 21-Oct-2021
19
22
* Fixed `didChange` unable to handle null value in `FormBuilderTextField`
20
23
21
24
**BREAKING CHANGE**
22
25
* Added new attribute - `autoFocusOnValidationFailure` (default: `false`) - to FormBuilder to set whether should scroll to first error if validation fails
23
26
27
+
24
28
## [6.1.0] - 01-Sep-2021
25
29
* When form validation fails, automatically scroll to first error
26
30
* New way to programmatically induce custom errors by calling `GlobalKey<FormBuilderState>.invalidateField()` or `GlobalKey<FormBuilderFieldState>.invalidate()`
0 commit comments