diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e5932db..e71ec666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ # Changelog -## 11.0.1 +## 11.1.0 +- Add Latvian language support +- Add float validator +- Add hexadecimal validator - Align between validator input types with other validators - Split up BaseValidator into TranslatedValidator so only that one needs to provide a translation +- Update constraints to min Dart 3.6 +- Update constraints to min Flutter 3.27.0 ## 11.0.0 diff --git a/README.md b/README.md index 56100f98..584d48f3 100644 --- a/README.md +++ b/README.md @@ -408,6 +408,7 @@ Donate or become a sponsor of Flutter Form Builder Ecosystem ## Roadmap +- [API refactor to improve performance and behavior](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/129) - [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) ## Ecosystem diff --git a/pubspec.yaml b/pubspec.yaml index 9ff76cdb..7caf0a8b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: form_builder_validators description: Form Builder Validators set of validators for FlutterFormBuilder. Provides common validators and a way to make your own. -version: 11.0.0 +version: 11.1.0 repository: https://github.com/flutter-form-builder-ecosystem/form_builder_validators issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_validators/issues homepage: https://github.com/flutter-form-builder-ecosystem