Skip to content

Releases: anubra266/choc-autocomplete

v5.2.10

07 Feb 01:19
Compare
Choose a tag to compare

Bug Fixes

  • Fixes #240 by @ThomasHickman (thanks for your bug report!) - First item is selected when pressing enter and the AutoComplete is closed

Housekeeping

  • Update dependencies to latest
  • Update documentation and contributors

Full Changelog: v5.2.9...v5.2.10

v5.2.9

25 Nov 14:56
Compare
Choose a tag to compare

Bug Fixes

  • Fix #228 by @jannek (thank you for your bug report!) - tab when autocomplete is closed selects the last focused element

Housekeeping

  • Updated dependencies to latest version
  • Fix unable to use size-limit

Full Changelog: v5.2.8...v5.2.9

v5.2.8

05 Oct 00:06
Compare
Choose a tag to compare

What's Changed

  • fix #217: filtered items not resetting on form submit. Thanks @JedBh for the bug report!

Full Changelog: v5.2.7...v5.2.8

v5.2.7

19 Sep 23:52
Compare
Choose a tag to compare

What's Changed

  • Update example, demo, and documentation so they are all runnable via yarn per documentation
  • Added contributors (thanks everyone!)
  • Fix issue with the main export referencing a file that no longer existed (regression introduced by fb6df65

Full Changelog: v5.2.6...v5.2.7

v5.2.6

18 Sep 23:58
Compare
Choose a tag to compare

What's Changed

v5.2.5

30 Aug 23:11
Compare
Choose a tag to compare

What's Changed

  • Performance enhancement by removing useSize hook. Reduces re-renders of most components by 2 on each action (initial render, open, close, select, etc) #208

v5.2.4

26 Aug 23:36
Compare
Choose a tag to compare

Bug Fixes

  • Fix #145 closeOnSelect not overridable

v5.2.3

22 Aug 23:37
Compare
Choose a tag to compare

This was a re-release of v5.2.2.

Bug Fixes

v5.2.2

22 Aug 22:45
Compare
Choose a tag to compare

Bug Fixes

v5.2.1

21 Aug 23:15
Compare
Choose a tag to compare

This is a maintenance release that updates some dependencies and reworks the build process a little bit.

Bug Fixes

Fix #167 where the filled variant would have the wrong CSS colors