@automattic/jetpack-components 1.1.1 → 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
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
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
|
+
|
|
5
9
|
## [1.1.1] - 2025-06-10
|
|
6
10
|
### Changed
|
|
7
11
|
- Update dependencies.
|
|
@@ -1426,6 +1430,7 @@
|
|
|
1426
1430
|
### Changed
|
|
1427
1431
|
- Update node version requirement to 14.16.1
|
|
1428
1432
|
|
|
1433
|
+
[1.1.2]: https://github.com/Automattic/jetpack-components/compare/1.1.1...1.1.2
|
|
1429
1434
|
[1.1.1]: https://github.com/Automattic/jetpack-components/compare/1.1.0...1.1.1
|
|
1430
1435
|
[1.1.0]: https://github.com/Automattic/jetpack-components/compare/1.0.0...1.1.0
|
|
1431
1436
|
[1.0.0]: https://github.com/Automattic/jetpack-components/compare/0.73.4...1.0.0
|
|
@@ -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",
|
|
@@ -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
|
},
|