@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 CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 5.15.0 (2025-01-02)
6
+
7
+ ## 5.14.0 (2024-12-11)
8
+
5
9
  ## 5.13.0 (2024-11-27)
6
10
 
7
11
  ## 5.12.0 (2024-11-16)
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ## Gutenberg
2
2
 
3
- Copyright 2016-2024 by the contributors
3
+ Copyright 2016-2025 by the contributors
4
4
 
5
5
  **License for Contributions (on and after April 15, 2021)**
6
6
 
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 `skipSerialization`, all attributes and style properties are removed.
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.13.1-next.cd6172eb0.0",
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.13.1-next.cd6172eb0.0",
33
- "@wordpress/blocks": "^14.2.1-next.cd6172eb0.0",
34
- "@wordpress/components": "*",
35
- "@wordpress/compose": "^7.13.1-next.cd6172eb0.0",
36
- "@wordpress/data": "^10.13.1-next.cd6172eb0.0",
37
- "@wordpress/deprecated": "^4.13.1-next.cd6172eb0.0",
38
- "@wordpress/element": "^6.13.1-next.cd6172eb0.0",
39
- "@wordpress/i18n": "^5.13.1-next.cd6172eb0.0",
40
- "@wordpress/url": "^4.13.1-next.cd6172eb0.0",
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": "4cc93dc1781d8a7bc2bbde265913917920e2bd45"
50
+ "gitHead": "75a65eb8ffc168a92042544052f46d080a71ea45"
51
51
  }