@automattic/jetpack-components 1.3.8 → 1.3.10
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,16 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [1.3.10] - 2025-11-17
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#45915]
|
|
8
|
+
- Update package dependencies. [#45958]
|
|
9
|
+
|
|
10
|
+
## [1.3.9] - 2025-11-10
|
|
11
|
+
### Changed
|
|
12
|
+
- Replace icons removed from @wordpress/icons with alternatives. [#45760]
|
|
13
|
+
- Update package dependencies. [#45737]
|
|
14
|
+
|
|
5
15
|
## [1.3.8] - 2025-11-03
|
|
6
16
|
### Added
|
|
7
17
|
- Add domains icon to the Gridicon component. [#45716]
|
|
@@ -1553,6 +1563,8 @@
|
|
|
1553
1563
|
### Changed
|
|
1554
1564
|
- Update node version requirement to 14.16.1
|
|
1555
1565
|
|
|
1566
|
+
[1.3.10]: https://github.com/Automattic/jetpack-components/compare/1.3.9...1.3.10
|
|
1567
|
+
[1.3.9]: https://github.com/Automattic/jetpack-components/compare/1.3.8...1.3.9
|
|
1556
1568
|
[1.3.8]: https://github.com/Automattic/jetpack-components/compare/1.3.7...1.3.8
|
|
1557
1569
|
[1.3.7]: https://github.com/Automattic/jetpack-components/compare/1.3.6...1.3.7
|
|
1558
1570
|
[1.3.6]: https://github.com/Automattic/jetpack-components/compare/1.3.5...1.3.6
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Icon, warning, info, check } from '@wordpress/icons';
|
|
2
|
+
import { Icon, cautionFilled as warning, info, check } from '@wordpress/icons';
|
|
3
3
|
import clsx from 'clsx';
|
|
4
4
|
import styles from './style.module.scss';
|
|
5
5
|
const getIconByLevel = (level) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { Icon, warning, info, check, close } from '@wordpress/icons';
|
|
2
|
+
import { Icon, cautionFilled as warning, info, check, close } from '@wordpress/icons';
|
|
3
3
|
import clsx from 'clsx';
|
|
4
4
|
import styles from './style.module.scss';
|
|
5
5
|
const getIconByLevel = (level) => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Icon, warning, info, check } from '@wordpress/icons';
|
|
1
|
+
import { Icon, cautionFilled as warning, info, check } from '@wordpress/icons';
|
|
2
2
|
import clsx from 'clsx';
|
|
3
3
|
import styles from './style.module.scss';
|
|
4
4
|
import type { ReactNode, Component, ReactElement, FC } from 'react';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Icon, warning, info, check, close } from '@wordpress/icons';
|
|
1
|
+
import { Icon, cautionFilled as warning, info, check, close } from '@wordpress/icons';
|
|
2
2
|
import clsx from 'clsx';
|
|
3
3
|
import styles from './style.module.scss';
|
|
4
4
|
import type { Component, FC, ReactElement, ReactNode } from 'react';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.10",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -41,44 +41,44 @@
|
|
|
41
41
|
],
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@automattic/format-currency": "1.0.1",
|
|
44
|
-
"@automattic/jetpack-api": "^1.0.
|
|
45
|
-
"@automattic/jetpack-boost-score-api": "^1.0.
|
|
44
|
+
"@automattic/jetpack-api": "^1.0.11",
|
|
45
|
+
"@automattic/jetpack-boost-score-api": "^1.0.18",
|
|
46
46
|
"@automattic/jetpack-script-data": "^0.5.4",
|
|
47
|
-
"@automattic/number-formatters": "^1.0.
|
|
47
|
+
"@automattic/number-formatters": "^1.0.15",
|
|
48
48
|
"@babel/runtime": "^7",
|
|
49
|
-
"@wordpress/browserslist-config": "6.
|
|
50
|
-
"@wordpress/components": "30.
|
|
51
|
-
"@wordpress/compose": "7.
|
|
52
|
-
"@wordpress/data": "10.
|
|
53
|
-
"@wordpress/date": "5.
|
|
54
|
-
"@wordpress/element": "6.
|
|
55
|
-
"@wordpress/i18n": "6.
|
|
56
|
-
"@wordpress/icons": "
|
|
57
|
-
"@wordpress/notices": "5.
|
|
49
|
+
"@wordpress/browserslist-config": "6.35.0",
|
|
50
|
+
"@wordpress/components": "30.8.0",
|
|
51
|
+
"@wordpress/compose": "7.35.0",
|
|
52
|
+
"@wordpress/data": "10.35.0",
|
|
53
|
+
"@wordpress/date": "5.35.0",
|
|
54
|
+
"@wordpress/element": "6.35.0",
|
|
55
|
+
"@wordpress/i18n": "6.8.0",
|
|
56
|
+
"@wordpress/icons": "11.2.0",
|
|
57
|
+
"@wordpress/notices": "5.35.0",
|
|
58
58
|
"clsx": "2.1.1",
|
|
59
59
|
"prop-types": "^15.7.2",
|
|
60
60
|
"qrcode.react": "4.2.0",
|
|
61
61
|
"react-slider": "2.0.5",
|
|
62
|
-
"social-logos": "^3.3.
|
|
62
|
+
"social-logos": "^3.3.3",
|
|
63
63
|
"uplot": "1.6.31",
|
|
64
64
|
"uplot-react": "1.1.4"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@automattic/jetpack-base-styles": "^1.0.
|
|
67
|
+
"@automattic/jetpack-base-styles": "^1.0.11",
|
|
68
68
|
"@babel/core": "7.28.4",
|
|
69
69
|
"@babel/preset-react": "7.27.1",
|
|
70
|
-
"@jest/globals": "30.0
|
|
70
|
+
"@jest/globals": "30.2.0",
|
|
71
71
|
"@storybook/addon-docs": "9.0.15",
|
|
72
72
|
"@storybook/react": "9.0.15",
|
|
73
|
-
"@testing-library/dom": "10.4.
|
|
73
|
+
"@testing-library/dom": "10.4.1",
|
|
74
74
|
"@testing-library/react": "16.3.0",
|
|
75
75
|
"@testing-library/user-event": "14.6.1",
|
|
76
76
|
"@types/jest": "30.0.0",
|
|
77
|
-
"@types/react": "18.3.
|
|
77
|
+
"@types/react": "18.3.26",
|
|
78
78
|
"@types/react-dom": "18.3.7",
|
|
79
79
|
"@types/react-slider": "1.3.6",
|
|
80
|
-
"jest": "30.0
|
|
81
|
-
"jest-environment-jsdom": "30.0
|
|
80
|
+
"jest": "30.2.0",
|
|
81
|
+
"jest-environment-jsdom": "30.2.0",
|
|
82
82
|
"react": "18.3.1",
|
|
83
83
|
"react-dom": "18.3.1",
|
|
84
84
|
"require-from-string": "2.0.2",
|