Skip to content

Commit

Permalink
Upgrade Floating UI packages, fix nested iframe positioning bug (#58932)
Browse files Browse the repository at this point in the history
* Upgrade Floating UI packages, fix nested iframe positioning bug

* Update components changelog
  • Loading branch information
jsnajdr authored and youknowriad committed Feb 13, 2024
1 parent e7afd86 commit a6212a9
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 69 deletions.
114 changes: 46 additions & 68 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Bug Fix

- `Popover`: Fix positioning in nested iframes by upgrading Floating UI packages to their latest versions ([#58932](https://github.com/WordPress/gutenberg/pull/58932)).

## 26.0.0 (2024-02-09)

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@emotion/serialize": "^1.0.2",
"@emotion/styled": "^11.6.0",
"@emotion/utils": "^1.0.0",
"@floating-ui/react-dom": "^2.0.1",
"@floating-ui/react-dom": "^2.0.8",
"@types/gradient-parser": "0.1.3",
"@types/highlight-words-core": "1.2.1",
"@use-gesture/react": "^10.2.24",
Expand Down

0 comments on commit a6212a9

Please sign in to comment.