React-Select-Plus v1.2.0 Release Notes

Release Date: 2018-01-08 // about 6 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 the optionRenderer
    • ๐Ÿ›  fixed; issues opening the menu correctly for multiselect when autosize={false}
    • ๐Ÿ›  fixed; removed event.stopPropagation() from Select's clearValue and onClick handlers, thanks Thomas Burke
    • ๐Ÿ›  fixed; handleMouseDownOnArrow when openOnClick={false}, thanks elias ghali
    • ๐Ÿ›  fixed; conditional scrolling into view of focused option, thanks Michael Lewis