Skip to content

Commit af6aff9

Browse files
Version Packages (#971)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6655bad commit af6aff9

File tree

3 files changed

+32
-32
lines changed

3 files changed

+32
-32
lines changed

.changeset/funny-pens-vanish.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

packages/kit-headless/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- # Combobox Improvements (by [@thejackshelton](https://github.com/thejackshelton) in [#968](https://github.com/qwikifiers/qwik-ui/pull/968))
8+
9+
## 🔄 Reactive Improvements
10+
11+
- Better handling of array-based values
12+
- Improved handling of initial and reactive values
13+
14+
## 🐛 Key Bug Fixes
15+
16+
- Fixed highlight jumping issues
17+
- Enhanced empty input handling
18+
- Better filtered item highlighting
19+
20+
## 🖱️ Interaction Enhancements
21+
22+
- Smoother scrolling experience
23+
- Improved keyboard and mouse coordination
24+
25+
## 🚀 Performance Optimizations
26+
27+
- More efficient item filtering
28+
29+
## 🧪 Reliability
30+
31+
- Added tests for reactivity handling, item unselection, and mouse-to-pointer interaction switching
32+
- Improved handling of edge cases in user interactions
33+
334
## 0.6.0
435

536
### Minor Changes

packages/kit-headless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qwik-ui/headless",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Qwik UI headless components library",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)