Skip to content

Releases: ericgio/react-bootstrap-typeahead

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

v0.9.4

28 Sep 06:53
Compare
Choose a tag to compare

Fix bug introduced in 0.9.3 that prevented backspace from working on IE

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