We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3b8dd2 commit 41340b6Copy full SHA for 41340b6
.changeset/old-ladybugs-pump.md
packages/kit-headless/CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## 0.6.5
4
+
5
+### Patch Changes
6
7
+- Select fixes for: (by [@thejackshelton](https://github.com/thejackshelton) in [#1042](https://github.com/qwikifiers/qwik-ui/pull/1042))
8
9
+ - [#1001](https://github.com/qwikifiers/qwik-ui/issues/1001)
10
+ - [#979](https://github.com/qwikifiers/qwik-ui/issues/979)
11
12
+ Also fixes for infinite scroll issues when both keyboard and mouse are used to navigate the listbox.
13
14
## 0.6.4
15
16
### Patch Changes
packages/kit-headless/package.json
@@ -1,6 +1,6 @@
{
"name": "@qwik-ui/headless",
- "version": "0.6.4",
+ "version": "0.6.5",
"description": "Qwik UI headless components library",
"publishConfig": {
"access": "public"
0 commit comments