Releases: flutter-form-builder-ecosystem/flutter_form_builder
Releases · flutter-form-builder-ecosystem/flutter_form_builder
9.2.0
What's Changed
- Need visual density option in grouped_checkbox by @nicks258 in #1284
- Update README.md by @joshua1996 in #1298
- Exposed spell check configuration from TextField by @KSokhal in #1309
- FormBuilderCheckbox: Add Visual density parameter by @louga31 in #1326
- FormBuilderRangeSlider: Correct internal values when min/max changes by @velten-dev in #1331
- build(deps): bump actions/setup-java from 3 to 4 by @dependabot in #1333
- build(deps): bump actions/stale from 8 to 9 by @dependabot in #1337
- build(deps): bump intl from 0.18.1 to 0.19.0 by @dependabot in #1338
- Add itemDecoration to checkbox groups nad radio groups to add borders to checkboxes and radio buttons by @freemansoft in #1344
- Add PR 1106 GroupedRadio separator behavior to GroupedCheckbox by @freemansoft in #1346
- Align comments with style and fix errors in docs by @freemansoft in #1347
- Reintroduce ability to validate form field's value independent of input's error text by @lreardon in #1342
- Pass parameter keyboardType to material showDatePicker by @Brunobnahorny in #1352
- Add a message to an assertion by @n-bernat in #1355
New Contributors
- @nicks258 made their first contribution in #1284
- @KSokhal made their first contribution in #1309
- @louga31 made their first contribution in #1326
- @velten-dev made their first contribution in #1331
- @freemansoft made their first contribution in #1344
- @lreardon made their first contribution in #1342
- @Brunobnahorny made their first contribution in #1352
- @n-bernat made their first contribution in #1355
Full Changelog: 9.1.1...9.2.0
9.1.1
What's Changed
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #1291
- build(deps): bump flutter_lints from 2.0.2 to 2.0.3 by @dependabot in #1289
- feat: add mouseCursor option to range and time picker to match other … by @RyanCarrier in #1282
- build(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #1295
New Contributors
- @RyanCarrier made their first contribution in #1282
Full Changelog: 9.1.0...9.1.1
9.1.0
What's Changed
- Fix invalidate parameter word error by @tungbq in #1251
- fix: improve when show dropdown disabled hint by @deandreamatias in #1255
- fix: improve disabled decoration field form by @deandreamatias in #1261
- fix: improve focus fields on validation by @deandreamatias in #1254
- feat: add onTapOutside to FormBuilderTextField by @AlvBarros in #1267
- fix: check mounted after async by @agent3bood in #1268
- build(deps): bump flutter_lints from 2.0.1 to 2.0.2 by @dependabot in #1269
- fix: add deep compare to update dropdown items by @deandreamatias in #1272
New Contributors
- @tungbq made their first contribution in #1251
- @AlvBarros made their first contribution in #1267
- @agent3bood made their first contribution in #1268
Full Changelog: 9.0.0...9.1.0
9.0.0
What's Changed
- Improve autovalidate modes by @deandreamatias in #1232
- feat: add custom widgets to legend slider by @deandreamatias in #1233
- Implement errors getter on form builder state by @deandreamatias in #1234
- Avoid unnecessary rebuild on Form by @deandreamatias in #1235
- Add example gifs by @deandreamatias in #1237
- Remove input decoration by @deandreamatias in #1238
- Fix 687 and 1231 by @deandreamatias in #1239
- Remove cupertino dependencies (FormBuilderCupertinoSegmentedControl) by @deandreamatias in #1240
- Verify error fields on form validation by @deandreamatias in #1247
- Add contentInsertionConfiguration property to FormBuilderTextField by @deandreamatias in #1248
Full Changelog: 8.0.0...9.0.0
8.0.0
What's Changed
- Add windows support by @yfakariya in #1198
- build(deps): bump actions/stale from 7 to 8 by @dependabot in #1209
- Made FormBuilderTextField support context menu by default. by @ProgrammerXDesigner in #1212
- Add custom widgets to range slider by @deandreamatias in #1224
- fix: improve skip disabled feature by @deandreamatias in #1225
- Improve focus and scroll by @deandreamatias in #1223
- Apply validation on init when autovalidate is always by @deandreamatias in #1226
- Macos support by @deandreamatias in #1227
- Add field and form states by @deandreamatias in #1228
New Contributors
- @yfakariya made their first contribution in #1198
Full Changelog: 7.8.0...8.0.0
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/…