diff --git a/CHANGELOG.md b/CHANGELOG.md index 714b7c12..5f6e2b7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 5.1.0 - 2024-01-27 ### Added - Returning null from `suggestionsCallback` hides the box - `showOnFocus` parameter for `TypeAheadField` to allow not showing the box on focus diff --git a/pubspec.yaml b/pubspec.yaml index b90f744d..69d51166 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter_typeahead -version: 5.0.2 +version: 5.1.0 description: A highly customizable typeahead (autocomplete) text input field for Flutter homepage: https://github.com/AbdulRahmanAlHamali/flutter_typeahead