@wordpress/server-side-render 5.13.1-next.cd6172eb0.0 → 5.15.0
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 +4 -0
- package/LICENSE.md +1 -1
- package/README.md +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
package/LICENSE.md
CHANGED
package/README.md
CHANGED
|
@@ -79,7 +79,7 @@ add_filter( 'rest_endpoints', 'add_rest_method');
|
|
|
79
79
|
|
|
80
80
|
### skipBlockSupportAttributes
|
|
81
81
|
|
|
82
|
-
Remove attributes and style properties applied by the block supports. This prevents duplication of styles in the block wrapper and the `ServerSideRender` components. Even if certain features skip serialization to HTML markup by `
|
|
82
|
+
Remove attributes and style properties applied by the block supports. This prevents duplication of styles in the block wrapper and the `ServerSideRender` components. Even if certain features skip serialization to HTML markup by `__experimentalSkipSerialization`, all attributes and style properties are removed.
|
|
83
83
|
|
|
84
84
|
- Type: `Boolean`
|
|
85
85
|
- Required: No
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/server-side-render",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.15.0",
|
|
4
4
|
"description": "The component used with WordPress to server-side render a preview of dynamic blocks to display in the editor.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"wpScript": true,
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@babel/runtime": "7.25.7",
|
|
32
|
-
"@wordpress/api-fetch": "^7.
|
|
33
|
-
"@wordpress/blocks": "^14.
|
|
34
|
-
"@wordpress/components": "
|
|
35
|
-
"@wordpress/compose": "^7.
|
|
36
|
-
"@wordpress/data": "^10.
|
|
37
|
-
"@wordpress/deprecated": "^4.
|
|
38
|
-
"@wordpress/element": "^6.
|
|
39
|
-
"@wordpress/i18n": "^5.
|
|
40
|
-
"@wordpress/url": "^4.
|
|
32
|
+
"@wordpress/api-fetch": "^7.15.0",
|
|
33
|
+
"@wordpress/blocks": "^14.4.0",
|
|
34
|
+
"@wordpress/components": "^29.1.0",
|
|
35
|
+
"@wordpress/compose": "^7.15.0",
|
|
36
|
+
"@wordpress/data": "^10.15.0",
|
|
37
|
+
"@wordpress/deprecated": "^4.15.0",
|
|
38
|
+
"@wordpress/element": "^6.15.0",
|
|
39
|
+
"@wordpress/i18n": "^5.15.0",
|
|
40
|
+
"@wordpress/url": "^4.15.0",
|
|
41
41
|
"fast-deep-equal": "^3.1.3"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"access": "public"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "75a65eb8ffc168a92042544052f46d080a71ea45"
|
|
51
51
|
}
|