Skip to content

Commit 23d8698

Browse files
committed
Improvements to documentation and examples
1 parent bc427b8 commit 23d8698

File tree

7 files changed

+484
-399
lines changed

7 files changed

+484
-399
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [4.0.0-alpha.3] - 01-Jul-2020
2+
* Localize validation error texts
3+
* Dropped `country_picker` package for `country_code_pickers` in PhoneField which supports localized countries
4+
* Allow setting of `InputDecoration.errorText` which invalidates the field. Allows external validation like server validation
5+
* ColorPicker show Hexadecimal code in TextField instead of `Color.toString()`
6+
* Do away with validators attribute, use normal validator instead of list of validators
7+
* Added `FormBuilderValidators.compose()` which composes multiple `FormFieldValidator`s into one
8+
* ColorPicker, DateRangePicker, DateTimePicker - set TextField readOnly to true. Prevents keyboard popup
9+
* Improvements to example: break down to several pages; also show code in example app
10+
111
## [3.11.0] - 14-Jun-2020
212
* Added `FormBuilderRadioGroup` field
313
* Revised ImageSourceSheet to use the new Image Picker api, and added support for web platform.

0 commit comments

Comments
 (0)