react-select v2.4.0 Release Notes

Release Date: 2019-02-15 // about 5 years ago
  • ๐Ÿ› Bug fixes

    • ๐Ÿšš #3427 remove focusOption() invocation on ENTER press if the menu is not open.
    • ๐Ÿ‘€ #3402 fix menu scroll being reset on focus of a select with an open menu in ie11. See #3342 for details. Thanks timothypage
    • ๐Ÿ›  #3420 fixed select menu being opened on click, when openMenuOnClick is false. Thanks caleb and rscotten
    • ๐Ÿ›  #3419 fixed bug with ScrollCaptor operating on an undefined scrollTarget. Thanks iulian-radu-at
    • #3411 fix bug where Enter key press on select with a closed menu wouldn't propagate up. Resolves #2217.
    • ๐Ÿšš #3407 remove unnecessary aria-roles from menu and options. This is now all handled by our aria-live implementation. Resolves #3355. Thanks sarahbethfederman.
    • #3393, fix aria live announcement text for removing a selected option. Thanks msharkeyiii.
    • โšก๏ธ #3350 Updated to 0.91 of flow. Updated types to pass stricter type checking, in later versions of flow. Thanks DragonWW

    โšก๏ธ Updates

    • โšก๏ธ #3370 Updated memoize-one dependency to 5.0.0. Thanks adam187
    • โšก๏ธ #3366 Update build tooling, to leverage babel 7. Thanks DragonWW