react-select@4.2.0
Minor Changes
-
2ffed9c6 #4444 Thanks @Rall3n! - Use accessor props to get value and label in
compareOption
-
2baf5a9d #4414 Thanks @ebonow! - Add
ariaLiveMessages
prop for internationalization and other customizations, addaria-live
prop, and other accessibility fixes. Inspired heavily from the work done by @Kashkovsky, @radegran, @Malgalad, and @TheHollidayInn - thanks to them, @bozdoz for the thorough testing and recommendations, and for everyone who contributed constructive feedback towards a better accessibility experience. -
7cdb8a6b #4391 Thanks @ebonow! - Pass and sanitize CommonProps passed to Group and Input components
Patch Changes
-
c955415c #4437 Thanks @ebonow! - Set event listeners to be non-passive to remove Chrome console warnings
-
3ca22b2f #3827 Thanks @mitchellhamilton! - Memoize stripDiacritics in createFilter for the input with memoize-one so that stripDiacritics is not called for the same string as many times as there are options every time the input changes
Inspired by https://blog.johnnyreilly.com/2019/04/react-select-with-less-typing-lag.html
-
dce3863f #4423 Thanks @Methuselah96! - Remove browser alias fields in order to fix SSR apps
-
ec7c0728 #4443 Thanks @ebonow! - Allow tabIndex prop Type to be number or string