Skip to content

Conversation

TrevorBurnham
Copy link
Contributor

https://github.com/JedWatson/react-select/blob/v1.0.0-rc.3/HISTORY.md hasn't been updated, so it's a little unclear what's changed relative to rc.1. From the commit history, it looks like it's just been bugfixes. Merge conflicts were minimal and all tests pass.

juliankrispel and others added 30 commits September 7, 2016 13:21
Add undocumented arguments for menuRenderer
Fix setting option ref when focused.
Add "select all text" functionality Shift+Home|Del
Fixed #546. Added support for boolean values.
I think we’re getting close to another rc release, updating the build so anyone looking at what’s on git includes latest updates
fix #1236 Previously, the same object was being used by for async cache by default when no cache was passed to the component. This same object was used for every instance. Now, an object is used to determine if the default is being used and will create a new object for each instance in which no prop was passed.
[README] Remove duplicated `promptTextCreator` field
Adding back ref that was removed in rc2
Fix for Creatable doesn't allow input key down handling. Issue #1247
Tim Connor and others added 28 commits January 23, 2017 13:50
fixed exception when clearing an Async field that is not set to multi
Fixes for code style consistency
May not be desirable in the long term but adding it for now to simplify things
allow rendering a custom clear component
Document the undocumented `ignoreAccents` property
Fixes #1447 - Uncaught TypeError
[Creatable] Handle null children prop gracefully
tiny update to readme fixing noResultsText info
Provide `isOpen` to arrowRenderer
Re-added the focus() method on Select.Async
try to focus the next available option after a selection.
The calls to setState should be batched, but this protects against an edge-case where they may not be
@TrevorBurnham TrevorBurnham merged commit f8a8d27 into master Jan 31, 2017
@TrevorBurnham TrevorBurnham deleted the update-to-upstream-rc.3 branch January 31, 2017 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment