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

Changelog History
Page 7

  • v0.4.6 Changes

    April 06, 2015
    • โšก๏ธ updated; dependencies, build process and input-autosize component
  • v0.4.5 Changes

    March 28, 2015
    • ๐Ÿ›  fixed; issue with long options overlapping arrow and clear icons, thanks Rohit Kalkur
  • v0.4.4 Changes

    March 26, 2015
    • ๐Ÿ›  fixed; error handling click events when the menu is closed, thanks Ilya Petrov
    • ๐Ÿ›  fixed; issue where options will not be filtered in certain conditions, thanks G. Kay Lee
  • v0.4.3 Changes

    March 25, 2015
    • โž• added tests and updated dependencies
  • v0.4.2 Changes

    March 23, 2015
    • โž• added; ESLint and contributing guide
    • ๐Ÿ›  fixed; incorrect classnames variable assignment in window scope
    • ๐Ÿ›  fixed; all ESLint errors and warnings (except invalid JSX undefined/unused vars due to ESLint bug)
    • ๐Ÿ›  fixed; first option is now focused correctly, thanks Eivind Siqveland Larsen
  • v0.4.1 Changes

    March 20, 2015
    • ๐Ÿ›  fixed; IE11 issue: clicking on scrollbar within menu no longer closes menu, thanks Rohit Kalkur
  • v0.4.0 Changes

    March 12, 2015
    • โšก๏ธ updated; compatible with React 0.13
  • v0.3.5 Changes

    March 09, 2015
    • ๐Ÿ‘Œ improved; less/no repaint on scroll for performance wins, thanks jsmunich
    • โž• added; onBlur and onFocus event handlers, thanks Jonas Budelmann
    • โž• added; support for inputProps prop, passed to the <input> component, thanks Yann Plantevin
    • ๐Ÿ”„ changed; now using react-component-gulp-tasks for build
    • ๐Ÿ›  fixed; issue w/ remote callbacks overriding cached options, thanks Corey McMahon
    • ๐Ÿ›  fixed; if not this.props.multi, menu doesn't need handleMouseDown, thanks wenbing
  • v0.3.4 Changes

    February 23, 2015
    • ๐Ÿ›  fixed; issues with the underscore/lodash dependency change, thanks Aaron Powell
  • v0.3.3 Changes

    February 22, 2015
    • โž• added; disabled prop, thanks Danny Shaw
    • โž• added; searchable prop - set to false to disable the search box, thanks Julen Ruiz Aizpuru
    • โž• added; onOptionLabelClick prop - see #66 for docs, thanks Dmitry Smirnov
    • ๐Ÿ›  fixed; text-overflow: ellipsis; typo, thanks Andru Vallance