Skip to content
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

Update dependency react-select to version ^2.0.0 #243

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 23, 2018

This Pull Request updates dependency react-select (source) from ^1.0.0-rc.3 to ^2.0.0


Release Notes

v2.0.0

Compare Source

  • async select now accepts a filterOptions function as a prop #​2822
  • [BREAKING] react-select now exports react-select.esm.js from dist instead of react-select.es.js #​2641
  • [BREAKING] innerRef assignments in custom components must now be made from the root of the prop object, as opposed to reaching into innerProps. This is part of the work to normalize the behaviour circa custom components. #​2824
  • className and classNamePrefix deprecation warning and backward compatibility removed. className now only affects the select container, classNamePrefix prefixes all internal components. #​2820
  • Added closeMenuOnScroll prop, which can either be a boolean or a function, if set to true the select menu will close on scroll of the document/body. If a function is supplied, it must take the following shape (event: ScrollEvent) => boolean, the boolean value will be used to resolve whether the menu should be closed or stay open. #​2809, thanks Vynlar for this.
  • Added fix to support IME inputs. #​2767, thanks shamabe
  • Removed primitives, and normalise multi-value components to be in line with existing component customisation patterns. #​2821
  • Normalised isOptionDisabled to be inline with its sibling prop isOptionSelected. #​2821 Thanks SimeonC
  • #​2814 Added memoization to custom components within Select.js as well as in the exported makeAnimated factory method. Thanks to Alex Reardon's memoize-one
  • #​2652, Async Select now re-evaluates defaultOptions on componentWillReceiveProps. Thanks jesstelford


This PR has been generated by Renovate Bot.

@renovate renovate bot added automated-update renovate Automatic dependencies updates labels Jul 23, 2018
@renovate renovate bot force-pushed the renovate/react-select-.x branch from bba5102 to f8a7120 Compare August 7, 2018 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated-update renovate Automatic dependencies updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant