Skip to content

Commit

Permalink
Release v3.14.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danvick committed Aug 11, 2020
1 parent 2f546e0 commit a43e72c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
## [3.14.0-alpha.1] - 11-Aug-2020
* Fixed `RangeSemanticFormatterCallback` error. Changed field with `SemanticFormatterCallback`.

## [3.13.2] - 11-Aug-2020
* Added `defaultImage` attribute to `FormBuilderImagePicker`, acts as placeholder. Courtesy [luwenbin8023](https://github.com/luwenbin8023)
* Fix bug in `FormBuilderCheckboxGroup` where `InputDecoration` isn't enabled. Closes #405
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: flutter_form_builder
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.
version: 3.13.2
version: 3.14.0-alpha.1
homepage: https://github.com/danvick/flutter_form_builder

environment:
Expand Down

0 comments on commit a43e72c

Please sign in to comment.