Skip to content

Commit d8b99f0

Browse files
committed
added all features and changes and fixed version
1 parent ffa850f commit d8b99f0

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
1-
# [9.4.2]
1+
# [9.5.0]
22

33
## Fixes
44

5-
* #1350 valueTransformer transform values to null
5+
* #1350: valueTransformer transform values to null
6+
* #1416: Added missing TextField properties to FormBuilderTextField
7+
* #1398: Add hint to FormBuilderDropdown
8+
* #1317: Added new property to form_builder_choice_chip
69

710
# 9.4.1
811

912
## Features
1013

1114
* `FormBuilderTextField` Add missing fields from TextField
1215

16+
## Other
17+
18+
* ci: replace deployment jobs for reuse workflow
19+
1320
# 9.4.0
1421

1522
## Fixes

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ packages:
6060
path: ".."
6161
relative: true
6262
source: path
63-
version: "9.4.2"
63+
version: "9.5.0"
6464
flutter_lints:
6565
dependency: "direct dev"
6666
description:

pubspec.yaml

+1-1
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.4.2
3+
version: 9.5.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)