From af6aff98dd2a77c4e20c1e98b8619d322c6717f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 17:21:48 -0500 Subject: [PATCH] Version Packages (#971) Co-authored-by: github-actions[bot] --- .changeset/funny-pens-vanish.md | 31 ------------------------------ packages/kit-headless/CHANGELOG.md | 31 ++++++++++++++++++++++++++++++ packages/kit-headless/package.json | 2 +- 3 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 .changeset/funny-pens-vanish.md 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"