Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 999bb86

Browse filesBrowse files
chore: version packages (#3336)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6ad9fce commit 999bb86
Copy full SHA for 999bb86

File tree

Expand file treeCollapse file tree

11 files changed

+29
-19
lines changed
Filter options
Expand file treeCollapse file tree

11 files changed

+29
-19
lines changed

‎.changeset/brave-boxes-boil.md

Copy file name to clipboardExpand all lines: .changeset/brave-boxes-boil.md
-5Lines changed: 0 additions & 5 deletions
This file was deleted.

‎.changeset/olive-ears-reply.md

Copy file name to clipboardExpand all lines: .changeset/olive-ears-reply.md
-5Lines changed: 0 additions & 5 deletions
This file was deleted.

‎.changeset/strong-spiders-mate.md

Copy file name to clipboardExpand all lines: .changeset/strong-spiders-mate.md
-5Lines changed: 0 additions & 5 deletions
This file was deleted.

‎packages/core/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/core/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @floating-ui/core
22

3+
## 1.7.1
4+
5+
### Patch Changes
6+
7+
- fix(flip): only allow fallback to the perpendicular axis if all placements on the preferred side axis overflow the main axis with `crossAxis: 'alignment'`
8+
39
## 1.7.0
410

511
### Minor Changes

‎packages/core/package.json

Copy file name to clipboardExpand all lines: packages/core/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@floating-ui/core",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "Positioning library for floating elements: tooltips, popovers, dropdowns, and more",
55
"publishConfig": {
66
"access": "public"

‎packages/dom/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/dom/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @floating-ui/dom
22

3+
## 1.7.1
4+
5+
### Patch Changes
6+
7+
- Update dependencies: `@floating-ui/core@1.7.1`
8+
39
## 1.7.0
410

511
### Minor Changes

‎packages/dom/package.json

Copy file name to clipboardExpand all lines: packages/dom/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@floating-ui/dom",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "Floating UI for the web",
55
"publishConfig": {
66
"access": "public"

‎packages/react-dom/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/react-dom/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @floating-ui/react-dom
22

3+
## 2.1.3
4+
5+
### Patch Changes
6+
7+
- fix(useFloating): correct `transform` default doc (`@default true` instead of `@default false`)
8+
39
## 2.1.2
410

511
### Patch Changes

‎packages/react-dom/package.json

Copy file name to clipboardExpand all lines: packages/react-dom/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@floating-ui/react-dom",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "Floating UI for React DOM",
55
"publishConfig": {
66
"access": "public"

‎packages/react/CHANGELOG.md

Copy file name to clipboardExpand all lines: packages/react/CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @floating-ui/react
22

3+
## 0.27.11
4+
5+
### Patch Changes
6+
7+
- fix(FloatingFocusManager): check if target is connected for `restoreFocus` prop
8+
- Update dependencies: `@floating-ui/react-dom@2.1.3`
9+
310
## 0.27.10
411

512
### Patch Changes

‎packages/react/package.json

Copy file name to clipboardExpand all lines: packages/react/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@floating-ui/react",
3-
"version": "0.27.10",
3+
"version": "0.27.11",
44
"description": "Floating UI for React",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.