Skip to content

Commit

Permalink
Merge branch 'master' of github.com:JedWatson/react-select into upstr…
Browse files Browse the repository at this point in the history
…eam/master

# Conflicts:
#	src/Creatable.js
  • Loading branch information
Stenerson committed May 14, 2017
2 parents ec4b4fc + 549d20a commit 0bf710c
Show file tree
Hide file tree
Showing 38 changed files with 3,282 additions and 1,480 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 0bf710c

Please sign in to comment.