Releases: ericgio/react-bootstrap-typeahead
Releases · ericgio/react-bootstrap-typeahead
v6.0.0-alpha.7
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
Bugs
- Move Size values to constants (#676)
v6.0.0-alpha.5
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
v6.0.0-alpha.3
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
v5.2.1
v6.0.0-alpha.1
Breaking Changes
- Don't allow refs to be passed via
inputProps
- Remove
selectHintOnEnter
prop - Drop support for IE11
- Remove
asyncContainer
,menutItemContainer
, andtokenContainer
functions
Bug Fixes
Feature Requests
- Convert to Typescript (#619)
Internal
- Replace Travis w/Github Actions
- Use
key
instead ofkeyCode
for keyboard events - Use Prettier
v5.2.0
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