Skip to content

Commit

Permalink
Merge branch 'feature/rtl_support' of https://github.com/dekelb/react…
Browse files Browse the repository at this point in the history
…-select into feature/rtl_support
  • Loading branch information
dekelb committed Jun 10, 2017
2 parents 1d39026 + 6031382 commit 7fca105
Show file tree
Hide file tree
Showing 42 changed files with 3,883 additions and 2,001 deletions.
14 changes: 14 additions & 0 deletions HISTORY.md
@@ -1,5 +1,19 @@
# React-Select

## v1.0.0-rc.5 / 2017-05-25

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

## 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
211 changes: 105 additions & 106 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bower.json
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
329 changes: 192 additions & 137 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.

0 comments on commit 7fca105

Please sign in to comment.