Skip to content

Commit 940dfa8

Browse files
committed
chore: release v6.2.0
1 parent efe3feb commit 940dfa8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.2.0] - 21-Oct-2021
2+
* Fixed `didChange` unable to handle null value in `FormBuilderTextField`
3+
4+
**BREAKING CHANGE**
5+
* Added new attribute - `autoFocusOnValidationFailure` (default: `false`) - to FormBuilder to set whether should scroll to first error if validation fails
6+
7+
18
## [6.1.0] - 01-Sep-2021
29
* When form validation fails, automatically scroll to first error
310
* New way to programmatically induce custom errors by calling `GlobalKey<FormBuilderState>.invalidateField()` or `GlobalKey<FormBuilderFieldState>.invalidate()`

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_form_builder
22
description: This package helps in creation of forms in Flutter by removing the boilerplate code, reusing validation, react to changes, and collect final user input.
3-
version: 6.1.0+1
3+
version: 6.2.0
44
homepage: https://github.com/danvick/flutter_form_builder
55

66
environment:

0 commit comments

Comments
 (0)