Releases: JedWatson/react-select
Releases · JedWatson/react-select
react-select@5.5.3
Patch Changes
07656aaa
#5399 Thanks @dependabot! - Update memoize-one
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