Releases: JedWatson/react-select
react-select@5.5.2
Patch Changes
00238f1a
#5376 Thanks @lukebennett88! - Fix bug with animated multi-value select width being too wide
react-select@5.5.1
Patch Changes
0f6ef093
#5381 Thanks @Methuselah96! - Disable use of ResizeObserver for menu position auto-updating to avoid potential breaking changes.
react-select@5.5.0
Minor Changes
598f9ee0
#5256 Thanks @Methuselah96! - Auto-update menu position when using menu portalling
react-select@5.4.0
Minor Changes
5d49f70a
#5249 Thanks @Methuselah96! - ExportformatOptionLabel
types (i.e.,FormatOptionLabelMeta
andFormatOptionLabelContext
).
react-select@5.3.2
Patch Changes
1f140e42
#5177 Thanks @Methuselah96! - Fix view height used for menu positioning to be the scroll parent instead of the window
react-select@5.3.1
Patch Changes
03bf7351
#5164 Thanks @Methuselah96! - Bump @emotion/react to ^11.8.1 to avoiduseInsertionEffect
bug
react-select@5.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
react-select@5.2.2
react-select@5.2.1
react-select@5.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.