diff --git a/.changeset/funny-pens-vanish.md b/.changeset/funny-pens-vanish.md deleted file mode 100644 index bd99ffd15..000000000 --- a/.changeset/funny-pens-vanish.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -'@qwik-ui/headless': patch ---- - -# Combobox Improvements - -## ๐Ÿ”„ Reactive Improvements - -- Better handling of array-based values -- Improved handling of initial and reactive values - -## ๐Ÿ› Key Bug Fixes - -- Fixed highlight jumping issues -- Enhanced empty input handling -- Better filtered item highlighting - -## ๐Ÿ–ฑ๏ธ Interaction Enhancements - -- Smoother scrolling experience -- Improved keyboard and mouse coordination - -## ๐Ÿš€ Performance Optimizations - -- More efficient item filtering - -## ๐Ÿงช Reliability - -- Added tests for reactivity handling, item unselection, and mouse-to-pointer interaction switching - -- Improved handling of edge cases in user interactions diff --git a/packages/kit-headless/CHANGELOG.md b/packages/kit-headless/CHANGELOG.md index 91be78861..3a02b0b5d 100644 --- a/packages/kit-headless/CHANGELOG.md +++ b/packages/kit-headless/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## 0.6.1 + +### Patch Changes + +- # Combobox Improvements (by [@thejackshelton](https://github.com/thejackshelton) in [#968](https://github.com/qwikifiers/qwik-ui/pull/968)) + + ## ๐Ÿ”„ Reactive Improvements + + - Better handling of array-based values + - Improved handling of initial and reactive values + + ## ๐Ÿ› Key Bug Fixes + + - Fixed highlight jumping issues + - Enhanced empty input handling + - Better filtered item highlighting + + ## ๐Ÿ–ฑ๏ธ Interaction Enhancements + + - Smoother scrolling experience + - Improved keyboard and mouse coordination + + ## ๐Ÿš€ Performance Optimizations + + - More efficient item filtering + + ## ๐Ÿงช Reliability + + - Added tests for reactivity handling, item unselection, and mouse-to-pointer interaction switching + - Improved handling of edge cases in user interactions + ## 0.6.0 ### Minor Changes diff --git a/packages/kit-headless/package.json b/packages/kit-headless/package.json index b34a44fe4..4890d7bb3 100644 --- a/packages/kit-headless/package.json +++ b/packages/kit-headless/package.json @@ -1,6 +1,6 @@ { "name": "@qwik-ui/headless", - "version": "0.6.0", + "version": "0.6.1", "description": "Qwik UI headless components library", "publishConfig": { "access": "public"