All Versions
91
Latest Version
Avg Release Cycle
50 days
Latest Release
2155 days ago
Changelog History
Page 7
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
andonFocus
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 tofalse
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
- โ added;