Skip to content

Commit

Permalink
v1.0.0-rc.10
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Sep 13, 2017
1 parent 2c839e3 commit 546403a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 546403a

Please sign in to comment.