Skip to content

Commit

Permalink
chore(release): 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Jul 22, 2023
1 parent 8d17143 commit 45998fc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [9.1.0]

### Features

* `FormBuilderFieldText`: Add onTapOutside property

### Fixes

* `FormBuilderField`: Misspelling
* `FormBuilderField`: Remove force validation on autovalidation enables modes
* `FormBuilderField`: Only focus on invalid field when no focus in another field
* `FormBuilderField`: Only focus on invalid field when focusOnInvalid is true
* `FormBuilderFieldDecoration`: Remove readonly property to enable decoration fields
* `FormBuilderDropdown`: Only show dropdown value when has value on items
* `FormBuilderDropdown`: Add deep compare when update dropdown items
* `FormBuilderDateTimePicker`: Check mounted after async

### Others

* Improve readme
* Apply MIT license
* Update gradle config on example

## [9.0.0]

### BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ packages:
path: ".."
relative: true
source: path
version: "9.0.0"
version: "9.1.0"
flutter_lints:
dependency: "direct dev"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_form_builder
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.
version: 9.0.0
version: 9.1.0
repository: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder
issue_tracker: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues
homepage: https://github.com/flutter-form-builder-ecosystem
Expand Down

0 comments on commit 45998fc

Please sign in to comment.