Skip to content

Commit ecd627e

Browse files
Version Packages (#3041)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1bc89b7 commit ecd627e

23 files changed

+51
-61
lines changed

.changeset/beige-meals-draw.md

-5
This file was deleted.

.changeset/cool-weeks-mix.md

-5
This file was deleted.

.changeset/dirty-cameras-appear.md

-5
This file was deleted.

.changeset/dull-bugs-rescue.md

-5
This file was deleted.

.changeset/flat-pianos-cough.md

-5
This file was deleted.

.changeset/nasty-moles-sneeze.md

-5
This file was deleted.

.changeset/pretty-carrots-repair.md

-5
This file was deleted.

.changeset/red-dolls-provide.md

-5
This file was deleted.

.changeset/rude-pugs-peel.md

-5
This file was deleted.

.changeset/silver-foxes-return.md

-5
This file was deleted.

.changeset/spotty-walls-sip.md

-5
This file was deleted.

packages/core/CHANGELOG.md

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

3+
## 1.6.8
4+
5+
### Patch Changes
6+
7+
- fix(size): fill viewport along an axis if shift is enabled on that axis
8+
- fix(offset): avoid NaN when mainAxis or crossAxis is undefined
9+
- Update dependencies: `@floating-ui/[email protected]`
10+
311
## 1.6.7
412

513
### 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.7",
3+
"version": "1.6.8",
44
"description": "Positioning library for floating elements: tooltips, popovers, dropdowns, and more",
55
"publishConfig": {
66
"access": "public"

packages/dom/CHANGELOG.md

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

3+
## 1.6.11
4+
5+
### Patch Changes
6+
7+
- fix: handle html relative offset
8+
- Update dependencies: `@floating-ui/[email protected]`
9+
310
## 1.6.10
411

512
### 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.10",
3+
"version": "1.6.11",
44
"description": "Floating UI for the web",
55
"publishConfig": {
66
"access": "public"

packages/react-dom/CHANGELOG.md

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

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- fix(useFloating): avoid setting `isPositioned` to true when `open` is false
8+
39
## 2.1.1
410

511
### Patch Changes

packages/react-dom/package.json

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

packages/react/CHANGELOG.md

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

3+
## 0.26.24
4+
5+
### Patch Changes
6+
7+
- fix(FloatingOverlay): correct multiple locks behavior on iOS
8+
- fix(FloatingFocusManager): avoid returning focus to nearest tabbable element of the reference if it gets removed when the floating element closes to avoid unwanted focus effects of unrelated elements firing. Tab index context remains preserved if the floating element is portaled.
9+
- refactor: use `React.JSX.Element` types. Ensure you've upgraded to the latest `@types/react` patches (versions since May 6, 2023)
10+
- fix(FloatingArrow): avoid requiring leading space for manually specified `transform` style property
11+
- fix(inner): round `maxHeight` and apply `minItemsVisible` only when scrollable
12+
- Update dependencies: `@floating-ui/[email protected]`, `@floating-ui/[email protected]`
13+
314
## 0.26.23
415

516
### 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.23",
3+
"version": "0.26.24",
44
"description": "Floating UI for React",
55
"publishConfig": {
66
"access": "public"

packages/utils/CHANGELOG.md

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

3+
## 0.2.8
4+
5+
### Patch Changes
6+
7+
- fix: make element utils ssr-friendly
8+
39
## 0.2.7
410

511
### 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.7",
3+
"version": "0.2.8",
44
"description": "Utilities for Floating UI",
55
"publishConfig": {
66
"access": "public"

packages/vue/CHANGELOG.md

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

3+
## 1.1.5
4+
5+
### Patch Changes
6+
7+
- fix(useFloating): avoid setting `isPositioned` to true when `open` is false
8+
- Update dependencies: `@floating-ui/[email protected]`
9+
310
## 1.1.4
411

512
### 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.4",
3+
"version": "1.1.5",
44
"description": "Floating UI for Vue",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)