This repository was archived by the owner on Jul 19, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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.5.5] - 2017-05-29
8+ ### Fixed
9+ - Replace deprecated React.PropTypes with prop-types module (#232 )
10+ - Replace deprecated React.createClass with class syntax (#232 )
11+
712## [ 1.5.4] - 2017-05-25
813### Fixed
914- Delay re-focus until all actions have been processed (#240 )
@@ -175,7 +180,8 @@ v0.1.0 - Wed, 12 Aug 2015 19:22:26 GMT
175180
176181-
177182
178- [ Unreleased ] : https://github.com/reactjs/react-autocomplete/compare/v1.5.4...HEAD
183+ [ Unreleased ] : https://github.com/reactjs/react-autocomplete/compare/v1.5.5...HEAD
184+ [ 1.5.5 ] : https://github.com/reactjs/react-autocomplete/compare/v1.5.4...v1.5.5
179185[ 1.5.4 ] : https://github.com/reactjs/react-autocomplete/compare/v1.5.3...v1.5.4
180186[ 1.5.3 ] : https://github.com/reactjs/react-autocomplete/compare/v1.5.2...v1.5.3
181187[ 1.5.2 ] : https://github.com/reactjs/react-autocomplete/compare/v1.5.1...v1.5.2
You can’t perform that action at this time.
0 commit comments