diff --git a/CHANGELOG.md b/CHANGELOG.md index 41efca628..3a23f76a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,22 @@ +# [9.5.0] + +## Fixes + +* #1350: valueTransformer transform values to null +* #1416: Added missing TextField properties to FormBuilderTextField +* #1398: Add hint to FormBuilderDropdown +* #1317: Added new property to form_builder_choice_chip + # 9.4.1 ## Features * `FormBuilderTextField` Add missing fields from TextField +## Other + +* ci: replace deployment jobs for reuse workflow + # 9.4.0 ## Fixes diff --git a/example/pubspec.lock b/example/pubspec.lock index 6099c1dd6..400ae348b 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -60,7 +60,7 @@ packages: path: ".." relative: true source: path - version: "9.4.1" + version: "9.5.0" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 2c69b069e..0c6f7e786 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.4.1 +version: 9.5.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