Skip to content

Releases: anubra266/choc-autocomplete

v6.2.2

07 Feb 19:59

Choose a tag to compare

What's Changed

  • chore(deps): bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in #308
  • chore(deps): bump lodash-es from 4.17.21 to 4.17.23 in /demo by @dependabot[bot] in #307
  • chore(deps): bump lodash from 4.17.21 to 4.17.23 in /demo by @dependabot[bot] in #309
  • Update all packages to latest

Full Changelog: v6.2.1...v6.2.2

v5.9.1

13 Nov 23:42

Choose a tag to compare

What's New In This Version

  • Maintenance release upgrading all dependencies to latest non-major

Full Changelog: v5.9.0...v5.9.1

v6.2.1

25 Oct 22:53

Choose a tag to compare

What's Changed

  • Update all non-major dependencies

v6.2.0

14 Sep 17:39

Choose a tag to compare

What's Changed

  • fix: Selecting AutoCompleteItem with mouse closes dialog by @Kysluss in #304 A new prop isPortalled has been added to control if the AutoCompleteList should be rendered inside of a portal. true by default which was the previous behavior. Thanks to @NoFr1ends for reporting.

Full Changelog: v6.1.7...v6.2.0

v6.1.7

13 Sep 00:09

Choose a tag to compare

Fixed #300 isReadOnly is now readOnly for Input component

v6.1.6

06 Sep 19:34

Choose a tag to compare

What's Changed

Full Changelog: v6.1.5...v6.1.6

v6.1.5

12 Aug 23:52

Choose a tag to compare

What's Changed

  • fix: apply full width to InputGroup when using isLoading=true inspired by #296 by @bwalendz
  • Removed unused devDependency to babel
  • Updated chakra dependencies to latest
  • Updated vite to latest

Full Changelog: v6.1.3...v6.1.4

v6.1.4

09 Aug 13:09

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.3...v6.1.4

v5.9.0

22 Jun 00:06

Choose a tag to compare

  • Fix #295 Autocomplete stays open when placed inside of a modal

This is a minor release as the AutoCompleteList is now rendered inside of a Portal with appendToParentPortal={false} so that it will be rendered as a child of the body tag. In testing, this did not cause any issues with autocompletes rendered not within a modal.

v6.1.3

06 Jun 00:02

Choose a tag to compare

What's Changed

  • chore(deps-dev): bump vite from 5.4.12 to 5.4.19 in /example by @dependabot in #290
  • fix: onChange items array contains undefined 2nd parameter #291 by @Kysluss in #294

Sorry for the empty 6.1.2 release

Full Changelog: v6.1.1...v6.1.3