Skip to content

Commit

Permalink
Version Packages (#2792)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Feb 12, 2024
1 parent d036f52 commit f7bc5d3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
16 changes: 0 additions & 16 deletions .changeset/great-bags-attack.md

This file was deleted.

17 changes: 17 additions & 0 deletions 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
<html>
<iframe>
<div>floating</div>
<iframe>
<div>reference</div>
</iframe>
</iframe>
</html>
```

## 1.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit f7bc5d3

Please sign in to comment.