Skip to content

Releases: ericgio/react-bootstrap-typeahead

v6.3.4

30 Nov 06:21
Compare
Choose a tag to compare

Bug Fixes

  • Fix disabled items still selectable via hint (#835, #865)

v6.3.3

28 Nov 22:12
Compare
Choose a tag to compare

Bug Fixes

Documentation

  • make it clearer that isValid and isInvalid work for 5 too by @perryn in #861

New Contributors

Full Changelog: v6.3.2...v6.3.3

v6.3.2

31 Oct 22:13
Compare
Choose a tag to compare

Bug Fixes

  • Strip Japanese combining diacritics (#806, #807, Thanks @laug!)

Internal

  • Update .tsconfig
  • Bump a couple dependencies

v6.3.1

21 Oct 05:44
Compare
Choose a tag to compare

Bug Fixes

  • Fix loader showing by default [#828]

v6.3.0

20 Oct 20:49
Compare
Choose a tag to compare

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.3

11 Jun 20:14
Compare
Choose a tag to compare

Bug Fixes

v6.2.2

18 May 09:07
Compare
Choose a tag to compare

Bug Fixes

  • Remove reference to missing module

v6.2.0

18 May 09:06
Compare
Choose a tag to compare

Enhancement

  • Expose types at top level

v6.1.2

06 Apr 03:41
Compare
Choose a tag to compare

Bug Fixes

  • Fix overlayRef warning (#783)

Internal

  • Ignore coverage for withAsync

v6.1.1

02 Apr 00:05
Compare
Choose a tag to compare

Bug Fixes

  • Use hook instead of HOC in AsyncTypeahead (#782)