React-Select-Plus v0.5.0 Release Notes

Release Date: 2015-06-20 // almost 9 years ago
    • ๐Ÿ›  fixed; esc key incorrectly created empty options, thanks rgrzelak
    • adeed; New feature to allow option creation ("tags mode"), enable with allowCreate prop, thanks Florent Vilmart and Brian Reavis
    • ๐Ÿ›  fixed; IE8 compatibility fallback for addEventListener/removeEventListener, which don't exist in IE8, thanks Stefan Billiet
    • ๐Ÿ›  fixed; Undefined values when using asyncOptions, thanks bannaN
    • ๐Ÿ›  fixed; Prevent add the last focused value when the drop down menu is closed / Pushing enter without dropdown open adds a value, thanks Giuseppe
    • ๐Ÿ›  fixed; Callback context is undefined, thanks Giuseppe
    • ๐Ÿ›  fixed; Issue with event being swallowed on Enter keydown, thanks Kevin Burke
    • โž• added; Support for case-insensitive filtering when matchPos="start", thanks wesrage
    • โž• added; Support for customizable background color, thanks John Morales
    • ๐Ÿ›  fixed; Updated ESLint and cleared up warnings, thanks Alexander Shemetovsky
    • ๐Ÿ›  fixed; Close dropdown when clicking on select, thanks Nik Butenko
    • โž• added; Tests, and mocha test framework, thanks Craig Dallimore
    • ๐Ÿ›  fixed; You can now start the example server and watch for changes with npm start