diff --git a/.changeset/great-bags-attack.md b/.changeset/great-bags-attack.md deleted file mode 100644 index 30849566fe..0000000000 --- a/.changeset/great-bags-attack.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"@floating-ui/dom": patch ---- - -fix: calculate reference element offset relative to `offsetParent` iframe. Fixes issue with positioning in nested iframes, such as the following: - -```html - - - - -``` diff --git a/packages/dom/CHANGELOG.md b/packages/dom/CHANGELOG.md index cfeaf3c78b..f1f00bfb32 100644 --- a/packages/dom/CHANGELOG.md +++ b/packages/dom/CHANGELOG.md @@ -1,5 +1,22 @@ # @floating-ui/dom +## 1.6.3 + +### Patch Changes + +- fix: calculate reference element offset relative to `offsetParent` iframe. Fixes issue with positioning in nested iframes, such as the following: + +```html + + + + +``` + ## 1.6.2 ### Patch Changes diff --git a/packages/dom/package.json b/packages/dom/package.json index 41e43b14a0..cd17c7208f 100644 --- a/packages/dom/package.json +++ b/packages/dom/package.json @@ -1,6 +1,6 @@ { "name": "@floating-ui/dom", - "version": "1.6.2", + "version": "1.6.3", "description": "Floating UI for the web", "publishConfig": { "access": "public"