@wordpress/components 26.0.0 → 26.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 26.0.1 (2024-02-13)
6
+
7
+ ### Bug Fix
8
+
9
+ - `Popover`: Fix positioning in nested iframes by upgrading Floating UI packages to their latest versions ([#58932](https://github.com/WordPress/gutenberg/pull/58932)).
10
+
5
11
  ## 26.0.0 (2024-02-09)
6
12
 
7
13
  ### Breaking Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/components",
3
- "version": "26.0.0",
3
+ "version": "26.0.1",
4
4
  "description": "UI components for WordPress.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -38,7 +38,7 @@
38
38
  "@emotion/serialize": "^1.0.2",
39
39
  "@emotion/styled": "^11.6.0",
40
40
  "@emotion/utils": "^1.0.0",
41
- "@floating-ui/react-dom": "^2.0.1",
41
+ "@floating-ui/react-dom": "^2.0.8",
42
42
  "@types/gradient-parser": "0.1.3",
43
43
  "@types/highlight-words-core": "1.2.1",
44
44
  "@use-gesture/react": "^10.2.24",
@@ -57,7 +57,7 @@
57
57
  "@wordpress/keycodes": "^3.51.0",
58
58
  "@wordpress/primitives": "^3.49.0",
59
59
  "@wordpress/private-apis": "^0.33.0",
60
- "@wordpress/rich-text": "^6.28.0",
60
+ "@wordpress/rich-text": "^6.28.1",
61
61
  "@wordpress/warning": "^2.51.0",
62
62
  "change-case": "^4.1.2",
63
63
  "classnames": "^2.3.1",
@@ -87,5 +87,5 @@
87
87
  "publishConfig": {
88
88
  "access": "public"
89
89
  },
90
- "gitHead": "eb796371e9630636a4a8837033807b0c4a06ed67"
90
+ "gitHead": "5902fc0f490528da6965dd4cf97f11192bcf5956"
91
91
  }