Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit 1ef83bb

Browse files
committed
Update CHANGELOG with 1.8.1 release
1 parent 46300e9 commit 1ef83bb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ We try to follow [http://keepachangelog.com/](http://keepachangelog.com/) recomm
44
## [Unreleased]
55
_(add items here for easier creation of next log entry)_
66

7+
## [1.8.1] - 2018-02-11
8+
### Fixed
9+
- Prevent menu from closing prematurely on mobile (#308)
10+
- Fix for up-arrow not working after `props.isItemSelectable` was added (#315)
11+
712
## [1.8.0] - 2018-02-04
813
### Added
914
- `props.isItemSelectable` which allows rendering items that will not function as selectable items, but instead as static information/decoration elements such as headers (thanks to @rssteffey with help from @rmcauley) (#241)
@@ -225,7 +230,8 @@ v0.1.0 - Wed, 12 Aug 2015 19:22:26 GMT
225230

226231
-
227232

228-
[Unreleased]: https://github.com/reactjs/react-autocomplete/compare/v1.8.0...HEAD
233+
[Unreleased]: https://github.com/reactjs/react-autocomplete/compare/v1.8.1...HEAD
234+
[1.8.1]: https://github.com/reactjs/react-autocomplete/compare/v1.8.0...v1.8.1
229235
[1.8.0]: https://github.com/reactjs/react-autocomplete/compare/v1.7.3...v1.8.0
230236
[1.7.3]: https://github.com/reactjs/react-autocomplete/compare/v1.7.2...v1.7.3
231237
[1.7.2]: https://github.com/reactjs/react-autocomplete/compare/v1.7.1...v1.7.2

0 commit comments

Comments
 (0)