PluginProbe
Gutenberg / 24.0.0
Gutenberg v24.0.0
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
← All changes | build/modules/registry.php +21 -10 23.2.224.0.0 View file →
@@ -32,13 +32,8 @@
32 32 'path' => 'block-library/file/view',
33 33 'asset' => 'block-library/file/view.min.asset.php',
34 34 ),
35 35 array(
36 - 'id' => '@wordpress/block-library/form/view',
37 - 'path' => 'block-library/form/view',
38 - 'asset' => 'block-library/form/view.min.asset.php',
39 - ),
40 - array(
41 36 'id' => '@wordpress/block-library/image/view',
42 37 'path' => 'block-library/image/view',
43 38 'asset' => 'block-library/image/view.min.asset.php',
44 39 ),
@@ -77,18 +72,18 @@
77 72 'path' => 'connectors/index',
78 73 'asset' => 'connectors/index.min.asset.php',
79 74 ),
80 75 array(
81 - 'id' => '@wordpress/content-types',
82 - 'path' => 'content-types/index',
83 - 'asset' => 'content-types/index.min.asset.php',
84 - ),
85 - array(
86 76 'id' => '@wordpress/core-abilities',
87 77 'path' => 'core-abilities/index',
88 78 'asset' => 'core-abilities/index.min.asset.php',
89 79 ),
90 80 array(
81 + 'id' => '@wordpress/dashboard-init',
82 + 'path' => 'dashboard-init/index',
83 + 'asset' => 'dashboard-init/index.min.asset.php',
84 + ),
85 + array(
91 86 'id' => '@wordpress/edit-site-init',
92 87 'path' => 'edit-site-init/index',
93 88 'asset' => 'edit-site-init/index.min.asset.php',
94 89 ),
@@ -127,8 +122,19 @@
127 122 'path' => 'route/index',
128 123 'asset' => 'route/index.min.asset.php',
129 124 ),
130 125 array(
126 + 'id' => '@wordpress/video-conversion/loader',
127 + 'path' => 'video-conversion/loader',
128 + 'asset' => 'video-conversion/loader.min.asset.php',
129 + ),
130 + array(
131 + 'id' => '@wordpress/video-conversion/worker',
132 + 'path' => 'video-conversion/worker',
133 + 'asset' => 'video-conversion/worker.min.asset.php',
134 + 'min_only' => true,
135 + ),
136 + array(
131 137 'id' => '@wordpress/vips/loader',
132 138 'path' => 'vips/loader',
133 139 'asset' => 'vips/loader.min.asset.php',
134 140 ),
@@ -136,8 +142,13 @@
136 142 'id' => '@wordpress/vips/worker',
137 143 'path' => 'vips/worker',
138 144 'asset' => 'vips/worker.min.asset.php',
139 145 'min_only' => true,
146 + ),
147 + array(
148 + 'id' => '@wordpress/widget-primitives',
149 + 'path' => 'widget-primitives/index',
150 + 'asset' => 'widget-primitives/index.min.asset.php',
140 151 ),
141 152 array(
142 153 'id' => '@wordpress/workflow',
143 154 'path' => 'workflow/index',