From 6190dcc766128fce267268f8c35c4a130ed2e952 Mon Sep 17 00:00:00 2001 From: Steven McDowall Date: Sun, 21 Nov 2021 12:41:17 -0500 Subject: [PATCH] Update version and CHANGELOG Upgraded to 3.2.3 with various PRs applied. --- CHANGELOG.md | 11 ++++++++++- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0506c274..b1931fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ +## 3.2.3 - 21-Nov-2021 + +-- PR #354 - Make maxLines nullable +-- PR #349 - Add option for min number of chars before suggestionsCallback is called +-- PR #347 - Un private some variables +-- PR #347 - Fix deprecated info's in example +-- PR #344 - Add textAlignVertical support, fixes #231 + ## 3.2.2 - 20-Aug-2021 --- PR support Windows and MacOS by making keyboard_visibility optional + +-- PR #333 - support Windows and MacOS by making keyboard_visibility optional ## 3.2.1 - 10-Sept-2021 diff --git a/example/pubspec.lock b/example/pubspec.lock index 8c66991b..f71ee9ee 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -94,7 +94,7 @@ packages: path: ".." relative: true source: path - version: "3.2.2" + version: "3.2.3" flutter_web_plugins: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index cd61dd96..0f496330 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter_typeahead -version: 3.2.2 +version: 3.2.3 description: A highly customizable typeahead (autocomplete) text input field for Flutter homepage: https://github.com/AbdulRahmanAlHamali/flutter_typeahead