|
| 1 | +# 10.0.0 |
| 2 | + |
| 3 | +## BREAKING CHANGES |
| 4 | + |
| 5 | +* refactor: #1456 remove deprecated code by @deandreamatias in https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/pull/1465 |
| 6 | + * Solve issue #1456 |
| 7 | + * Remove `invalidateField` and `invalidateFirstField` methods from FormBuilderState. Use `fields[name]?.invalidate(errorText)` and `fields.first.invalidate(errorText)` instead. |
| 8 | + * [FormBuilderTextField] Deprecate canRequestFocus property. Use `FocusNode.canRequestFocus.` instead. |
| 9 | + * Assert on FormBuilderField.decoration.enabled property. Use FormBuilderField.enabled instead. |
| 10 | + * Easy way! Only need execute `dart fix --apply` on your project to fix the following changes: |
| 11 | + * Rename FormBuilderChoiceChip to FormBuilderChoiceChips. |
| 12 | + * Rename FormBuilderFilterChip to FormBuilderFilterChips. |
| 13 | + * [FormBuilderFilterChip] Remove maxChips property. |
| 14 | + * [FormBuilderDateTimePicker] Remove resetIcon property. |
| 15 | + * [FormBuilder] Remove onPopInvoked property. |
| 16 | + |
| 17 | +## Features |
| 18 | + |
| 19 | +* feat: #1455 improve input decoration enabled property by @deandreamatias in https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/pull/1464 |
| 20 | + * Solve issue #1455 |
| 21 | +* feat: #1458 improve autovalidate modes by @deandreamatias in https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/pull/1460 |
| 22 | + * Solves issues #1364 and #1457 |
| 23 | +* feat: #1297 Improve focus behavior by @deandreamatias in https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/pull/1453 |
| 24 | + * Solves issues #1296, #1290, #1301, #1304 and #1292 |
| 25 | + |
1 | 26 | # 10.0.0-dev.3
|
2 | 27 |
|
3 | 28 | ## BREAKING CHANGES
|
|
7 | 32 | * Remove `invalidateField` and `invalidateFirstField` methods from FormBuilderState. Use `fields[name]?.invalidate(errorText)` and `fields.first.invalidate(errorText)` instead.
|
8 | 33 | * [FormBuilderTextField] Deprecate canRequestFocus property. Use `FocusNode.canRequestFocus.` instead.
|
9 | 34 | * Assert on FormBuilderField.decoration.enabled property. Use FormBuilderField.enabled instead.
|
10 |
| - * Easy way! Only need execute `dart fix --apply` on your project. |
| 35 | + * Easy way! Only need execute `dart fix --apply` on your project to fix the following changes: |
11 | 36 | * Rename FormBuilderChoiceChip to FormBuilderChoiceChips.
|
12 | 37 | * Rename FormBuilderFilterChip to FormBuilderFilterChips.
|
13 | 38 | * [FormBuilderFilterChip] Remove maxChips property.
|
|
0 commit comments