Releases: ericgio/react-bootstrap-typeahead
Releases · ericgio/react-bootstrap-typeahead
v0.8.2
v0.8.1
v0.8.0
- Use lodash optimization plugins for webpack and babel
- Add
blur
method - Add
focus
method - Add missing documentation
- Update dependencies, add .babelrc, and move common webpack config into base file
- Move
Menu
&MenuItem
components into separate file for testability - Add testing infra & browser tests for each component
- Test for result filtering
- Add tests to Travis
v0.7.2
v0.7.1
v0.7.0
- Don't highlight first item by default
- Update input text when cycling through options (single-selection only)
- Expose
clear
method for resetting the input; update example - Update
react-onclickoutside
version - A bunch of internal refactoring to make logic cleaner