Skip to content

Commit fe81e8e

Browse files
chore(release): 9.0.0-dev.1
1 parent 27366d5 commit fe81e8e

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## [9.0.0-dev.1]
2+
3+
### BREAKING CHANGE
4+
5+
* [Improve autovalidateMode](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/pull/1232)
6+
* On FormBuilderField, `autovalidateMode` change default from `AutovalidateMode.onUserInteraction` to `AutovalidateMode.disabled`
7+
8+
* [Refactor FormBuilderField](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/pull/1238)
9+
* Add widget to remove decoration property from core. Now exist two field widgets:
10+
11+
1. `FormBuilderField`: Refactored. Now don't included decoration property or references to this property
12+
2. `FormBuilderFieldDecoration`: New. Like the old `FormBuilderField`
13+
14+
15+
### Features
16+
17+
* **NEW** Add errors getter on `FormBuilder`. Can get all errors on form from formKey
18+
* Improve examples
19+
* Add gifs to readme
20+
* `FormBuilderSlider`: Able custom widgets max, min and value
21+
22+
### Fixes
23+
24+
* Improve FormBuilder rebuild. Now only rebuild at same time the field that user touch, not all touched fields
25+
* `FormBuilderDropdown`: Improve widget and solved assert error with initialValue (issue closed after 2 years and 5 months)
26+
127
## [8.0.0]
228

329
### BREAKING CHANGE

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ Donate or become a sponsor of Flutter Form Builder Ecosystem
378378

379379
## Roadmap
380380

381-
- [Add visual examples](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues/1027) (images, gifs, videos, sample application)
382381
- [Solve open issues](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues), [prioritizing bugs](https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/labels/bug)
383382

384383
## Ecosystem

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ packages:
6868
path: ".."
6969
relative: true
7070
source: path
71-
version: "8.0.0"
71+
version: "9.0.0-dev.1"
7272
flutter_lints:
7373
dependency: "direct dev"
7474
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_form_builder
22
description: This package helps in creation of forms in Flutter by removing the boilerplate code, reusing validation, react to changes, and collect final user input.
3-
version: 8.0.0
3+
version: 9.0.0-dev.1
44
repository: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder
55
issue_tracker: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues
66
homepage: https://github.com/flutter-form-builder-ecosystem

0 commit comments

Comments
 (0)