Skip to content

Commit

Permalink
chore(release): 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Jul 12, 2022
1 parent 72ee95f commit 1cde1b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [7.4.0] - 12-Jul-2022

* Added shape property to FormBuilderChoiceChip
* Added option to remove field values from internal maps when unregistered
* Fix call FormBuilder.onChanged when it has no changes
* Fix set initial values by FormBuilder in FormBuilderFilterChip

## [7.3.1] - 17-Jun-2022

* `initialValue` no longer required in FormBuilderRangeSlider
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ packages:
path: ".."
relative: true
source: path
version: "7.3.1"
version: "7.4.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: 7.3.1
version: 7.4.0
homepage: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder
issue_tracker: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues

Expand Down

0 comments on commit 1cde1b0

Please sign in to comment.