Skip to content

Releases: ericgio/react-bootstrap-typeahead

v6.0.0-alpha.8

11 Feb 07:48
Compare
Choose a tag to compare
v6.0.0-alpha.8 Pre-release
Pre-release

Breaking

  • Introduced selectHint as a top-level prop; removed shouldSelectHint from lower-level components.
  • Removed 'large' and 'small' as valid values from the size prop

Please see the migration guide for more details on breaking changes.

Internal + Documentation

  • Add instructions for BS5 CSS
  • Added breaking changes to the migration guide
  • Added more Storybook stories
  • Updated Jest config/setup

v6.0.0-alpha.7

04 Feb 20:41
Compare
Choose a tag to compare
v6.0.0-alpha.7 Pre-release
Pre-release

Feature Requests

  • Support BS5 close button (Breaking)

Bug Fixes

  • Don't pass option object to token

Internal + Documentation

  • Incorporate Storybook and add Chromatic integration
  • Upgrade some dependencies

v6.0.0-alpha.6

07 Jan 07:05
Compare
Choose a tag to compare
v6.0.0-alpha.6 Pre-release
Pre-release

Bugs

  • Move Size values to constants (#676)

v6.0.0-alpha.5

07 Jan 02:15
Compare
Choose a tag to compare
v6.0.0-alpha.5 Pre-release
Pre-release

Bugs

  • Don't pass option and position to menu item
  • Fix typing issues (#683)

Internal & Docs

  • Fix prepublish script
  • Ignore helper file from test coverage
  • Fix act warnings in tests
  • Add example for keeping the menu open during multi-selection

v6.0.0-alpha.4

30 Oct 20:19
Compare
Choose a tag to compare
v6.0.0-alpha.4 Pre-release
Pre-release

Breaking Changes

  • Upgrade react-popper/popperjs to v2 (#549)

Bug Fixes

  • Fix aux controls overlapping with validation (#658)

v6.0.0-alpha.3

20 Oct 04:59
Compare
Choose a tag to compare
v6.0.0-alpha.3 Pre-release
Pre-release

Bug Fixes

  • Move Size enum to constants (#676)
  • Get rid of console warnings in examples

Internal

  • Update build scripts
  • Update dependencies
  • Remove comments, use esnext when emitting types

v6.0.0-alpha.2

17 Oct 23:51
Compare
Choose a tag to compare
v6.0.0-alpha.2 Pre-release
Pre-release

Bug Fixes

  • Trigger change handler when clicking clear button in multi-select mode (#666, #672)
  • Only fire onFocus event once (#665)

Internal + Documentation

  • Convert Highlighter to function component
  • Update migration docs to include v5 -> v6 instructions

v5.2.1

11 Oct 05:43
Compare
Choose a tag to compare

Bug Fixes

  • Trigger change handler when clicking clear button in multi-select mode (#666, #672)(Thanks @Huulivoide!)

v6.0.0-alpha.1

08 Oct 19:49
Compare
Choose a tag to compare
v6.0.0-alpha.1 Pre-release
Pre-release

Breaking Changes

  • Don't allow refs to be passed via inputProps
  • Remove selectHintOnEnter prop
  • Drop support for IE11
  • Remove asyncContainer, menutItemContainer, and tokenContainer functions

Bug Fixes

  • Strip diacritics from non-latin alphabets (#659, #660)

Feature Requests

  • Convert to Typescript (#619)

Internal

  • Replace Travis w/Github Actions
  • Use key instead of keyCode for keyboard events
  • Use Prettier

v5.2.0

09 Jul 08:49
Compare
Choose a tag to compare

Bug fixes

  • Up contrast on hint to meet a11y standards (#638)
  • Fix onClick not being applied when passed via inputProps (#616)
  • Prevent clicks on multi-input from bubbling to container (#615, #650)
  • Trigger onInputChange when clicking the clear button (#594)

Feature Requests

  • Add BS5 .visually-hidden classname (#622)
  • Allow changing colors via SCSS variables (#613; Thanks @Teyras!)
  • Don't override href passed to MenuItem (#649)

Internal & Documentation

  • Improve example a11y
  • Upgrade dependencies
  • Migrate to React Testing Library