Skip to content

Commit 1d15068

Browse files
committed
v1.0.0-rc.5
1 parent e06ea57 commit 1d15068

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

HISTORY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# React-Select
22

3-
## v1.0.0-rc.5 / 2017-05-21
3+
## v1.0.0-rc.5 / 2017-05-25
44

55
* fixed; Allow `falsey` values to be clearable, thanks [Simon Gaestel](https://github.com/sgaestel)
6-
* fixed; issue where Firefox would crash due to incorrect use of `aria-owns` attribute, thanks [Max Hubenthal](https://github.com/mhubenthal)
7-
* fixed; regression where options not using the value key couldn't be focused [Benjamin Piouffle](https://github.com/Betree)
6+
* fixed; issue where Firefox would crash due to incorrect use of `aria-owns` attribute, thanks [Max Hubenthal](https://github.com/mhubenthal)
7+
* fixed; regression where options not using the value key couldn't be focused, thanks [Benjamin Piouffle](https://github.com/Betree)
88

99
## v1.0.0-rc.4 / 2017-05-14
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-select",
3-
"version": "1.0.0-rc.4",
3+
"version": "1.0.0-rc.5",
44
"description": "A Select control built with and for ReactJS",
55
"main": "lib/Select.js",
66
"style": "dist/react-select.min.css",

0 commit comments

Comments
 (0)