Skip to content

Commit

Permalink
Version Packages (#3118)
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 Nov 15, 2024
1 parent b45eeb3 commit ba32495
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-rabbits-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-days-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-drinks-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-wombats-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-cows-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-bottles-sing.md

This file was deleted.

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

## 0.26.28

### Patch Changes

- fix(Composite): change focus to be sync
- fix(useClick): improve consistency when combining with `useHover()`
- feat(useClick): add `stickIfOpen` prop to determine whether to remain open upon first click when first opened by another event
- feat(Composite): add RTL support
- fix(FloatingFocusManager): ensure `returnFocus` is ignored correctly when using `disabled` prop
- fix(useListNavigation): incorrect behaviour with RTL grid

## 0.26.27

### 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.27",
"version": "0.26.28",
"description": "Floating UI for React",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit ba32495

Please sign in to comment.