Skip to content

Commit 3e980ac

Browse files
committed
Released v3.9.0
1 parent 7342b9f commit 3e980ac

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.9.0] - 03-May-2020
2+
* New field type `FormBuilderImagePicker`
3+
* Switched rating package from [sy_flutter_widgets](https://pub.dev/packages/form_builder_map_field) to [sy_flutter_widgets](https://pub.dev/packages/rating_bar) with more configuration options
4+
* Added option to `showCheckmark` for FormBuilderFilterChip, along with other options. Closes #260
5+
* Added option to `allowEmpty` in `minLength` and `maxLength` validations. Closes #259
6+
* Fixed bug where `locale`, `textDirection`, `useRootNavigator` & `builder` not passed down to `showDatePicker()` and `showTimePicker()`
7+
* Assert `initialValue` is `null` or `controller` is `null` for `FormBuilderTextField`. Closes #258
8+
19
## [3.8.3] - 15-Apr-2020
210
* Fix bug where `onChange` in FormBuilderDateTimePicker doesn't fire when field is cleared. Closes #254
311
* Fix `The method 'dispose' was called on null.` issue in FormBuilderTypeAhead. Closes #256

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: Package to build Material Form with fields like TextField, DropDown, Switches etc. with ability to create custom FormFields and composability and reuse validation functions.
3-
version: 3.8.3
3+
version: 3.9.0
44
author: Danvick Miller <[email protected]>
55
homepage: https://github.com/danvick/flutter_form_builder
66

0 commit comments

Comments
 (0)