From 7f28cffa6117382fae05744dfb6f07fc113a5d5a Mon Sep 17 00:00:00 2001 From: aalhamali Date: Thu, 20 Sep 2018 11:19:16 +0300 Subject: [PATCH] changelog and version bump --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91c929d8..d977c5ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,3 +39,10 @@ suggestions box * Added a constraints property to the `SuggestionsBoxDecorations` which allows to set the height and width of the suggestions box + +## 0.4.0 - 20/09/2018 + +* Added property `getImmediateSuggestions` to allow fetching +suggestions before the user types +* Added assertion in the form field to disallow having `initialValue` +and `textFieldConfiguration.controller` defined at the same time \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 6ee96d3c..179d1d2d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_typeahead description: A highly customizable typeahead (autocomplete) text input field for Flutter -version: 0.3.0 +version: 0.4.0 author: AbdulRahman AlHamali homepage: https://github.com/AbdulRahmanAlHamali/flutter_typeahead