React-Select-Plus v1.2.0 Release Notes
Release Date: 2018-01-08 // about 7 years ago-
- Source cleanup, thanks to Yuri S and Charles Lee - see PR
- Switched from babel-preset-es2015 to babel-preset-env, thanks Rambabu Yadlapalli - see PR
- ๐ Fixed focused option. Issue #2237, thanks Yuri S - see PR
- ๐ Fix onSelectResetsInput bug from keyboard navigation, thanks Charles Lee - see PR
- ๐ Fixed all warnings on running tests, thanks Yuri S - see PR
- โ Added missing tests for Option.js and refactored Option-test.js., thanks Yuri S - see PR
- โ Added missing tests for Async.js, thanks Yuri S - see PR
- ๐ Fixed console error in GitHub users example, thanks Yuri S - see PR
- ๐ Fixed readme example. Issue #2235, thanks Yuri S - see PR
- Regression fix for single select with onSelectResetsInput=false, thanks Yuri S - see PR
- Pass placeholder prop to ValueComponent, thanks Aravind Srivatsan - see PR
- ๐จ Refactored handleKeyDown switch, thanks Yuri S - see PR
- ๐ onSelectResetsInput regression fixed, thanks Jed Watson - see PR
- Don't open drop down menu when clear values, thanks Jed Watson - see PR
- Clear input value on receiving props with another value., thanks Yuri S - see PR
- ๐ Fix/is option unique crash, thanks Jacob Zuo - see PR
- ๐ Use react-input-autosize v2.1.2 for guard against undefined window, thanks DStyleZ - see PR
- ๐ Fix issue #2182, thanks Kurt Hoyt - see PR
- Documenting behavior of onBlurResetsInput in the readme., thanks hobbsl - see PR
- ๐ Use onSelectResetsInput for single select, thanks lachiet - see PR
- ๐ Fix state value in README example, thanks Srishan Bhattarai - see PR
- document breaking change of removing getInputValue, thanks Turadg Aleahmad - see PR
- ๐ Fixed search for invalid label and/or value, thanks Yuri S - see PR
Previous changes from v1.1.0
-
- โ added; more props are passed to the Option component:
focusOption
,inputValue
,selectValue
,removeValue
- โ added; the
inputValue
is passed as the third argument to theoptionRenderer
- ๐ fixed; issues opening the menu correctly for multiselect when
autosize={false}
- ๐ fixed; removed
event.stopPropagation()
from Select'sclearValue
andonClick
handlers, thanks Thomas Burke - ๐ fixed;
handleMouseDownOnArrow
whenopenOnClick={false}
, thanks elias ghali - ๐ fixed; conditional scrolling into view of focused option, thanks Michael Lewis
- โ added; more props are passed to the Option component: