Skip to content

Releases: ericgio/react-bootstrap-typeahead

v1.4.2

12 Jul 16:03
Compare
Choose a tag to compare
  • Fix maxResults bug (#208)

v1.4.1

03 Jul 07:05
Compare
Choose a tag to compare

Bug Fixes

  • Don't override MenuItem onClick (#192)
  • Fix erroneous use of getDefaultProps (#204)
  • Keep only one selection when going from multi- to single-select

Internal Updates

  • Add _updateText method
  • Update/improve getInputTextSpec
  • Finish converting everything to ES6 classes

v1.4.0

10 Jun 17:44
Compare
Choose a tag to compare
  • Fix React deprecation warnings (#181, fixes #168)
  • Don't share query cache between AsyncTypeahead instances (#170)
  • cancel searchDebounce in componentWillUnmount (#167)
  • Updates to docs

v1.3.0

12 Apr 22:09
Compare
Choose a tag to compare
  • Use requestAnimationFrame instead of throttle to redraw menu in Overlay
  • Minor updates to documentation

v1.2.0

02 Mar 18:11
Compare
Choose a tag to compare
  • Fix rendering when used with input-group (#74)
  • Hide native IE clear button (#153)
  • Fix allowNew behaviors in AsyncTypeahead, add tests & examples (#147)
  • Allow AsyncTypeahead to work properly with multi-select version (#145)
  • Add submitFormOnEnter prop (#135)
  • Add Github issue template

v1.1.0

18 Feb 05:34
Compare
Choose a tag to compare
  • Fix translucent background color on hint input (#141)
  • Add onPaginate hook (#143)
  • Update babel-plugin-transform-react-remove-prop-types version

v1.0.2

15 Feb 11:27
Compare
Choose a tag to compare
  • REALLY fix #140 this time

v1.0.1

15 Feb 11:27
Compare
Choose a tag to compare
  • Revert changes to extensions in index.js to fix #140
  • Update example URL in README

v1.0.0

15 Feb 05:38
Compare
Choose a tag to compare

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 & updated MenuItem 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

27 Jan 06:11
Compare
Choose a tag to compare
v1.0.0-beta5 Pre-release
Pre-release
  • 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