Releases: anubra266/choc-autocomplete
Releases Β· anubra266/choc-autocomplete
v6.0.0
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
v5.7.2
- This is just a maintenance release updating dependencies and removing some unused references
Full Changelog: v5.7.1...v5.7.2
v5.7.1
v5.7.0
What's Changed
- Remove utils dependency by @anubra266 in #268 fixing #267
Full Changelog: v5.6.4...v5.7.0
v5.6.4
This is a maintenance only release updating package dependencies
Full Changelog: v5.6.3...v5.6.4
v5.6.3
v5.6.2
What's Changed
- fix set focused value when first item changes by @gbermudez1992 in #265
Full Changelog: v5.6.1...v5.6.2
v5.6.1
- Fix #263
isInvalid
does not change display of component whenmultiple
is also specified - Thanks @fukamachi for the bug report
Full Changelog: v5.6.0...v5.6.1
v5.6.0
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
- @gbermudez1992 made their first contribution in #261
Full Changelog: v5.5.2...v5.6.0