Skip to content

Commit e52ceab

Browse files
Merge pull request #639 from qwikifiers/changeset-release/main
Version Packages
2 parents 84c44ae + c633ac1 commit e52ceab

File tree

5 files changed

+32
-31
lines changed

5 files changed

+32
-31
lines changed

.changeset/tidy-coats-admire.md

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

packages/kit-headless/CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- ## Select component hits beta! (by [@thejackshelton](https://github.com/thejackshelton) in [#637](https://github.com/qwikifiers/qwik-ui/pull/637))
8+
9+
## Features
10+
11+
- Accessible as a button that shows a list, following web a11y standards.
12+
- Support for single selection.
13+
- Controlled or uncontrolled.
14+
- Disabled option support.
15+
- Stop focus management via the Tab key.
16+
- Grouped options support.
17+
- Looping support.
18+
- Support for custom scroll behavior.
19+
- Listbox UI is placed above everything else. (SelectPopover)
20+
- Custom Positioning (SelectPopover)
21+
- Option selection and focus management by typing (typeahead).
22+
- Keyboard support for option navigation via arrow keys and focus management.
23+
- Automatic focus management for first and last options.
24+
- Supports a custom placeholder.
25+
26+
## Roadmap
27+
28+
- Opt-in native form support via a visually hidden select.
29+
- RTL support.
30+
- Multiple Selection and its respective keyboard interactions.
31+
332
## 0.3.0
433

534
### 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.3.0",
3+
"version": "0.3.1",
44
"description": "Qwik UI headless components library",
55
"publishConfig": {
66
"access": "public"

packages/kit-styled/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@builder.io/qwik": "^1.1.0"
1919
},
2020
"devDependencies": {
21-
"@qwik-ui/headless": "0.3.0",
21+
"@qwik-ui/headless": "0.3.1",
2222
"@qwik-ui/utils": "0.2.1"
2323
}
2424
}

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)