Skip to content

Commit aa1d819

Browse files
committed
chore(core): Released v7.1.0
1 parent ee2bdb2 commit aa1d819

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/flutter_form_builder/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [7.1.0] - 31-Jan-2022
2+
* Added silent validation to the FormBuilder widget
3+
* Implemented `shouldChipRequestFocus` feature - fixes request focus for non-test based fields
4+
* Improved field replacement logic
5+
* Documentation fixes
6+
17
## [7.0.0] - 27-Oct-2021
28
**BREAKING CHANGE**:
39
* For ease of maintainability, validation functionality has been broken up into a separate package: [form_builder_validators](https://pub.dev/packages/form_builder_validators)

packages/flutter_form_builder/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: 7.0.0
3+
version: 7.1.0
44
homepage: https://github.com/danvick/flutter_form_builder
55

66
environment:

0 commit comments

Comments
 (0)