Skip to content

Commit

Permalink
Merge pull request JedWatson#73 from HubSpot/update-to-upstream-rc.4
Browse files Browse the repository at this point in the history
Update to JedWatson/react-select v1.0.0-rc.4
  • Loading branch information
TrevorBurnham committed May 23, 2017
2 parents 462e483 + e2f6022 commit 5095793
Show file tree
Hide file tree
Showing 39 changed files with 20,578 additions and 18,682 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
@@ -1,5 +1,13 @@
# React-Select-Plus

## 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
Expand Up @@ -4,7 +4,7 @@
"dist/react-select-plus.min.js",
"dist/react-select-plus.min.css"
],
"version": "1.0.0-rc.3.patch5",
"version": "1.0.0-rc.4",
"homepage": "https://github.com/HubSpot/react-select-plus",
"authors": [
"Trevor Burnham"
Expand Down
208 changes: 122 additions & 86 deletions dist/react-select-plus.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit 5095793

Please sign in to comment.