Releases: ericgio/react-bootstrap-typeahead
Releases · ericgio/react-bootstrap-typeahead
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
v1.0.0-beta4
- Update documentation for installing v1.0 [#120]
v1.0.0-beta3
- Add option to ignore diacritical marks [#124]
autoFocus
prop [#114]
- Fix #121
- Add
clearButton
for clearing the input
- Additional tests, examples, & documentation
v1.0.0-beta2
- Fix pending request display bug in
asyncContainer
- Suppress menu when there are no results and empty string is passed to
emptyLabel
(#109)
- Update
emptyLabel
display logic in asyncContainer
v1.0.0-beta1
Major updates to internal API as well as some breaking changes to public API:
Breaking changes:
- Remove default export
- Kill
paginateResults
prop
New features:
asyncContainer
HoC & AsyncTypeahead
component (#78)
menuItemContainer
HoC & updated MenuItem
component
- Use
Overlay
to show & hide menu (#95)
isLoading
prop for async contexts, displays loader
renderMenu
prop (#102)
- Warnings for conflicting props
v0.10.4
- PR: Allow 'labelKey' prop to take a function (#111) (Addresses #106)
- Stop using
lodash-webpack-plugin
since it was causing bugs
- Update test utils and fix tests
v0.10.3
- Add
bsSize
prop to control input size [#81]
- Updates to README
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