Skip to content

Commit

Permalink
Update version and CHANGELOG
Browse files Browse the repository at this point in the history
Upgraded to 3.2.3 with various PRs applied.
  • Loading branch information
sjmcdowall committed Nov 21, 2021
1 parent 17a4fef commit 6190dcc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6190dcc

Please sign in to comment.