- Notifications
You must be signed in to change notification settings - Fork 91
Update to JedWatson/react-select v1.0.0-rc.3 #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Add undocumented arguments for menuRenderer
Remove unused SCSS mixins
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
Refactored Async.
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
fixed exception when clearing an Async field that is not set to multi
fix arrow flip
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
Release v1.0.0-rc.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
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.