Skip to content

Commit fe06ea2

Browse files
Version Packages (#2978)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6640df5 commit fe06ea2

16 files changed

+40
-35
lines changed

.changeset/early-emus-destroy.md

-5
This file was deleted.

.changeset/grumpy-poets-appear.md

-5
This file was deleted.

.changeset/khaki-beds-lie.md

-5
This file was deleted.

.changeset/lazy-paws-cry.md

-5
This file was deleted.

.changeset/new-monkeys-draw.md

-5
This file was deleted.

.changeset/thirty-dolls-bow.md

-5
This file was deleted.

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @floating-ui/core
22

3+
## 1.6.5
4+
5+
### Patch Changes
6+
7+
- Update dependencies: `@floating-ui/[email protected]`
8+
39
## 1.6.4
410

511
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@floating-ui/core",
3-
"version": "1.6.4",
3+
"version": "1.6.5",
44
"description": "Positioning library for floating elements: tooltips, popovers, dropdowns, and more",
55
"publishConfig": {
66
"access": "public"

packages/dom/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @floating-ui/dom
22

3+
## 1.6.8
4+
5+
### Patch Changes
6+
7+
- Update dependencies: `@floating-ui/[email protected]`
8+
39
## 1.6.7
410

511
### Patch Changes

packages/dom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@floating-ui/dom",
3-
"version": "1.6.7",
3+
"version": "1.6.8",
44
"description": "Floating UI for the web",
55
"publishConfig": {
66
"access": "public"

packages/react/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @floating-ui/react
22

3+
## 0.26.20
4+
5+
### Patch Changes
6+
7+
- fix: wrap `focus` call in `act` in `useFocus` tests
8+
- fix: focus always mounted nested lists with listNavigation
9+
- fix(FloatingFocusManager): return focus to next tabbable after reference element if removed after floating element opens without other previously focused elements to use
10+
- fix(useListNavigation): avoid reading ref in render
11+
- Update dependencies: `@floating-ui/[email protected]`
12+
313
## 0.26.19
414

515
### Patch Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@floating-ui/react",
3-
"version": "0.26.19",
3+
"version": "0.26.20",
44
"description": "Floating UI for React",
55
"publishConfig": {
66
"access": "public"

packages/utils/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @floating-ui/utils
22

3+
## 0.2.5
4+
5+
### Patch Changes
6+
7+
- feat(getContainingBlock): allow `CSSStyleDeclaration` as an argument
8+
- fix(getContainingBlock): reorder `isTopLayer` check. Fixes regression when a top layer element like `<dialog>` is a containing block (e.g. it has a `transform` style) and a floating element is being positioned inside of it.
9+
310
## 0.2.4
411

512
### Patch Changes

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@floating-ui/utils",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "Utilities for Floating UI",
55
"publishConfig": {
66
"access": "public"

packages/vue/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @floating-ui/vue
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- Update dependencies: `@floating-ui/[email protected]`
8+
39
## 1.1.1
410

511
### Patch Changes

packages/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@floating-ui/vue",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Floating UI for Vue",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)