React-Select-Plus v0.6.0 Release Notes

Release Date: 2015-08-05 // over 8 years ago
    • ๐Ÿ‘Œ improved; option, value and single value have been split out into their own components, and can be customised with props. see #328 for more details.
    • ๐Ÿ‘Œ improved; Near-complete test coverage thanks to the awesome work of Dave Brotherstone
    • ๐Ÿ‘Œ improved; Support all alpha/beta/rc's of React 0.14.0, thanks Sรฉbastien Lorber
    • ๐Ÿ›  fixed; Close multi-select menu when tabbing away, thanks Ben Alpert
    • ๐Ÿ›  fixed; Bug where Select shows the value instead of the label (reapplying fix)
    • ๐Ÿ›  fixed; valueRenderer now works when multi={false}, thanks Chris Portela
    • โž• added; New property backspaceRemoves (default true), allows the default behaviour of removing values with backspace when multi={true}, thanks Leo Lehikoinen