Skip to content

Releases: anubra266/choc-autocomplete

v6.0.0

05 Jan 19:31
Compare
Choose a tag to compare

What's Changed

  • Adds chakra v3 support by @Kysluss in #278
  • Support for Chakra v2 has been dropped but will be maintained through the old v5 branch that I created prior to this
  • See the Chakra UI migration guide for how to upgrade from Chakra v2 to v3.

Full Changelog: v5.8.0...v6.0.0

v5.8.0

17 Dec 23:35
Compare
Choose a tag to compare

What's Changed

  • Don't bundle react/jsx-runtime (fixes React 19) by @aeons in #277

A big shoutout to @aeons for not only making this work with React 19, but also reducing the overall bundle size by about 50%

Full Changelog: v5.7.2...v5.8.0

v5.7.2

25 Nov 02:13
Compare
Choose a tag to compare
  • This is just a maintenance release updating dependencies and removing some unused references

Full Changelog: v5.7.1...v5.7.2

v5.7.1

13 Nov 23:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.7.0...v5.7.1

v5.7.0

10 Oct 22:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.6.4...v5.7.0

v5.6.4

28 Sep 16:48
Compare
Choose a tag to compare

This is a maintenance only release updating package dependencies

Full Changelog: v5.6.3...v5.6.4

v5.6.3

12 Sep 00:51
Compare
Choose a tag to compare

What's Changed

  • fix: close state when emptyState is false and there is no suggestions by @ido213 in #266

New Contributors

Full Changelog: v5.6.2...v5.6.3

v5.6.2

14 Aug 22:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.6.1...v5.6.2

v5.6.1

13 Aug 01:53
Compare
Choose a tag to compare
  • Fix #263 isInvalid does not change display of component when multiple is also specified - Thanks @fukamachi for the bug report

Full Changelog: v5.6.0...v5.6.1

v5.6.0

03 Aug 13:55
Compare
Choose a tag to compare

What's Changed

  • fix: reset the focus of the first item when the list changes by @gbermudez1992 in #261
  • Added new prop defaultEmptyStateProps to allow custom styling of the no options message without needing to create your own emptyState

New Contributors

Full Changelog: v5.5.2...v5.6.0