@automattic/jetpack-components 1.1.0 → 1.1.2
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 +10 -0
- package/components/zendesk-chat/README.md +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [1.1.2] - 2025-06-16
|
|
6
|
+
### Changed
|
|
7
|
+
- Update package dependencies. [#43951]
|
|
8
|
+
|
|
9
|
+
## [1.1.1] - 2025-06-10
|
|
10
|
+
### Changed
|
|
11
|
+
- Update dependencies.
|
|
12
|
+
|
|
5
13
|
## [1.1.0] - 2025-06-04
|
|
6
14
|
### Added
|
|
7
15
|
- Add functionality to correctly display database threats in the Protect UI. [#43663]
|
|
@@ -1422,6 +1430,8 @@
|
|
|
1422
1430
|
### Changed
|
|
1423
1431
|
- Update node version requirement to 14.16.1
|
|
1424
1432
|
|
|
1433
|
+
[1.1.2]: https://github.com/Automattic/jetpack-components/compare/1.1.1...1.1.2
|
|
1434
|
+
[1.1.1]: https://github.com/Automattic/jetpack-components/compare/1.1.0...1.1.1
|
|
1425
1435
|
[1.1.0]: https://github.com/Automattic/jetpack-components/compare/1.0.0...1.1.0
|
|
1426
1436
|
[1.0.0]: https://github.com/Automattic/jetpack-components/compare/0.73.4...1.0.0
|
|
1427
1437
|
[0.73.4]: https://github.com/Automattic/jetpack-components/compare/0.73.3...0.73.4
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This component adds a Zendesk chat widget via <script> tag to any page the componet is added to
|
|
4
4
|
|
|
5
|
-
WARNING: If you add this to a specific site, it will stay on the page until the browser reloads onto a page that does not load this widget. For example, if a section of the plugin is using `react-router
|
|
5
|
+
WARNING: If you add this to a specific site, it will stay on the page until the browser reloads onto a page that does not load this widget. For example, if a section of the plugin is using `react-router`, and the widget is loaded onto one specific route, it will not go away when a new route is taken since the page is not reloaded
|
|
6
6
|
|
|
7
7
|
## Usage
|
|
8
8
|
|
|
@@ -23,4 +23,4 @@ Because the chat is conditionally rendered based on Date and Time, no props are
|
|
|
23
23
|
|
|
24
24
|
## Note
|
|
25
25
|
|
|
26
|
-
There is a wpcom/v2 API endpoint `/presales/chat?group=jp_presales` that returns whether or not chat is available at this time. This should be used when determining whether or not to render this component.
|
|
26
|
+
There is a wpcom/v2 API endpoint `/presales/chat?group=jp_presales` that returns whether or not chat is available at this time. This should be used when determining whether or not to render this component.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@automattic/format-currency": "1.0.1",
|
|
18
18
|
"@automattic/jetpack-boost-score-api": "^1.0.1",
|
|
19
19
|
"@automattic/jetpack-api": "^1.0.0",
|
|
20
|
-
"@automattic/jetpack-script-data": "^0.4.
|
|
20
|
+
"@automattic/jetpack-script-data": "^0.4.3",
|
|
21
21
|
"@automattic/number-formatters": "^1.0.4",
|
|
22
22
|
"@babel/runtime": "^7",
|
|
23
23
|
"@wordpress/browserslist-config": "6.24.0",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"prop-types": "^15.7.2",
|
|
34
34
|
"qrcode.react": "4.2.0",
|
|
35
35
|
"react-slider": "2.0.5",
|
|
36
|
-
"social-logos": "^3.2.
|
|
36
|
+
"social-logos": "^3.2.3",
|
|
37
37
|
"uplot": "1.6.31",
|
|
38
38
|
"uplot-react": "1.1.4"
|
|
39
39
|
},
|