Skip to content

Commit 540cfde

Browse files
Version Packages (#1290)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 51cf203 commit 540cfde

File tree

7 files changed

+15
-27
lines changed

7 files changed

+15
-27
lines changed

.changeset/healthy-panthers-thank.md

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

.changeset/hungry-wolves-return.md

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

.changeset/moody-apricots-end.md

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

.changeset/nervous-kiwis-shout.md

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

.changeset/tame-fishes-clean.md

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

packages/bits-ui/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# bits-ui
22

3+
## 1.3.11
4+
5+
### Patch Changes
6+
7+
- fix(Command): ensure correct `aria-activedescendant` is applied to `Command.Input` ([#1288](https://github.com/huntabyte/bits-ui/pull/1288))
8+
9+
- improve(Combobox): add `aria-multiselectable` attribute to the content when type is `multiple` ([#1288](https://github.com/huntabyte/bits-ui/pull/1288))
10+
11+
- fix(AlertDialog): ensure `AlertDialog.Content` receives focus first on open to read alert title/description to screen readers ([#1288](https://github.com/huntabyte/bits-ui/pull/1288))
12+
13+
- fix(Context Menu): ensure `onOpenAutoFocus` prop is exposed and forwarded ([#1291](https://github.com/huntabyte/bits-ui/pull/1291))
14+
15+
- improve(Select): add `aria-multiselectable` attribute to the content when type is `multiple` ([#1288](https://github.com/huntabyte/bits-ui/pull/1288))
16+
317
## 1.3.10
418

519
### Patch Changes

packages/bits-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bits-ui",
3-
"version": "1.3.10",
3+
"version": "1.3.11",
44
"license": "MIT",
55
"repository": "github:huntabyte/bits-ui",
66
"funding": "https://github.com/sponsors/huntabyte",

0 commit comments

Comments
 (0)