Skip to content

Commit 45998fc

Browse files
chore(release): 9.1.0
1 parent 8d17143 commit 45998fc

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [9.1.0]
2+
3+
### Features
4+
5+
* `FormBuilderFieldText`: Add onTapOutside property
6+
7+
### Fixes
8+
9+
* `FormBuilderField`: Misspelling
10+
* `FormBuilderField`: Remove force validation on autovalidation enables modes
11+
* `FormBuilderField`: Only focus on invalid field when no focus in another field
12+
* `FormBuilderField`: Only focus on invalid field when focusOnInvalid is true
13+
* `FormBuilderFieldDecoration`: Remove readonly property to enable decoration fields
14+
* `FormBuilderDropdown`: Only show dropdown value when has value on items
15+
* `FormBuilderDropdown`: Add deep compare when update dropdown items
16+
* `FormBuilderDateTimePicker`: Check mounted after async
17+
18+
### Others
19+
20+
* Improve readme
21+
* Apply MIT license
22+
* Update gradle config on example
23+
124
## [9.0.0]
225

326
### BREAKING CHANGES

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ packages:
6060
path: ".."
6161
relative: true
6262
source: path
63-
version: "9.0.0"
63+
version: "9.1.0"
6464
flutter_lints:
6565
dependency: "direct dev"
6666
description:

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: 9.0.0
3+
version: 9.1.0
44
repository: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder
55
issue_tracker: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues
66
homepage: https://github.com/flutter-form-builder-ecosystem

0 commit comments

Comments
 (0)