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
4
4
## [ Unreleased]
5
5
_ (add items here for easier creation of next log entry)_
6
6
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
+
7
12
## [ 1.5.4] - 2017-05-25
8
13
### Fixed
9
14
- 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
175
180
176
181
-
177
182
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
179
185
[ 1.5.4 ] : https://github.com/reactjs/react-autocomplete/compare/v1.5.3...v1.5.4
180
186
[ 1.5.3 ] : https://github.com/reactjs/react-autocomplete/compare/v1.5.2...v1.5.3
181
187
[ 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