build: update dependency react-select to v5
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
react-select | 4.3.1 -> 5.3.2 |
Release Notes
JedWatson/react-select
v5.3.2
Patch Changes
-
1f140e42
#5177 Thanks @Methuselah96! - Fix view height used for menu positioning to be the scroll parent instead of the window
v5.3.1
Patch Changes
-
03bf7351
#5164 Thanks @Methuselah96! - Bump @emotion/react to ^11.8.1 to avoiduseInsertionEffect
bug
v5.3.0
Minor Changes
Patch Changes
-
0aaa9575
#5134 Thanks @rkulinski! - Use defaultPrevented to skip duplicate event handler for clicking select. -
87e14431
#5131 Thanks @pcorpet! - Avoid referencing an ID that is not in the DOM -
7184d538
#5082 Thanks @Methuselah96! - Fix type inference for Async's loadOptions prop -
bd4ee8ae
#5057 Thanks @Rall3n! - Prevent transition props from being forwarded to<input>
element inDummyInput
component
v5.2.2
Patch Changes
-
940a50b1
#4928 Thanks @Methuselah96! - Fix usage with esModuleInterop disabled -
54f9538e
#4941 Thanks @prichey! - Use React's AriaAttributes type directly rather than recreating -
e97d45c0
#4908 Thanks @vjee! - Make 3rd argument of CommonProps['setValue'] optional.
v5.2.1
Patch Changes
-
f172d7f9
#4886 Thanks @Akridian! - Hooks for creation of custom Selects are now exported from main entry
v5.2.0
Minor Changes
-
6c7a3d1e
#4785 Thanks @Rall3n! - AddprevInputValue
to action meta -
b522ac65
#4860 Thanks @ebonow! - Fix animated MultiValue transitions when being removed and change method used to generate unqiue keys for Option components. Closes #4844 , closes #4602
Patch Changes
-
417e7217
#4842 Thanks @Methuselah96! - Remove src directory from published package -
480ea85b
#4846 Thanks @Methuselah96! - Add missing index to MultiValue props type -
b8e34472
#4854 Thanks @mikunpham! - Make input container css re-compute whenever input value changes due to a bug from@emotion/react
in development env.
v5.1.0
Minor Changes
-
8b38d49b #4807 Thanks @hcharley! - Export AsyncCreatableProps from creatable entrypoint
-
46eeda1a #4801 Thanks @Methuselah96! - Export more types from main entry point
Patch Changes
-
fdd01e66 #4833 Thanks @ebonow! - Value container display property should be grid when isMulti and has no value so the Placeholder component is positioned correctly with the Input
-
0937604f #4823 Thanks @mikunpham! - Fix the issue where input contents are moved to the left due to multiple space characters.
-
ec80b577 #4803 Thanks @Methuselah96! - Import CSSObject from @emotion/react instead of @emotion/serialize
v5.0.0
Major Changes
-
ef87c3ac #4683 Thanks @JedWatson! - React-Select has been converted from Flow to TypeScript.
Other changes for v5 include usage of
forwardRef
, new hooks forstateManager
,async
andcreatable
components, and more reliable filtering implementaion with new options in the creatable variant.
Patch Changes
-
10225290 #4720 - Updated the layout for the singleValue input/placeholder/container so that it works better when used in flex layouts.
-
53f1972b #4731 Thanks @JedWatson! - MultiValue key now includes a hyphen between the value and the index to prevent edge cases where you could get a duplicate key error
-
b41f4ceb #4704 Thanks @Rall3n! - Fix findDOMNode deprecation by adding refs to transition components
-
4b028829 #4634 - The readonly attribute has been removed from the DummyInput to improve accessibility
-
7fcec537 #4697 - Add the role of combobox and the required ARIA attributes to the Input and DummyInput components to allow JAWS support and a better screen reader experience overall.
-
ca2c0e5b #4756 Thanks @fdcds! - Add
option
field to type ofCreateOptionActionMeta
-
9e82aadc #4676 - The following improvements have been made for screen reader users:
- NVDA now announces the context text when initially focused
- Selected option/s (single and multi) are now announced when initially focused
- VoiceOver now announces the context text when re-focusing
- The clear action is now announced
- Placeholder text is now announced
- Mobile VoiceOver is now able to remove selected multi options
-
638f5455 #4702 Thanks @Methuselah96! - The Option generic is no longer required to extend the OptionBase type
-
23cea0b5 #4782 Thanks @Methuselah96! - Fix type of loadingMessage prop to allow it to return any ReactNode
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.