Skip to content

Releases: ericgio/react-bootstrap-typeahead

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

v1.0.0-beta4

22 Dec 07:18
Compare
Choose a tag to compare
v1.0.0-beta4 Pre-release
Pre-release
  • Update documentation for installing v1.0 [#120]

v1.0.0-beta3

22 Dec 07:07
Compare
Choose a tag to compare
v1.0.0-beta3 Pre-release
Pre-release
  • 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

15 Dec 06:29
Compare
Choose a tag to compare
v1.0.0-beta2 Pre-release
Pre-release
  • 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

15 Dec 06:27
Compare
Choose a tag to compare
v1.0.0-beta1 Pre-release
Pre-release

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

18 Nov 22:08
Compare
Choose a tag to compare
  • 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

10 Nov 06:42
Compare
Choose a tag to compare
  • Add bsSize prop to control input size [#81]
  • Updates to README

v0.10.2

27 Oct 07:28
Compare
Choose a tag to compare
  • Disable native browser autocomplete (#99)
  • Upgrade react-onclickoutside version and remove babel devDependency (#100)
  • Add CHANGELOG and CONTRIBUTING docs

v0.10.1

24 Oct 21:53
Compare
Choose a tag to compare
  • Use role="button" instead of href in MenuItem [#97]
  • Update documentation for filterBy

v0.10.0

24 Oct 09:02
Compare
Choose a tag to compare
  • 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