Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
clragon committed Jan 11, 2024
1 parent 290ec7b commit c584096
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Changed
- Upgraded flutter_keyboard_visibility: ^5.4.1 to ^6.0.0
- Upgraded pointer_interceptor: ^0.9.3+6 to ^0.10.0
- Upgraded flutter\_keyboard\_visibility: ^5.4.1 to ^6.0.0
- Upgraded pointer\_interceptor: ^0.9.3+6 to ^0.10.0

### Fixed
- dispose error in suggestions search

## 5.0.1 - 2023-11-27
### Fixed
Expand Down Expand Up @@ -385,6 +388,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Fixed
- Bug in `maxHeight` property

## 0.7.0 - 2019-02-07
### Added
- Added properties `hideOnLoading`, `hideOnEmpty`, and `hideOnError` to hide the suggestions box

## 1.0.1 - 2019-02-06
### Added
- Properties `hideOnLoading`, `hideOnEmpty`, `hideOnError` to control visibility of suggestions box
Expand All @@ -396,10 +403,6 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Fixed
- Types <T> now work properly

## 0.7.0 - 2019-02-07
### Added
- Added properties `hideOnLoading`, `hideOnEmpty`, and `hideOnError` to hide the suggestions box

## 0.6.0 - 2019-01-23
### Added
- Property `direction` for controlling the growth direction of suggestions
Expand Down

0 comments on commit c584096

Please sign in to comment.