Releases: ericgio/react-bootstrap-typeahead
Releases · ericgio/react-bootstrap-typeahead
v0.10.2
- Disable native browser autocomplete (#99)
- Upgrade
react-onclickoutside
version and remove babel devDependency (#100)
- Add CHANGELOG and CONTRIBUTING docs
v0.10.1
- Use
role="button"
instead of href
in MenuItem
[#97]
- Update documentation for
filterBy
v0.10.0
- Add
caseSensitive
prop and ability to filter by field [#91]
- Disable menu items with
disabled
prop on options [#86]
- Expose other components at top level
- Use
warning
and invariant
for errors and warnings
- Remove proptypes in prod
- Omit comments in build
- Update build script
- Update babel plugins
- Cleanup
v0.9.4
Fix bug introduced in 0.9.3 that prevented backspace from working on IE
v0.9.3
- Fix IE bug where hitting backspace to delete a token would make browser go back
- Add documentation for
dropup
prop
- Move Token selection and keyDown event functionality into container
v0.9.1
- Allow classnames to be passed to parent component
- Add
onFocus
prop
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
and paginate
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
- Always show
newSelectionPrefix
[#54]
- Keep input focused after deleting a token [#56]
- Fix example when rendering custom children and allowing new options
- Force
react-onclickoutside
v5.3.3 to avoid React warning
- Update docs
v0.8.3
- Fix IE bugs
- Don’t cycle though menu items when menu is closed
- Update documentation
- Fix react production warning
- Update webpack config & build scripts
- Reduce files that are part of NPM package
- Fixes to example