Releases: ericgio/react-bootstrap-typeahead
Releases · ericgio/react-bootstrap-typeahead
v1.4.2
v1.4.1
v1.4.0
v1.3.0
v1.2.0
v1.1.0
v1.0.2
v1.0.1
v1.0.0
Major updates to internal API as well as some breaking changes to public API. Be sure to read the upgrade guide.
Breaking changes:
- Remove default export
- Kill
paginateResults
prop - Update
renderMenuItemChildren
signature
New features:
asyncContainer
HoC &AsyncTypeahead
component (#78)renderMenu
prop (#102)menuItemContainer
HoC & updatedMenuItem
component- Use
Overlay
to show & hide menu (#95) autoFocus
prop (#114)isLoading
prop for async contexts, displays loader- Add option to ignore diacritical marks (#124)
- Add
clearButton
for clearing the input - Add custom highlighter classname to
TypeaheadMenu
- Pass input text to user
filterBy
callback - Suppress menu when there are no results and empty string is passed to
emptyLabel
(#109) - Update disabled token state and styles
- Warnings for conflicting props
Bug fixes
- Don't paginate results when
paginate=false
- Hide menu when firing
blur
method - Fix hinting bugs when used with
minLength
Other
- New example page
- Additional tests & documentation
v1.0.0-beta5
- New example page
- Fix hinting bugs when used with
minLength
- Update disabled token state and styles
- Pass input text to user
filterBy
callback - Don't paginate results when
paginate=false
- Update
renderMenuItemChildren
signature (breaking change) - Don't show clearButton when input is disabled
- Hide menu when firing
blur
method - Fix redraw on scroll event when menu is attached to body
- Add custom highlighter classname to
TypeaheadMenu