File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22We 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
You can’t perform that action at this time.
0 commit comments