React-Select-Plus v1.0.0-rc.9 Release Notes

Release Date: 2017-09-13 // over 6 years ago
    • πŸ›  fixed; clearable padding style, thanks Minori Miyauchi
    • πŸ›  fixed; removed use of Object.assign, fixes IE compatibility
    • βž• added; new closeOnSelect prop (defaults to true) that controls whether the menu is closed when an option is selected, thanks to Michael Elgar for the original idea
    • πŸ”„ changed; by default, the menu for multi-selects now closes when an option is selected
    • πŸ”„ changed; Async component no longer always clears options when one is selected (although the menu is now closed by default). Use closeOnSelect={false} onSelectResetsInput={false} to leave the menu open.
    • πŸ›  fixed; Async component always called onChange even when it wasn't provided
    • πŸ›  fixed; input lag for the Async component when results are returned from cache
    • πŸ›  fixed; required was not being updated without an onChange handler
    • πŸ›  fixed; peer dependencies for prop-types, thanks MichaΓ«l De Boey
    • πŸ›  fixed; internal optimisations, thanks Kieran Boyle
    • βž• added; Value component is now exported, thanks Prof Gra
    • πŸ›  fixed; callback fired after Async component unmounts, thanks Andrew Russell
    • πŸ›  fixed; wrapping on Firefox in SCSS files, thanks Michael Williamson