All Versions
91
Latest Version
Avg Release Cycle
50 days
Latest Release
1898 days ago
Changelog History
Page 6
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()
withReact.findDOMNode(component)
for compatibility with React 0.14
- ๐ fixed; replaced usage of
-
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 inreact-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
- ๐ fixed;
-
v0.4.9 Changes
May 11, 2015- ๐ fixed; focus was being grabbed by the select when
autoload
andasyncOptions
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
- ๐ fixed; focus was being grabbed by the select when
-
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
- ๐ fixed; restored
-
v0.4.7 Changes
April 21, 2015- ๐ improved; lodash is no longer a dependency, thanks Daniel Lo Nigro