Skip to content

Commit 549d20a

Browse files
committed
v1.0.0-rc.4
1 parent 5269a85 commit 549d20a

File tree

16 files changed

+3071
-1309
lines changed

16 files changed

+3071
-1309
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# React-Select
22

3+
## v1.0.0-rc.4 / 2017-05-14
4+
5+
* fixed; no more warning when using React 15.5, thanks [Adam Girton](https://github.com/agirton)
6+
* fixed; issue comparing objects in `getFocusableOptionIndex`, thanks [rndm2](https://github.com/rndm2)
7+
* fixed; missing .focus() method in `Creatable`, thanks [Anton Alexandrenok](https://github.com/the-spyke)
8+
* added; support for `aria-describedby` attribute, thanks [Eric Lee](https://github.com/ericj17)
9+
* added; `.is-clearable` className when clearable is true, thanks [Dan Diaz](https://github.com/dan-diaz)
10+
311
## v1.0.0-rc.3 / 2017-02-01
412

513
* added; `arrowRenderer` prop, thanks [Brian Vaughn](https://github.com/bvaughn)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dist/react-select.min.js",
55
"dist/react-select.min.css"
66
],
7-
"version": "1.0.0-beta14",
7+
"version": "1.0.0-rc.4",
88
"homepage": "https://github.com/JedWatson/react-select",
99
"authors": [
1010
"Jed Watson"

dist/react-select.js

Lines changed: 186 additions & 135 deletions
Large diffs are not rendered by default.

dist/react-select.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)