Skip to content

Conversation

@github-actions
Copy link
Contributor

Release
@floating-ui/dom@1.7.3

Diff for packages/dom

Diff
diff --git a/packages/dom/CHANGELOG.md b/packages/dom/CHANGELOG.md
index 774c7ad7..f3bd98d4 100644
--- a/packages/dom/CHANGELOG.md
+++ b/packages/dom/CHANGELOG.md
@@ -1,5 +1,11 @@
 # @floating-ui/dom
 
+## 1.7.3
+
+### Patch Changes
+
+- Update dependencies: `@floating-ui/core@1.7.3`
+
 ## 1.7.2
 
 ### Patch Changes
diff --git a/packages/dom/package.json b/packages/dom/package.json
index 3437d713..be24e88e 100644
--- a/packages/dom/package.json
+++ b/packages/dom/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@floating-ui/dom",
-  "version": "1.7.2",
+  "version": "1.7.3",
   "description": "Floating UI for the web",
   "publishConfig": {
     "access": "public"
diff --git a/packages/dom/test/functional/flip.test.ts b/packages/dom/test/functional/flip.test.ts
index 6d43f359..1170d296 100644
--- a/packages/dom/test/functional/flip.test.ts
+++ b/packages/dom/test/functional/flip.test.ts
@@ -204,4 +204,10 @@ test('when crossAxis: "alignment" and fallbackAxisSideDirection: "end", does not
   expect(await page.locator('.container').screenshot()).toMatchSnapshot(
     `cross-axis-alignment-fallback-axis-side-chooses-right.png`,
   );
+
+  await scroll(page, {x: 540, y: 500});
+
+  expect(await page.locator('.container').screenshot()).toMatchSnapshot(
+    `cross-axis-alignment-fallback-axis-side-chooses-top.png`,
+  );
 });
diff --git a/packages/dom/test/functional/flip.test.ts-snapshots/cross-axis-alignment-fallback-axis-side-chooses-top-linux.png b/packages/dom/test/functional/flip.test.ts-snapshots/cross-axis-alignment-fallback-axis-side-chooses-top-linux.png
new file mode 100644
index 00000000..b85f3f63
Binary files /dev/null and b/packages/dom/test/functional/flip.test.ts-snapshots/cross-axis-alignment-fallback-axis-side-chooses-top-linux.png differ

Full diff
1.7.2...1.7.3.

@DanielleHuisman DanielleHuisman marked this pull request as ready for review August 3, 2025 10:16
@DanielleHuisman DanielleHuisman enabled auto-merge (squash) August 3, 2025 10:16
@DanielleHuisman DanielleHuisman merged commit 91be2fb into main Aug 3, 2025
8 checks passed
@DanielleHuisman DanielleHuisman deleted the upstream/dom-1.7.3 branch August 3, 2025 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants