Skip to content

Commit

Permalink
v1.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed May 14, 2017
1 parent 5269a85 commit 549d20a
Show file tree
Hide file tree
Showing 16 changed files with 3,071 additions and 1,309 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# React-Select

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

* fixed; no more warning when using React 15.5, thanks [Adam Girton](https://github.com/agirton)
* fixed; issue comparing objects in `getFocusableOptionIndex`, thanks [rndm2](https://github.com/rndm2)
* fixed; missing .focus() method in `Creatable`, thanks [Anton Alexandrenok](https://github.com/the-spyke)
* added; support for `aria-describedby` attribute, thanks [Eric Lee](https://github.com/ericj17)
* added; `.is-clearable` className when clearable is true, thanks [Dan Diaz](https://github.com/dan-diaz)

## v1.0.0-rc.3 / 2017-02-01

* added; `arrowRenderer` prop, thanks [Brian Vaughn](https://github.com/bvaughn)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dist/react-select.min.js",
"dist/react-select.min.css"
],
"version": "1.0.0-beta14",
"version": "1.0.0-rc.4",
"homepage": "https://github.com/JedWatson/react-select",
"authors": [
"Jed Watson"
Expand Down
321 changes: 186 additions & 135 deletions dist/react-select.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/react-select.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 549d20a

Please sign in to comment.