|
| 1 | +## [8.1.0] - 18-May-2022 |
| 2 | + |
| 3 | +* Bump up `dropdown_search` package version |
| 4 | +* Export the whole `dropdown_search` package |
| 5 | + |
| 6 | +## [8.0.1] - 17-May-2022 |
| 7 | + |
| 8 | +* Add missing attributes for `FormBuilderSearchableDropdown` |
| 9 | + |
| 10 | +## [8.0.0] - 16-May-2022 |
| 11 | + |
| 12 | +* Flutter 3 compatibility |
| 13 | + |
| 14 | +## [7.1.0] - 31-Jan-2022 |
| 15 | + |
| 16 | +* Use `flutter_datetime_picker_bdaya` instead of the unmaintained `flutter_datetime_picker` |
| 17 | +* TypeAhead onReset uses `valueTransformer` |
| 18 | +* Export the class `TextFieldProps` - prevents importing from transitive dependency `dropdown_search` |
| 19 | + |
| 20 | +## [7.0.0] - 27-Oct-2021 |
| 21 | + |
| 22 | +* `flutter_form_builder` ^7.0.0 compatibility |
| 23 | +* Upgraded packages |
| 24 | + |
| 25 | +## [7.0.0-alpha.6] - 10-Sep-2021 |
| 26 | + |
| 27 | +* Upgraded `flutter_colorpicker` dependency - comes with improvements to `FormBuilderColorPicker` field |
| 28 | +* Upgraded `dropdown_search` dependency - comes with improvements to `FormBuilderDropdownSearch` field |
| 29 | +* **Breaking Changes**: comes with breaking changes in `FormBuilderColorPicker` modes |
| 30 | + |
| 31 | +## [7.0.0-alpha.5] - 02-Sep-2021 |
| 32 | + |
| 33 | +* Upgrade form_builder to v7.0.0-alpha.3 |
| 34 | + |
| 35 | +## [7.0.0-alpha.4] - 25-May-2021 |
| 36 | + |
| 37 | +* Use null-safe version of `flutter_chips_input` |
| 38 | +* Rename `InputType` to `CupertinoDateTimePickerInputType` - avoids name clash with `form_builder_fields` |
| 39 | + |
| 40 | +## [7.0.0-alpha.3] - 17-May-2021 |
| 41 | + |
| 42 | +* Replaced `rating_bar` packge with a popular, better maintained and null-safe `flutter_rating_bar` |
| 43 | + |
| 44 | +## [7.0.0-alpha.2] - 17-May-2021 |
| 45 | + |
| 46 | +* Improvements to package documentation and example |
| 47 | + |
| 48 | +## [7.0.0-alpha.1] - 16-May-2021 |
| 49 | + |
| 50 | +* Split into own package from `flutter_form_builder` |
0 commit comments