Skip to content

Commit

Permalink
Version Packages (#971)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 22, 2024
1 parent 6655bad commit af6aff9
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
31 changes: 0 additions & 31 deletions .changeset/funny-pens-vanish.md

This file was deleted.

31 changes: 31 additions & 0 deletions packages/kit-headless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/kit-headless/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit af6aff9

Please sign in to comment.