Releases: anubra266/choc-autocomplete
Releases Β· anubra266/choc-autocomplete
v6.2.2
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
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
v6.2.0
What's Changed
- fix: Selecting AutoCompleteItem with mouse closes dialog by @Kysluss in #304 A new prop
isPortalledhas been added to control if theAutoCompleteListshould be rendered inside of a portal.trueby default which was the previous behavior. Thanks to @NoFr1ends for reporting.
Full Changelog: v6.1.7...v6.2.0
v6.1.7
v6.1.6
v6.1.5
v6.1.4
v5.9.0
- 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
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