|
1 | 1 | # React-Select
|
2 | 2 |
|
3 |
| -## v1.0.0-rc / 2016-09-04 |
| 3 | +## v1.0.0-rc.3 / 2017-02-01 |
| 4 | + |
| 5 | +* added; `arrowRenderer` prop, thanks [Brian Vaughn](https://github.com/bvaughn) |
| 6 | +* added; child-function support to `Async` and `Creatable` components so that they can compose each other (or future HOCs), thanks [Brian Vaughn](https://github.com/bvaughn) |
| 7 | +* added; `asyncCreatable` HOC that combines `Async` and `Creatable` so they can be used together, thanks [Brian Vaughn](https://github.com/bvaughn) |
| 8 | +* added; undocumented arguments for `menuRenderer`, thanks [Julian Krispel-Samsel](https://github.com/juliankrispel) |
| 9 | +* fixed; Do not focus and open menu when disabled, thanks [nhducit](https://github.com/nhducit) |
| 10 | +* fixed; Scrolling with arrow-keys is not working correctly, thanks [Damian Pieczynski](https://github.com/piecyk) |
| 11 | +* added; "select all text" functionality `Shift+Home|Del`, thanks [Damian Pieczynski](https://github.com/piecyk) |
| 12 | +* added; support for `boolean` values, thanks [Aaron Hardy](https://github.com/Aaronius) |
| 13 | +* fixed; Remove duplicated `promptTextCreator` field from readme, thanks [Jih-Chi Lee](https://github.com/jihchi) |
| 14 | +* fixed; Adding back ref that was removed in rc2, thanks [Martin Jujou](https://github.com/jooj123) |
| 15 | +* fixed; `Creatable` component doesn't allow input key down handling, thanks [Ivan Leonenko](https://github.com/IvanLeonenko) |
| 16 | +* added; Allow react nodes to be passed as loadingPlaceholder, thanks [Daniel Heath](https://github.com/DanielHeath) |
| 17 | +* fixed; IE8 compatibility issues, thanks [Kirill Mesnyankin](https://github.com/strayiker) |
| 18 | +* improved; Allow users to specify noResultsText, thanks [Daniel Heath](https://github.com/DanielHeath) |
| 19 | +* added; Only remove options if a loading placeholder is available, thanks [Daniel Heath](https://github.com/DanielHeath) |
| 20 | +* fixed; firefox display items in two rows due to reflow, thanks [Daniel Heath](https://github.com/DanielHeath) |
| 21 | +* fixed; `Creatable` readme typo, thanks [Ben](https://github.com/rockingskier) |
| 22 | +* fixed; explain way to implement `allowCreate` functionality with `Creatable` to readme, thanks [mayerwin](https://github.com/mayerwin) |
| 23 | +* added; delete key removes an item when there is no input, thanks [forum-is](https://github.com/forum-is) |
| 24 | +* added; `onNewOptionClick` handler for `Creatable`, thanks [Lee Siong Chan](https://github.com/leesiongchan) |
| 25 | +* fixed; `onInputChange` consistent for `Creatable`, thanks [Lee Siong Chan](https://github.com/leesiongchan) |
| 26 | +* fixed; `menuRenderer` is treated consistently between `Creatable` and `Select`, thanks [Brian Vaughn](https://github.com/bvaughn) |
| 27 | +* fixed; `asyncCreatable` options parsing will not parse undefined values into props, thanks [Romain Dardour](https://github.com/unity) |
| 28 | +* added; pass `inputProps` to `inputRenderer`, thanks [Alec Winograd](https://github.com/awinograd) |
| 29 | +* fixed; no exception when clearing an Async field that is not set to multi, thanks [Patrik Stutz](https://github.com/VanCoding) |
| 30 | +* added; allow rendering a custom clear component, thanks [Conor Hastings](https://github.com/conorhastings) |
| 31 | +* fixed; document `ignoreAccents`, thanks [Domenico Matteo](https://github.com/dmatteo) |
| 32 | +* fixed; arrowing up or down in `Select` with 0 options does not throw type error, thanks [Alex Howard](https://github.com/thezanke) |
| 33 | +* fixed; `Creatable` handles null children prop, thanks [Jack Coulter](https://github.com/jscinoz) |
| 34 | +* added; provide `isOpen` to arrowRenderer, thanks [Kuan](https://github.com/khankuan) |
| 35 | +* fixed; re-added the `focus()` method on `Select.Async`, thanks, [Maarten Claes](https://github.com/mcls) |
| 36 | +* fixed; focus the next available option after a selection, not the top option, thanks [Nicolas Raynaud](https://github.com/nraynaud) |
| 37 | + |
| 38 | +## v1.0.0-rc.1 / 2016-09-04 |
4 | 39 |
|
5 | 40 | * fixed; reset value to `[]` when `multi=true`, thanks [Michael Williamson](https://github.com/mwilliamson)
|
6 | 41 | * added; pass index to `renderLabel` method, thanks [nhducit](https://github.com/nhducit)
|
|
0 commit comments