Releases: JedWatson/react-select
Releases · JedWatson/react-select
[email protected]
Patch Changes
ebb0a17a
#5404 Thanks @Methuselah96! - Use ResizeObserver to auto-update menu position if available
[email protected]
Patch Changes
07656aaa
#5399 Thanks @dependabot! - Update memoize-one
[email protected]
Patch Changes
00238f1a
#5376 Thanks @lukebennett88! - Fix bug with animated multi-value select width being too wide
[email protected]
Patch Changes
0f6ef093
#5381 Thanks @Methuselah96! - Disable use of ResizeObserver for menu position auto-updating to avoid potential breaking changes.
[email protected]
Minor Changes
598f9ee0
#5256 Thanks @Methuselah96! - Auto-update menu position when using menu portalling
[email protected]
Minor Changes
5d49f70a
#5249 Thanks @Methuselah96! - ExportformatOptionLabel
types (i.e.,FormatOptionLabelMeta
andFormatOptionLabelContext
).
[email protected]
Patch Changes
1f140e42
#5177 Thanks @Methuselah96! - Fix view height used for menu positioning to be the scroll parent instead of the window
[email protected]
Patch Changes
03bf7351
#5164 Thanks @Methuselah96! - Bump @emotion/react to ^11.8.1 to avoiduseInsertionEffect
bug
[email protected]
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