Skip to content

Releases: JedWatson/react-select

[email protected]

16 Oct 22:49
8c43bc8
Compare
Choose a tag to compare

Patch Changes

  • 0f6ef093 #5381 Thanks @Methuselah96! - Disable use of ResizeObserver for menu position auto-updating to avoid potential breaking changes.

[email protected]

12 Oct 23:23
8eb050b
Compare
Choose a tag to compare

Minor Changes

[email protected]

30 Jun 12:59
56d2154
Compare
Choose a tag to compare

Minor Changes

  • 5d49f70a #5249 Thanks @Methuselah96! - Export formatOptionLabel types (i.e., FormatOptionLabelMeta and FormatOptionLabelContext).

[email protected]

08 May 16:55
ec3bd2e
Compare
Choose a tag to compare

Patch Changes

[email protected]

27 Apr 19:09
c963633
Compare
Choose a tag to compare

Patch Changes

[email protected]

10 Apr 18:28
fe7dab3
Compare
Choose a tag to compare

Minor Changes

Patch Changes

[email protected]

13 Jan 17:51
69465fc
Compare
Choose a tag to compare

Patch Changes

[email protected]

05 Nov 22:17
4e06d22
Compare
Choose a tag to compare

Patch Changes

[email protected]

02 Nov 01:37
4563298
Compare
Choose a tag to compare

Minor Changes

  • 6c7a3d1e #4785 Thanks @Rall3n! - Add prevInputValue 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

[email protected]

05 Oct 03:26
c1ffcd6
Compare
Choose a tag to compare

Minor Changes

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