Skip to content

Commit 092ecfd

Browse files
Merge pull request #2 from flutter-form-builder-ecosystem/release/8.2.0
chore(release): 8.2.0
2 parents 3cc4012 + 896a0d8 commit 092ecfd

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,91 @@
1+
## [8.2.0] - 12-Jul-2022
2+
3+
* Added equalLength validator
4+
* Added turkish language support
5+
* Moved repository
6+
17
## [8.1.1] - 26-Apr-2022
8+
29
* Fixed issue where email validator trims string before validation
310

411
## [8.1.0] - 13-Apr-2022
12+
513
* Added Romanian (ro) language support
614

715
## [8.0.0] - 10-Apr-2022
16+
817
* **BREAKING CHANGE**: Avoid passing context to validator functions.
918
* Added Swahili (sw) language support
1019

1120
## [7.9.0] - 04-Apr-2022
21+
1222
* Added Bangla (bn) language support
1323

1424
## [7.8.0] - 29-Mar-2022
25+
1526
* Added Estonian (et) language support
1627
* Improved and corrected Arabic translations
1728

1829
## [7.7.0] - 15-Mar-2022
30+
1931
* Added Catalan (ca) language support
2032

2133
## [7.6.1] - 19-Feb-2022
34+
2235
* Fixed duplicate `en` locale translations. Fixes #969
2336

2437
## [7.6.0] - 18-Feb-2022
38+
2539
* Added Ukrainian (uk) language support
2640

2741
## [7.5.0] - 17-Feb-2022
42+
2843
* Added Lao (lo) language support
2944
* Added Dutch (nl) language support
3045

3146
## [7.4.0] - 31-Jan-2022
47+
3248
* Added Russian (ru) language support
3349

3450
## [7.3.0] - 10-Jan-2022
51+
3552
* Added support for Slovenian (sl)
3653
* Added Chinese language support - both traditional (zh_Hant) and simplified (zh_Hans)
3754

3855
## [7.2.0] - 06-Nov-2021
56+
3957
* Added language support for Indonesian (id)
4058

4159
## [7.1.0] - 06-Nov-2021
60+
4261
* Added language support for Korean (ko)
4362

4463
## [7.0.0] - 02-Sep-2021
64+
4565
* New Package 🎉🎊 - Split from and no dependency on [flutter_form_builder](https://pub.dev/packages/flutter_form_builder)
4666
* Added Arabic and Persian/Farsi support
4767
* Use `intl_utils` package for localization
4868
* Minor type fixes
4969
* Documentation and example improvements
5070

5171
## [7.0.0-RC.1] - 02-Sep-2021
72+
5273
* `maxLength` and `minLength` validators can now work with `Iterable` field values length
5374

5475
## [7.0.0-RC.0] - 01-Sep-2021
76+
5577
* Added Arabic and Persian/Farsi support
5678

5779
## [7.0.0-beta.0] - 19-May-2021
80+
5881
* Use `intl_utils` package for localization
5982
* Documentation and example improvements - added instructions for localization
6083
* Minor type fixes
6184

6285
## [7.0.0-alpha.2] - 17-May-2021
86+
6387
* Improvements to package documentation and example
6488

6589
## [7.0.0-alpha.1] - 16-May-2021
90+
6691
* Split into own package from `flutter_form_builder`

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ packages:
7878
path: ".."
7979
relative: true
8080
source: path
81-
version: "8.1.1"
81+
version: "8.2.0"
8282
intl:
8383
dependency: transitive
8484
description:

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
flutter_localizations:
1414
sdk: flutter
1515
form_builder_validators:
16-
path: ../../form_builder_validators/
16+
path: ../
1717

1818
dev_dependencies:
1919
flutter_lints: ^2.0.1

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: 8.1.1
3+
version: 8.2.0
44
homepage: 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

0 commit comments

Comments
 (0)