@automattic/jetpack-components 1.11.0 → 1.11.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 +7 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,18 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [1.11.1] - 2026-05-14
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#48696]
|
|
8
|
+
|
|
5
9
|
## [1.11.0] - 2026-05-11
|
|
6
10
|
### Added
|
|
7
11
|
- AdminPage: Add admin-page and jetpack-footer sub-path exports for use in wp-build dashboards. [#48510]
|
|
8
|
-
- Gravatar: Add a component with hovercard support at the `./gravatar` subpath, shared across products that render subscriber or response avatars. [#48581]
|
|
9
12
|
- Global Notices: Add global-notices sub-path export for use in wp-build dashboards. [#48586]
|
|
13
|
+
- Gravatar: Add a component with hovercard support at the `./gravatar` subpath, shared across products that render subscriber or response avatars. [#48581]
|
|
10
14
|
|
|
11
15
|
### Changed
|
|
12
16
|
- AdminPage: Update to @wordpress/admin-ui 2.0.0 and use the new `visual` prop to render the Jetpack logo alongside the page title. [#48410]
|
|
13
17
|
- Components: Use Link from `@wordpress/ui` instead of ExternalLink. [#48529]
|
|
14
18
|
|
|
15
19
|
### Removed
|
|
16
|
-
- Components: Remove Gridicon component.
|
|
20
|
+
- Components: Remove Gridicon component. [#48537]
|
|
17
21
|
|
|
18
22
|
### Fixed
|
|
19
23
|
- AdminPage: Pass a stable `jp-admin-page__page` className to admin-ui's Page so layout overrides survive admin-ui 2.0.0's switch to CSS Modules; pin the header heading level to `<h2>` and center the new `visual` slot to keep the Jetpack logo aligned with the title. [#48410]
|
|
@@ -1780,6 +1784,7 @@
|
|
|
1780
1784
|
### Changed
|
|
1781
1785
|
- Update node version requirement to 14.16.1
|
|
1782
1786
|
|
|
1787
|
+
[1.11.1]: https://github.com/Automattic/jetpack-components/compare/1.11.0...1.11.1
|
|
1783
1788
|
[1.11.0]: https://github.com/Automattic/jetpack-components/compare/1.10.0...1.11.0
|
|
1784
1789
|
[1.10.0]: https://github.com/Automattic/jetpack-components/compare/1.9.0...1.10.0
|
|
1785
1790
|
[1.9.0]: https://github.com/Automattic/jetpack-components/compare/1.8.3...1.9.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.1",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"@automattic/format-currency": "1.0.1",
|
|
64
64
|
"@automattic/jetpack-api": "^1.0.24",
|
|
65
|
-
"@automattic/jetpack-boost-score-api": "^1.0.
|
|
65
|
+
"@automattic/jetpack-boost-score-api": "^1.0.41",
|
|
66
66
|
"@automattic/jetpack-script-data": "^0.6.3",
|
|
67
67
|
"@automattic/number-formatters": "^1.1.7",
|
|
68
68
|
"@babel/runtime": "^7",
|
|
@@ -89,12 +89,12 @@
|
|
|
89
89
|
"uplot-react": "1.1.4"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
|
-
"@automattic/jetpack-base-styles": "^1.2.
|
|
92
|
+
"@automattic/jetpack-base-styles": "^1.2.2",
|
|
93
93
|
"@babel/core": "7.29.0",
|
|
94
94
|
"@babel/preset-react": "7.28.5",
|
|
95
95
|
"@jest/globals": "30.3.0",
|
|
96
|
-
"@storybook/addon-docs": "10.3.
|
|
97
|
-
"@storybook/react": "10.3.
|
|
96
|
+
"@storybook/addon-docs": "10.3.6",
|
|
97
|
+
"@storybook/react": "10.3.6",
|
|
98
98
|
"@testing-library/dom": "10.4.1",
|
|
99
99
|
"@testing-library/react": "16.3.2",
|
|
100
100
|
"@testing-library/user-event": "14.6.1",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"react": "18.3.1",
|
|
108
108
|
"react-dom": "18.3.1",
|
|
109
109
|
"require-from-string": "2.0.2",
|
|
110
|
-
"storybook": "10.3.
|
|
110
|
+
"storybook": "10.3.6",
|
|
111
111
|
"ts-dedent": "2.2.0",
|
|
112
112
|
"typescript": "5.9.3",
|
|
113
113
|
"webpack": "5.105.2",
|