Skip to content

Releases: ericgio/react-bootstrap-typeahead

v2.0.0-alpha.2

25 Jul 07:03
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

Bug Fixes

  • Fix bodyContainer + dropup positioning

Enhancements + Feature Requests

  • Add CSS class names for scoping when bodyContainer=true (#205)
  • Mimic focus state
  • Better support for Bootstrap 4

Internal

  • Move 'form-control' classname to top level

v2.0.0-alpha.1

21 Jul 03:21
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

Breaking Changes

  • Major CSS refactor. Update classnames and consolidate CSS files into one

Deprecations

  • name prop is deprecated in favor of inputProps

Bug Fixes

  • "Too much recursion" on nearly-empty lists (#142)
  • Controlled input behavior (#198)
  • initialItem behavior (#203)

Enhancements + Feature Requests

  • Auto-highlight only result (#77)
  • Allow selecting hint on enter (#188)
  • Add inputProps prop (#33, #79, #138)
  • Add onKeyDown prop
  • onMenuShow & onMenuHide hooks (#210)

Internal

  • Move non-rendering logic into container
  • Abstract hinting functionality
  • Merge single- and multi-select inputs
  • Move prop warnings into custom propTypes
  • Update packages

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