Releases: ericgio/react-bootstrap-typeahead
Releases · ericgio/react-bootstrap-typeahead
v6.3.2
Bug Fixes
Internal
- Update .tsconfig
- Bump a couple dependencies
v6.3.1
Bug Fixes
- Fix loader showing by default [#828]
v6.3.0
Bug Fixes
- Remove defaultProps from Fn components [#823] (Thanks @HarrisonHemstreet!)
- don't skip options with a falsey disabled value [#819] (Thanks @dleavitt!)
- doc(API): fix typo [#820] (Thanks @wdh2100!)
- Update
scroll-into-view-if-needed
package and fix scroll behavior bug [#816]
Internal
- Require Node >=18 for development
- Drop CI testing on Node 14/16, add 18, 20
- Major upgrades for babel-loader, typescript-eslint, lint-staged, gh-pages, jest, prettier, rimraf pkg
- Update minor & patch dependencies
v6.2.2
Bug Fixes
- Remove reference to missing module
v6.2.0
Enhancement
- Expose types at top level
v6.1.2
Bug Fixes
- Fix overlayRef warning (#783)
Internal
- Ignore coverage for withAsync
v6.1.1
Bug Fixes
- Use hook instead of HOC in AsyncTypeahead (#782)
v6.1.0
Feature Requests
- Show validation feedback (#778)
Internal
RootClose
component + hook
- Add
useOverlay
hook
- Deprecate HOCs
- Minor example cleanup
- Update snapshot rendering
- Bump webpack from 5.73.0 to 5.76.0 in /example (#774)
- Bump webpack from 5.69.1 to 5.76.0 (#773)
- Move state modifiers to separate file
- Improve typing for tests
- Clean up some tests
v6.0.2
Bug fixes
- Fix
inputClassName
warning