@wordpress/block-serialization-default-parser 5.20.0 → 5.22.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.22.0 (2025-04-11)
6
+
7
+ ## 5.21.0 (2025-03-27)
8
+
5
9
  ## 5.20.0 (2025-03-13)
6
10
 
7
11
  ## 5.19.0 (2025-02-28)
@@ -62,7 +62,7 @@ class WP_Block_Parser_Block {
62
62
  * 'innerContent' => array( 'Before', null, 'Inner', null, 'After' ),
63
63
  * )
64
64
  *
65
- * @since 4.2.0
65
+ * @since 5.0.0
66
66
  * @var array
67
67
  */
68
68
  public $innerContent; // phpcs:ignore WordPress.NamingConventions.ValidVariableName
@@ -36,7 +36,7 @@ class WP_Block_Parser {
36
36
  * List of parsed blocks
37
37
  *
38
38
  * @since 5.0.0
39
- * @var WP_Block_Parser_Block[]
39
+ * @var array[]
40
40
  */
41
41
  public $output;
42
42
 
@@ -303,7 +303,7 @@ class WP_Block_Parser {
303
303
  * Returns a new block object for freeform HTML
304
304
  *
305
305
  * @internal
306
- * @since 3.9.0
306
+ * @since 5.0.0
307
307
  *
308
308
  * @param string $inner_html HTML content of block.
309
309
  * @return WP_Block_Parser_Block freeform block object.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/block-serialization-default-parser",
3
- "version": "5.20.0",
3
+ "version": "5.22.0",
4
4
  "description": "Block serialization specification parser for WordPress posts.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "72476970386146d450c375e5c71a96dda7c9aaa8"
38
+ "gitHead": "01a314d7e46a50101e328fdb11959c441e49372d"
39
39
  }