Skip to content

Commit b15f56d

Browse files
Merge pull request #1084 from flutter-form-builder-ecosystem/release/7.4.0
chore(release): 7.4.0
2 parents 72ee95f + 1cde1b0 commit b15f56d

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [7.4.0] - 12-Jul-2022
2+
3+
* Added shape property to FormBuilderChoiceChip
4+
* Added option to remove field values from internal maps when unregistered
5+
* Fix call FormBuilder.onChanged when it has no changes
6+
* Fix set initial values by FormBuilder in FormBuilderFilterChip
7+
18
## [7.3.1] - 17-Jun-2022
29

310
* `initialValue` no longer required in FormBuilderRangeSlider

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ packages:
6868
path: ".."
6969
relative: true
7070
source: path
71-
version: "7.3.1"
71+
version: "7.4.0"
7272
flutter_lints:
7373
dependency: "direct dev"
7474
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: 7.3.1
3+
version: 7.4.0
44
homepage: 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

0 commit comments

Comments
 (0)