Skip to content

Releases: ericgio/react-bootstrap-typeahead

v0.9.3

28 Sep 06:09
Compare
Choose a tag to compare
  • Fix IE bug where hitting backspace to delete a token would make browser go back
  • Add documentation for dropup prop
  • Move Token selection and keyDown event functionality into container

v0.9.2

08 Sep 02:47
Compare
Choose a tag to compare

Add dropup prop

v0.9.1

01 Sep 22:55
Compare
Choose a tag to compare
  • Allow classnames to be passed to parent component
  • Add onFocus prop

v0.9.0

24 Aug 05:38
Compare
Choose a tag to compare
  • Add renderToken prop
  • Move util functions into utils folder
  • Refactor filtering & add new tests
  • Update how exact match is found
  • Move empty state & paginator logic into Menu
  • Add maxResults and paginate props
  • Move proptype documentation into respective components
  • Move pagination logic into Typeahead [#55]
  • Allow array of strings to be passed as options [#31]
  • Move more code into util functions and add tests

v0.8.4

09 Aug 07:46
Compare
Choose a tag to compare
  • Always show newSelectionPrefix [#54]
  • Keep input focused after deleting a token [#56]
  • Fix example when rendering custom children and allowing new options
  • Force react-onclickoutside v5.3.3 to avoid React warning
  • Update docs

v0.8.3

05 Aug 06:15
Compare
Choose a tag to compare
  • Fix IE bugs
  • Don’t cycle though menu items when menu is closed
  • Update documentation
  • Fix react production warning
  • Update webpack config & build scripts
  • Reduce files that are part of NPM package
  • Fixes to example

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