react-select@3.0.8
github-actions
released this
02 Oct 04:42
·
923 commits
to master
since this release
Patch Changes
- a575a3c4 #3727 Thanks @tonytangau! - Adding an
index
prop toMultiValue
components - 916f0d2c #3644 Thanks @TrySound! - Remove usage of
raf
package and replace withwindow.requestAnimationFrame
because React already depends onrequestAnimationFrame
- cba15309 #3676 Thanks @wiesys! - Fix
loadingMessage
andnoOptionsMessage
properties inStyles
flow type - 32f9475e #3790 Thanks @JedWatson! - Remove unnecessary dependency on
classnames
package - 1731175d #3733 Thanks @ddc67cd! - Pass
name
toonChange
meta inCreatable
to make it consistent with onChange in standardSelect