All Versions
91
Latest Version
Avg Release Cycle
50 days
Latest Release
2298 days ago

Changelog History
Page 6

  • v0.5.6 Changes

    July 27, 2015
    • ๐Ÿ›  fixed; Allow entering of commas when allowCreate is on but multi is off, thanks Angelo DiNardi
    • ๐Ÿ›  fixed; Times (clear) character is now rendered from string unicode character for consistent output, thanks Nibbles
    • ๐Ÿ›  fixed; allowCreate bug, thanks goodzsq
    • ๐Ÿ›  fixed; changes to props.placeholder weren't being reflected correctly, thanks alesn
    • ๐Ÿ›  fixed; error when escape is pressedn where clearValue was not passed the event, thanks Mikhail Kotelnikov
    • โž• added; More tests, thanks Dave Brotherstone
  • v0.5.5 Changes

    July 12, 2015
    • ๐Ÿ›  fixed; replaced usage of component.getDOMNode() with React.findDOMNode(component) for compatibility with React 0.14
  • v0.5.4 Changes

    July 06, 2015
    • ๐Ÿ›  fixed; regression in 0.5.3 that broke componentWillMount, sorry everyone!
    • โž• added; addLabelText prop for customising the "add {label}?" text when in tags mode, thanks Fenn
  • v0.5.3 Changes

    July 05, 2015
    • ๐Ÿ›  fixed; autoload issues, thanks Maxime Tyler
    • ๐Ÿ›  fixed; style incompatibilities with Foundation framework, thanks Timothy Kempf
  • v0.5.2 Changes

    June 28, 2015
    • ๐Ÿ›  fixed; bug where Select shows the value instead of the label, thanks Stephen Demjanenko
    • โž• added; 'is-selected' classname is added to the selected option, thanks Alexey Volodkin
    • ๐Ÿ›  fixed; async options are now loaded with the initial value, thanks Pokai Chang
    • ๐Ÿ›  fixed; react-input-autosize now correctly escapes ampersands (&), not actually a fix in react-select but worth noting here because it would have been causing a problem in react-select as well.
  • v0.5.1 Changes

    June 21, 2015
    • โž• added; custom option and value rendering capability, thanks Brian Reavis
    • ๐Ÿ›  fixed; collapsing issue when single-select or empty multi-select fields are disabled
    • ๐Ÿ›  fixed; issue where an empty value would be left after clearing all values in a multi-select field
  • v0.5.0 Changes

    June 20, 2015
    • ๐Ÿ›  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
  • v0.4.9 Changes

    May 11, 2015
    • ๐Ÿ›  fixed; focus was being grabbed by the select when autoload and asyncOptions were set
    • โž• added; focus method on the component
    • โž• added; support for disabled options, thanks Pasha Palangpour
    • ๐Ÿ‘Œ improved; more closures, less binds, for better performance, thanks Daniel Cousens
  • v0.4.8 Changes

    May 02, 2015
    • ๐Ÿ›  fixed; restored dist/default.css
    • ๐Ÿ›  fixed; standalone example works again
    • ๐Ÿ›  fixed; clarified dependency documentation and added dependencies for Bower
    • ๐Ÿ›  fixed; Scoping issues in _bindCloseMenuIfClickedOutside, thanks bannaN
    • ๐Ÿ›  fixed; Doesnt try to set focus afterupdate if component is disabled, thanks bannaN
  • v0.4.7 Changes

    April 21, 2015
    • ๐Ÿ‘Œ improved; lodash is no longer a dependency, thanks Daniel Lo Nigro