Skip to content

Commit ca4b7c5

Browse files
committed
Update changelog
1 parent 2982800 commit ca4b7c5

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# CHANGELOG
22
We try to follow [http://keepachangelog.com/](http://keepachangelog.com/) recommendations for easier to update & more readable change logs.
33

4-
## Unreleased
4+
## [Unreleased]
55
_(add items here for easier creation of next log entry)_
6+
### Added
7+
- `props.autoHighlight` to toggle automatic highlighting of top match (see #146 & #159)
8+
69
### Fixed
10+
- Bug which prevented menu from closing properly in IE (see #153)
711
- .babelrc presets were causing 1 user(s) to not be able to run tests locally with Jest
812

9-
10-
## [1.1.0] - 2015-12-03
13+
## [1.1.0] - 2016-08-02
1114
### Added
1215
- Ability to return custom components from renderMenu/renderItem (see #127)
1316
- Added missing `propTypes`
@@ -27,7 +30,7 @@ _(add items here for easier creation of next log entry)_
2730
- Jest ignore rules & configurations
2831

2932

30-
v1.0.1 - 26 June 2016
33+
## [1.0.1] - 2016-06-26
3134
--------------------------------------
3235

3336
- Fixed compatibility issues with React 15.x, removed use of previously deprecated APIs
@@ -113,4 +116,6 @@ v0.1.0 - Wed, 12 Aug 2015 19:22:26 GMT
113116

114117
-
115118

116-
119+
[Unreleased]: https://github.com/reactjs/react-autocomplete/compare/v1.1.0...HEAD
120+
[1.1.0]: https://github.com/reactjs/react-autocomplete/compare/v1.0.1...v1.1.0
121+
[1.0.1]: https://github.com/reactjs/react-autocomplete/compare/v1.0.0...v1.0.1

0 commit comments

Comments
 (0)