From be4acad54e9be96449bf2fbfad943182bf75b9b7 Mon Sep 17 00:00:00 2001 From: Alex N'Guessan Date: Sun, 15 Oct 2023 13:39:50 +0000 Subject: [PATCH] Version pump and update changelog --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae3841c3..dd2167e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.0] - Release + +- Add `magnifierConfiguration` to customize the magnifier. +- Add `formFieldKey` for the phone input text field key. +- Update phone number length of several countries. + ## [3.2.0] - Release - Add `autofillHints` and disable posibility. diff --git a/pubspec.yaml b/pubspec.yaml index 8cc947ba..70c8bc56 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: intl_phone_field description: A customised Flutter TextFormField to input international phone number along with country code. -version: 3.2.0 +version: 3.3.0 homepage: https://github.com/vanshg395/intl_phone_field environment: