All notable changes to this project will be documented in this file.
- Label prop renamed to Placeholder
- CustomLabelRender removed
- Custom option render removed
- Option component defaulted and exported from library main file
- Label component defaulted and exported from library main file
- Select props changes
- Add new examples
- Move from children based architecture to component inside
- Css classes and dom nodes changes
- Removed extra dependencies
- Removed dependencies section in package.json file
- Package.json update
- Added react 16.0 support
- Minor code changes, syntax corrections
- highlightTextGetter
- highlightTextSetter
- Value now its a compound object (check you code before update, see more in migration chapter)
- example changed (search with date correct now)
- Added custom options map function, for usage with extra features, like dates in selector
- Custom label render function, placeholder added as second argument
- Additional example added
- Readme propTypes description
- Component migrated from uncontrolled to controlled
- Added closeOnChange bool flag in props
- Removed webpack global.require issue
- FuseBox dev dependency updated
- Changelog document.
- New visual identity.
- Updated the js core, migrated to the Type Script.
- Async evaluating the onChange callback
- Removed React, ReactDOM, deps, you can use library with PReact now
- onChage argument is array all time, not depend on multiple flag state in true or false
- Search moved to the options list
- New stack with unit tests with Jest instead of Karma + Jasmine
- CSS classes was restored from 2.x version and don't need to change it
- DOM changes, options list will moved to the react-select-item
- Removed button.react-select-item, we are using div.react-select-item now
- Added awesome click outside handler
- Dev migration from Webpack to FuseBox
- Hotkeys removed temporary in 3.0 beta release, will be restored later
- Highlight search text
- Merge react-select-box pull-request to the main branch and release new version
- Search added
- Click outside logic changed