Releases: ericgio/react-bootstrap-typeahead
Releases · ericgio/react-bootstrap-typeahead
v0.9.3
v0.9.2
v0.9.1
v0.9.0
- Add
renderToken
prop - Move util functions into utils folder
- Refactor filtering & add new tests
- Update how exact match is found
- Move empty state & paginator logic into
Menu
- Add
maxResults
andpaginate
props - Move proptype documentation into respective components
- Move pagination logic into
Typeahead
[#55] - Allow array of strings to be passed as options [#31]
- Move more code into util functions and add tests
v0.8.4
v0.8.3
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