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 Feb 12, 2024
1 parent e7fadf9 commit f1cd566
Show file tree
Hide file tree
Showing 3 changed files with 48 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.

1 change: 1 addition & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Bug Fix

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

### Experimental

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 f1cd566

Please sign in to comment.