Releases: flutter-form-builder-ecosystem/flutter_form_builder
Releases · flutter-form-builder-ecosystem/flutter_form_builder
7.8.0
What's Changed
- fix: fix spelling errors 'specific' by @danvick in #1135
- Use dart 2.17 super initiliazers to simplify code by @nrallakis in #1139
- feat: Remove deprecated property by @deandreamatias in #1140
- Add widget tests for FormBuilderRangeSlider #1090 by @nrallakis in #1141
- Add tests for FormBuilderDateRangePicker by @nrallakis in #1142
- feat add
OutlinedBorder shape
BorderSide side
to FormBuilderCheckbox by @Hu-Wentao in #1145 - FormBuilderFields Type Alias by @erayerdin in #1154
- build(deps): bump actions/stale from 6 to 7 by @dependabot in #1171
- Fix time picker dialog locale by @AlBlanc in #1176
- feat: Able to change dynamically field name by @deandreamatias in #1178
- feat(ui)!: provide magnifier configuration parameter to form builder text field by @tsinis in #1185
New Contributors
- @nrallakis made their first contribution in #1139
- @Hu-Wentao made their first contribution in #1145
- @erayerdin made their first contribution in #1154
- @AlBlanc made their first contribution in #1176
- @tsinis made their first contribution in #1185
Full Changelog: 7.7.0...7.8.0
7.7.0
7.7.0
7.6.0
What's Changed
- Deprecate reset icon from FormBuilderDateTimePicker by @deandreamatias in #1094
- [FormBuilderDropdown] Remove parameters related to InputDecoration by @deandreamatias in #1095
- Clear customError on reset by @deandreamatias in #1096
- Add linux support by @deandreamatias in #1097
- Improve FormBuilderRadioGroup separator by @deandreamatias in #1106
- Release/7.6.0 by @deandreamatias in #1107
Full Changelog: 7.5.0...7.6.0
7.5.0
- no changes
7.4.0
Merge pull request #1084 from flutter-form-builder-ecosystem/release/…
Form Builder Phone Field 1.0.0
- Added web support
Form Builder 7.3.0
- Added new attribute
timePickerTheme
to FormBuilderCupertinoDateTimePicker FormBuilderDateTimePicker.resetIcon
changed from Icon to Widget- Added
avatarBorder
attribute toFormBuilderChoiceChip
andFormBuilderChoiceChip
BREAKING CHANGES:
- Renamed attribute
theme
in FormBuilderCupertinoDateTimePicker todatePickerTheme
- For
FormBuilderChoiceChip
andFormBuilderChoiceChip
options, replaceFormBuilderFieldOption
toFormBuilderChipOption
which hasavatar
option for chips
Form Builder 7.2.0
Form Builder Extra Fields 8.0.0
- Flutter 3 compatibility
Form Builder Validators 8.1.0
- Added Romanian (ro) language support