Skip to content

Commit

Permalink
added all features and changes and fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
andresthinkme committed Oct 11, 2024
1 parent ffa850f commit d8b99f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# [9.4.2]
# [9.5.0]

## Fixes

* #1350 valueTransformer transform values to null
* #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
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.4.2"
version: "9.5.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.4.2
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
Expand Down

0 comments on commit d8b99f0

Please sign in to comment.