|
15 | 15 | * Minor improvements and documentation added for LocationField
|
16 | 16 |
|
17 | 17 | ## [4.0.0-pre.3] - 02-Oct-2020
|
18 |
| -* Changed Version naming for release candidates from `-RC.*` to `-pre.*` |
| 18 | +* Changed Version naming for release candidates from `-RC.*` to `-pre.*` |
19 | 19 |
|
20 | 20 | ## [4.0.0-RC.2] - 02-Oct-2020
|
21 | 21 | * More documentation improvements
|
|
59 | 59 | * Fix bug in parsing phone number from `FormBuilderPhoneField.initialValue`
|
60 | 60 |
|
61 | 61 | ## [4.0.0-alpha.9] - 05-Aug-2020
|
62 |
| -* Improved programmatically changing field values. Multiple fields can be updated once |
| 62 | +* Improved programmatically changing field values. Multiple fields can be updated once |
63 | 63 | * Fix conversion to double error in `FormBuilderRating`
|
64 | 64 | * Removed redundant `FormBuilderRadioList` and `FormBuilderCheckboxList` fields
|
65 | 65 | * Other minor fixes from v3 commits
|
|
70 | 70 | * Fixed issue where `FormBuilderRadioGroup` not submitting value
|
71 | 71 |
|
72 | 72 | ## [4.0.0-alpha.7] - 22-Jul-2020
|
73 |
| -* Added new field - `FormBuilderCheckboxGroup`. Closes #188, |
| 73 | +* Added new field - `FormBuilderCheckboxGroup`. Closes #188, |
74 | 74 | * New `FormBuilderRadioGroup` implementation similar to `FormBuilderCheckboxGroup`. Fixes issue where `FormBuilderFieldOption.child` is ignored Closes #335
|
75 | 75 | * Set FocusTraversalGroup policy
|
76 | 76 | * Fixed bug where TextField where `initialValue` from `FormBuilder` is ignored. Closes #370
|
77 | 77 |
|
78 | 78 | ## [4.0.0-alpha.6] - 20-Jul-2020
|
79 |
| -* Added focusNode to all fields. |
| 79 | +* Added focusNode to all fields. |
80 | 80 | * Attempted tab/next support - work in progress
|
81 | 81 | * Request Focus to Field when change is attempted.
|
82 | 82 | * Include guide to programmatically inducing errors to README. Closes #123
|
|
88 | 88 | * Improvements to dirty check for FormBuilderField - fixes autovalidate only when dirty
|
89 | 89 |
|
90 | 90 | ## [4.0.0-alpha.4] - 04-Jul-2020
|
91 |
| -* Added static getter for FormBuilderLocalizations delegate |
92 |
| -* Fix issue where setting app localization is required for built-in validation to work |
| 91 | +* Added static getter for FormBuilderLocalizations delegate |
| 92 | +* Fix issue where setting app localization is required for built-in validation to work |
93 | 93 |
|
94 | 94 | ## [4.0.0-alpha.3] - 01-Jul-2020
|
95 | 95 | * Localize validation error texts
|
|
101 | 101 | * ColorPicker, DateRangePicker, DateTimePicker - set TextField readOnly to true. Prevents keyboard popup
|
102 | 102 | * Improvements to example: break down to several pages; also show code in example app
|
103 | 103 |
|
| 104 | +## [3.14.1] - 24-Oct-2020 |
| 105 | +* Remove phone number validation internally. Closes #499 |
| 106 | +* Include padding option for ChoiceChips. Closes #504 |
| 107 | + |
| 108 | +## [3.14.0] - 02-Oct-2020 |
| 109 | +* Added support for Flutter v1.22 |
| 110 | + |
| 111 | +## [3.14.0-alpha.4] - 30-Sep-2020 |
| 112 | +* Include changes made in v3.13.5 & v3.13.6 |
| 113 | +* Fix build for flutter >=1.21.0-9.1.pre |
| 114 | + |
| 115 | +## [3.13.6] - 25-Sep-2020 |
| 116 | +* Fixed bug in DateRangePicker where user can just pick one date. Closes #434 |
| 117 | +* Fix bug where FormBuilderCheckboxGroup value set to widget.initialValue. Closes #467 |
| 118 | +* Prevent events from happening while picking image with ImagePicker |
| 119 | +* Added null check for val in onSaved and validator |
| 120 | +* Fix `GroupedCheckbox` not disabled when read only |
| 121 | +* Added phone validation and fixed `initialValue` parsing |
| 122 | +* Fix `Image.memory` throwing error when value is `null` |
| 123 | + |
| 124 | +## [3.13.5] - 08-Sep-2020 |
| 125 | +* Fixed bug in `DateRangePicker` where `onChanged` fires before change. Closes #434 |
| 126 | +* Use app's locale for default DateTimePicker display formatting |
| 127 | +* Update to latest `flutter_chips_input`. Fixes #415 |
| 128 | + |
| 129 | +## [3.14.0-alpha.3] - 22-Aug-2020 |
| 130 | +* Include changes made in v3.13.4 |
| 131 | + |
| 132 | +## [3.13.4] - 27-Aug-2020 |
| 133 | +* Fixed bug where `CountryPicker.onSaved` breaks if value is null |
| 134 | +* Fixed bug where `initialValue` not saved |
| 135 | +* Fix for label overflows in `RadioGroup` & `CheckboxGroup` |
| 136 | +* Upgrade to latest `flutter_chips_input`. Fixes bugs in Flutter pre-release channels |
| 137 | + |
| 138 | +## [3.14.0-alpha.2] - 22-Aug-2020 |
| 139 | +* Include changes made in v3.13.3 |
| 140 | + |
| 141 | +## [3.13.3] - 22-Aug-2020 |
| 142 | +* Fix bug where CountryPicker still works in readOnly. Closes #413 |
| 143 | +* Fixed bug where onChanged is not fired in CountryPicker. Closes #424 |
| 144 | +* Allow null initialValue for CountryPicker. Closes #421 |
| 145 | +* Minor improvements for ImagePicker on web platform. Closes #414 |
| 146 | +* Added video tutorial reference to README |
| 147 | + |
| 148 | +## [3.14.0-alpha.1] - 11-Aug-2020 |
| 149 | +* Fixed `RangeSemanticFormatterCallback` error. Changed field with `SemanticFormatterCallback`. |
| 150 | + |
| 151 | +## [3.13.2] - 11-Aug-2020 |
| 152 | +* Added `defaultImage` attribute to `FormBuilderImagePicker`, acts as placeholder. Courtesy [luwenbin8023](https://github.com/luwenbin8023) |
| 153 | +* Fix bug in `FormBuilderCheckboxGroup` where `InputDecoration` isn't enabled. Closes #405 |
| 154 | +* Fix issue where form's initialValue would potentially be ignored. Fixes #341 |
| 155 | + |
| 156 | +## [3.13.1] - 08-Aug-2020 |
| 157 | +* Added default value to `timePickerInitialEntryMode` to be consistent with `showTimePicker` API. Closes #403 |
| 158 | +* Ensure `TextEditingController`s aren't unused and are properly disposed. |
| 159 | +* Use latest version of `flutter_chips_input` with fix for "Bad UTF-8 found..." |
| 160 | + |
| 161 | +## [3.13.0] - 06-Aug-2020 |
| 162 | +* Added support for Flutter v1.20 |
| 163 | + |
| 164 | +## [3.12.3] - 05-Aug-2020 |
| 165 | +* Fixed bug in parsing phone number from `FormBuilderPhoneField`'s `initialValue` |
| 166 | +* Added more TextField options: `toolbarOptions`, `smartQuotesType`, `smartDashesType`, `scrollPhysics`, `enableSuggestions` |
| 167 | +* Fixed `onChanged` bug on TextField |
| 168 | + |
| 169 | +## [3.12.2] - 03-Aug-2020 |
| 170 | +* Convert FormBuilderRating value to double for RatingBar. Closes #392 |
| 171 | + |
| 172 | +## [3.12.1] - 03-Aug-2020 |
| 173 | +* Deprecate `FormBuilderRadio` in favour of `FormBuilderRadioGroup` |
| 174 | +* Deprecate `FormBuilderCheckbox` in favour of `FormBuilderCheckboxGroup` |
| 175 | +* Fix bug `"NoSuchMethodError: invalid member on null: 'initialValue'"` when fields not wrapped in `FormBuilder` |
| 176 | + |
| 177 | +## [3.12.0] - 24-Jul-2020 |
| 178 | +* Added new field `FormBuilderCheckboxGroup`. Closes #188 |
| 179 | +* Removed `group_radio_button` library dependency, made own implementation with label fix. Closes #376, #335 |
| 180 | +* Add web support for ImagePicker. Courtesy of [vin-fandemand](https://github.com/vin-fandemand) |
| 181 | +* Fixed bug where value within `TextEditingController` ignored in `FormBuilderTypeahead` |
| 182 | + |
| 183 | +## [3.11.6] - 20-Jul-2020 |
| 184 | +* Upgraded dependencies |
| 185 | +* Fixed error '`The getter 'initialValue' was called on null`' if no `FormBuilderState` ancestry. Closes #364 |
| 186 | +* Fixed issue where DropdownButton `hint` overlaps with `labelText`. Closes #372 |
| 187 | +* Fix '`initialEntryMode != null`' assertion in DateTimePicker. Closes #373 |
| 188 | + |
| 189 | +## [3.11.5] - 17-Jul-2020 |
| 190 | +* Included more `showDatePicker` function options |
| 191 | +* Fixed bug where `onChanged` not triggered by ImagePicker. Closes #366 |
| 192 | +* Deprecate `underline` for Dropdown. Ignored |
| 193 | +* Added more options for DropdownButton. Closes #153, #337 |
| 194 | +* Type `FormBuilderDropdown` class. Closes #360 |
| 195 | +* Included options to set camera and gallery icons and label. Closes #340 |
| 196 | +* Added `bottomSheetPadding` option for ImagePicker. Closes #339 |
| 197 | + |
| 198 | +## [3.11.4] - 08-Jul-2020 |
| 199 | +* Added text styles options to Slider |
| 200 | +* Re-implement number formatting on Slider field |
| 201 | +* Fix bug in ChoiceChip & FilterChip where using FieldOption label instead of child breaks. Closes #348 |
| 202 | +* Added `labelPadding` and `labelStyle` to ChoiceChip field |
| 203 | +* Fix SignaturePad initialValue. |
| 204 | + |
| 205 | +## [3.11.3] - 21-Jun-2020 |
| 206 | +* Reverted changes to PhoneField causing focus issues |
| 207 | + |
| 208 | +## [3.11.2] - 19-Jun-2020 |
| 209 | +* Deprecated `initialValue` for Signature field - here's no easy way of converting `Uint8List` to `List<Point>`. Use SignatureController to set initial signature |
| 210 | +* Added `displayValues` attribute to Slider and RangeSlider - choose which values to display under the slider |
| 211 | + |
| 212 | +## [3.11.1] - 15-Jun-2020 |
| 213 | +* Bumped up flutter_chips_input version. Contains major fix |
| 214 | +* Fixed bug preventing use of non-String value for `FormBuilderTypeAhead`. |
| 215 | + |
104 | 216 | ## [3.11.0] - 14-Jun-2020
|
105 | 217 | * Added `FormBuilderRadioGroup` field
|
106 | 218 | * Revised ImageSourceSheet to use the new Image Picker api, and added support for web platform.
|
|
0 commit comments