Skip to content

Releases: ericgio/react-bootstrap-typeahead

v0.8.2

03 Aug 05:27
Compare
Choose a tag to compare

Fix input cursor behaviors (#50)

v0.8.1

02 Aug 19:52
Compare
Choose a tag to compare
  • Fix bug where paginationText was not being properly passed to TypeaheadMenu
  • Add tests for pagination props

v0.8.0

02 Aug 08:54
Compare
Choose a tag to compare
  • Use lodash optimization plugins for webpack and babel
  • Add blur method
  • Add focus method
  • Add missing documentation
  • Update dependencies, add .babelrc, and move common webpack config into base file
  • Move Menu & MenuItem components into separate file for testability
  • Add testing infra & browser tests for each component
  • Test for result filtering
  • Add tests to Travis

v0.7.2

28 Jul 23:23
Compare
Choose a tag to compare

Prevent onClick from firing when MenuItem is disabled

v0.7.1

26 Jul 19:23
Compare
Choose a tag to compare
  • Fix rest/spread error that was breaking build
  • Don't show hint when there's already a selection
  • Use opacity for hint instead of explicit color

v0.7.0

25 Jul 16:19
Compare
Choose a tag to compare
  • Don't highlight first item by default
  • Update input text when cycling through options (single-selection only)
  • Expose clear method for resetting the input; update example
  • Update react-onclickoutside version
  • A bunch of internal refactoring to make logic cleaner

v0.6.4

24 Jul 19:11
Compare
Choose a tag to compare

Fix bug where menu closes before selection can be made when clicking a menu item

v0.6.3

22 Jul 18:04
Compare
Choose a tag to compare

Autocomplete hint on tab

v0.6.2

22 Jul 15:19
Compare
Choose a tag to compare

Fix esc and tab not closing the menu

v0.6.1

21 Jul 21:41
Compare
Choose a tag to compare
  • Make hint case-insensitive