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

Commit e34c419

Browse files
committed
Update CHANGELOG with 1.8.0 release
1 parent f215e7b commit e34c419

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.0] - 2018-02-04
8+
### Added
9+
- `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)
10+
711
## [1.7.3] - 2018-02-04
812
### Fixed
913
- Release focus-lock when user uses Enter to close menu (thanks to @Fralleee for discovering this edge case) (#304)
@@ -221,7 +225,8 @@ v0.1.0 - Wed, 12 Aug 2015 19:22:26 GMT
221225

222226
-
223227

224-
[Unreleased]: https://github.com/reactjs/react-autocomplete/compare/v1.7.3...HEAD
228+
[Unreleased]: https://github.com/reactjs/react-autocomplete/compare/v1.8.0...HEAD
229+
[1.8.0]: https://github.com/reactjs/react-autocomplete/compare/v1.7.3...v1.8.0
225230
[1.7.3]: https://github.com/reactjs/react-autocomplete/compare/v1.7.2...v1.7.3
226231
[1.7.2]: https://github.com/reactjs/react-autocomplete/compare/v1.7.1...v1.7.2
227232
[1.7.1]: https://github.com/reactjs/react-autocomplete/compare/v1.7.0...v1.7.1

0 commit comments

Comments
 (0)