diff --git a/HISTORY.md b/HISTORY.md index 7252f3d4b2..45e89a4cb2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,10 +1,13 @@ # React-Select -## Unreleased +## v1.0.0-rc.10 / 2017-09-13 * changed; `openAfterFocus` prop has been renamed to `openOnClick`, and now default to `true` +* fixed; React.PropTypes deprecation warning, thanks [Jeremy Liberman](https://github.com/MrLeebo) +* improved; scrolling behaviour when navigating the menu with the keyboard, thanks [boatkorachal](https://github.com/boatkorachal) +* fixed; error with the `Async` cache when you type `"hasOwnProperty"`, thanks [SuhushinAS](https://github.com/SuhushinAS) -## v1.0.0-rc.8 / 2017-09-13 +## v1.0.0-rc.9 / 2017-09-13 * fixed; clearable padding style, thanks [Minori Miyauchi](https://github.com/mmiyauchi) * fixed; removed use of `Object.assign`, fixes IE compatibility diff --git a/bower.json b/bower.json index 4354825ccd..556e892b2f 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "react-select", "main": ["dist/react-select.min.js", "dist/react-select.min.css"], - "version": "1.0.0-rc.9", + "version": "1.0.0-rc.10", "homepage": "https://github.com/JedWatson/react-select", "authors": ["Jed Watson"], "description": "A Select control built with and for ReactJS", diff --git a/package.json b/package.json index 419a5c7254..cbbf3caab4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-select", - "version": "1.0.0-rc.9", + "version": "1.0.0-rc.10", "description": "A Select control built with and for ReactJS", "main": "lib/index.js", "jsnext:main": "dist/react-select.es.js",