Skip to content

Commit d1c9fb6

Browse files
committed
Updated changelog for v1.5.0
1 parent 16767fd commit d1c9fb6

File tree

3 files changed

+62
-48
lines changed

3 files changed

+62
-48
lines changed

.idea/workspace.xml

Lines changed: 55 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.5.0] - 20-March-2019
2+
* Now using `datetime_picker_formfield` plugin from pub for DatePicker and TimePicker. Should close [#33](https://github.com/danvick/flutter_form_builder/issues/33)
3+
* Added new `FormBuilderInput` - DateTimePicker
4+
* **Breaking change**: DatePicker, TimePicker & DateTimePicker now return an object of type `DateTime` instead of `String`
5+
* Upgraded `flutter_typeahead` from v0.5.1 to v1.2.1 - comes with more optimization options
6+
17
## [1.4.0] - 29-Jan-2019
28
* The entire form or individual controls can now be made readonly by making `readonly` property to `true`. Default value is `false`. Closes [#11](https://github.com/danvick/flutter_form_builder/issues/11) and[#16](https://github.com/danvick/flutter_form_builder/issues/16)
39

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 components such as TextField (With number, url, email validation), DropDown, TypeAhead, Radios, Checkboxes
3-
version: 1.4.0
3+
version: 1.5.0
44
author: Danvick Miller <[email protected]>
55
homepage: https://github.com/danvick/flutter_form_builder
66

0 commit comments

Comments
 (0)