Skip to content

Commit

Permalink
changelog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aalhamali committed Sep 20, 2018
1 parent 63280d3 commit 7f28cff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
homepage: https://github.com/AbdulRahmanAlHamali/flutter_typeahead

Expand Down

0 comments on commit 7f28cff

Please sign in to comment.