Skip to content

Commit 3a70090

Browse files
committed
chore(validators): released v7.0.0-RC.1
1 parent 39a28cf commit 3a70090

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/form_builder_validators/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [7.0.0-RC.1] - 02-Sep-2021
2+
* `maxLength` and `minLength` validators can now work with `Iterable` field values length
3+
14
## [7.0.0-RC.0] - 01-Sep-2021
25
* Added Arabic and Persian/Farsi support
36

packages/form_builder_validators/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: form_builder_validators
22
description: This package provides common reusable FormFieldValidators for Flutter FormField widgets with internationaization
3-
version: 7.0.0-RC.0
3+
version: 7.0.0-RC.1
44
homepage: https://github.com/danvick/flutter_form_builder
55

66
environment:

0 commit comments

Comments
 (0)