Skip to content

Commit

Permalink
chore(release): 7.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Feb 23, 2023
1 parent 5407f92 commit 1772ece
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [7.8.0]

* Remove deprecated property toggleableActiveColor
* Add widget tests for FormBuilderRangeSlider
* Add tests for FormBuilderDateRangePicker
* Add OutlinedBorder shape BorderSide side to FormBuilderCheckbox
* Add FormBuilderFields type alias
* Able to change dynamically field name
* Fix time picker dialog locale
* Provide magnifier configuration parameter to form builder text field

## [7.7.0]

* Added cursorHeight property for form builder text field ([#1112](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/pull/1112))
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.7.0
version: 7.8.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

Expand Down

0 comments on commit 1772ece

Please sign in to comment.