Skip to content

Commit 3d3f969

Browse files
chore(release): 8.6.0
1 parent 761dbdf commit 3d3f969

File tree

3 files changed

+19
-12
lines changed

3 files changed

+19
-12
lines changed

CHANGELOG.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
1+
## 8.6.0
2+
3+
* Add missed translations for all languages
4+
* Add support for more languanges
5+
* Swedish
6+
17
## 8.5.0
28

39
* New validators for minWordsCount & maxWordsCount
410
* Simplify arb files and correct intl_zh.arb
511
* Build with Flutter 3.7.5
612
* Add support for more languanges
7-
- Mongolian
8-
- Nepali and burmese
9-
- Albanian
10-
- Vietnamese
13+
* Mongolian
14+
* Nepali and burmese
15+
* Albanian
16+
* Vietnamese
1117

1218
## 8.4.0
1319

1420
* Refactor l10n generator. Thanks [@ipcjs]()
1521
* Add property to allow empty on equalLength validator. Thanks [@CircleCurve](https://github.com/CircleCurve)
1622
* Add support for more languanges
17-
- Czech. Thanks [@edlman](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/3)
18-
- Bosnian and Croatian. Thanks [@abratanovic](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/9)
19-
- Malay. Thanks [@azmilazizi](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/13)
20-
- Thai. Thanks [@narospol](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/19)
21-
- Tamil. Thanks [@Purus](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/26)
22-
- Greek. Thanks [@nrallakis](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/27)
23+
* Czech. Thanks [@edlman](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/3)
24+
* Bosnian and Croatian. Thanks [@abratanovic](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/9)
25+
* Malay. Thanks [@azmilazizi](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/13)
26+
* Thai. Thanks [@narospol](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/19)
27+
* Tamil. Thanks [@Purus](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/26)
28+
* Greek. Thanks [@nrallakis](https://github.com/flutter-form-builder-ecosystem/form_builder_validators/pull/27)
2329

2430
## 8.3.0
2531

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.5.0"
81+
version: "8.6.0"
8282
intl:
8383
dependency: transitive
8484
description:

pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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.5.0
3+
version: 8.6.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
6+
homepage: https://github.com/flutter-form-builder-ecosystem
67
funding:
78
- https://opencollective.com/flutter-form-builder-ecosystem
89

0 commit comments

Comments
 (0)