diff --git a/HISTORY.md b/HISTORY.md index 6fecdaf70a..12c9e48b1b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # React-Select +## v1.0.0-rc.5 / 2017-05-21 + +* 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 [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)