Skip to content

Commit

Permalink
Version Packages (#2660)
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] committed Dec 11, 2023
1 parent 7dc269c commit aad8c19
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 17 deletions.
8 changes: 0 additions & 8 deletions .changeset/shy-cars-mate.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/small-chairs-invite.md

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @floating-ui/react

## 0.26.4

### Patch Changes

- 7dc269cf: feat(useRole): add `select` and `combobox` component roles and allow
dynamic/derivable item props based on `active` and `selected` states. Also
adds `menuitem` role for nested `menu` reference elements, and automatically
adds an `id` to the item props for the new component roles for virtual focus.
- d9be2481: fix(useListNavigation): apply `aria-activedescendant` prop on
floating element only for non typeable-combobox reference elements. Fixes
issues with Firefox VoiceOver on Mac forcing DOM focus into the listbox.

## 0.26.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/react",
"version": "0.26.3",
"version": "0.26.4",
"description": "Floating UI for React",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit aad8c19

Please sign in to comment.