Skip to content

Commit e805810

Browse files
Merge pull request #141 from flutter-form-builder-ecosystem/release/11.1.0
chore(release): 11.1.0
2 parents 68663fd + 9741558 commit e805810

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Changelog
22

3-
## 11.0.1
3+
## 11.1.0
44

5+
- Add Latvian language support
6+
- Add float validator
7+
- Add hexadecimal validator
58
- Align between validator input types with other validators
69
- Split up BaseValidator into TranslatedValidator so only that one needs to provide a translation
10+
- Update constraints to min Dart 3.6
11+
- Update constraints to min Flutter 3.27.0
712

813
## 11.0.0
914

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ Donate or become a sponsor of Flutter Form Builder Ecosystem
408408

409409
## Roadmap
410410

411+
- [API refactor to improve performance and behavior](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/129)
411412
- [Solve open issues](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/issues), [prioritizing bugs](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/labels/bug)
412413

413414
## Ecosystem

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: Form Builder Validators set of validators for FlutterFormBuilder. Provides common validators and a way to make your own.
3-
version: 11.0.0
3+
version: 11.1.0
44
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_validators
55
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_validators/issues
66
homepage: https://github.com/flutter-form-builder-ecosystem

0 commit comments

Comments
 (0)