Skip to content

Commit d87d41b

Browse files
chore(release): 1.4.0
1 parent 8a3156f commit d87d41b

File tree

3 files changed

+26
-11
lines changed

3 files changed

+26
-11
lines changed

CHANGELOG.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,48 @@
1-
## [1.3.0] - 28-Jul-2022
1+
## [1.4.0]
2+
3+
### Bug fixes
4+
5+
* Reset field value when call form reset
6+
* Update field value by formKey when call patchValue
7+
8+
### Features
9+
10+
* **NEW** Add property `countryPicker` that allow a custom country picker widget
11+
* **NEW** Add property `searchEmptyView`
12+
* Parse international code by iso code instead
13+
* Update `flutter_form_builder` to 8.0.0
14+
15+
## [1.3.0]
216

317
* Apply license BSD-3-clause
418
* Refactor readme
519

6-
## [1.2.0] - 12-Jul-2022
20+
## [1.2.0]
721

822
* Move repository
923
* Update dependencies
1024

11-
## [1.1.0] - 23-Jun-2022
25+
## [1.1.0]
1226

1327
* Added property iconSelector
1428

15-
## [1.0.0] - 15-Jun-2022
29+
## [1.0.0]
1630

1731
* Added web support
1832

19-
## [1.0.0-beta.0] - 07-Sep-2021
33+
## [1.0.0-beta.0]
2034

2135
* Compatibility with `flutter_form_builder` ^7.*
2236

23-
## [0.3.0] - 07-Sep-2021
37+
## [0.3.0]
2438

2539
* Compatibility with `flutter_form_builder` ^6.*
2640
* **BREAKING CHANGES:** Upgrade to `phone_number` v0.12.0
2741

28-
## [0.2.0] - 18-Mar-2021
42+
## [0.2.0]
2943

3044
* Flutter 2 compatibility
3145

32-
## [0.1.0] - 30-Dec-2022
46+
## [0.1.0]
3347

3448
* Initial release.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ packages:
9494
path: ".."
9595
relative: true
9696
source: path
97-
version: "1.3.0"
97+
version: "1.4.0"
9898
form_builder_validators:
9999
dependency: "direct main"
100100
description:

pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: form_builder_phone_field
22
description: International phone number field for FlutterFormBuilder package
3-
version: 1.3.0
3+
version: 1.4.0
44
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field
55
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field/issues
6-
funding:
6+
homepage: https://github.com/flutter-form-builder-ecosystem
7+
funding:
78
- https://opencollective.com/flutter-form-builder-ecosystem
89

910
environment:

0 commit comments

Comments
 (0)