react-select v3.0.8 Release Notes

Release Date: 2019-10-02 // over 4 years ago
  • Patch Changes

    • a575a3c4 #3727 Thanks @tonytangau! - Adding an index prop to MultiValue components
    • ๐Ÿ“ฆ 916f0d2c #3644 Thanks @TrySound! - Remove usage of raf package and replace with window.requestAnimationFrame because React already depends on requestAnimationFrame
    • ๐Ÿ’… cba15309 #3676 Thanks @wiesys! - Fix loadingMessage and noOptionsMessage properties in Styles flow type
    • ๐Ÿ“ฆ 32f9475e #3790 Thanks @JedWatson! - Remove unnecessary dependency on classnames package
    • 1731175d #3733 Thanks @ddc67cd! - Pass name to onChange meta in Creatable to make it consistent with onChange in standard Select