@wordpress/block-directory 4.6.0 → 4.8.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/README.md +7 -14
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -30,8 +30,7 @@ The following set of dispatching action creators are available on the object ret
|
|
|
30
30
|
|
|
31
31
|
### addInstalledBlockType
|
|
32
32
|
|
|
33
|
-
Returns an action object used to add a block type to the "newly installed"
|
|
34
|
-
tracking list.
|
|
33
|
+
Returns an action object used to add a block type to the "newly installed" tracking list.
|
|
35
34
|
|
|
36
35
|
_Parameters_
|
|
37
36
|
|
|
@@ -55,8 +54,7 @@ _Returns_
|
|
|
55
54
|
|
|
56
55
|
### fetchDownloadableBlocks
|
|
57
56
|
|
|
58
|
-
Returns an action object used in signalling that the downloadable blocks
|
|
59
|
-
have been requested and are loading.
|
|
57
|
+
Returns an action object used in signalling that the downloadable blocks have been requested and are loading.
|
|
60
58
|
|
|
61
59
|
_Parameters_
|
|
62
60
|
|
|
@@ -80,8 +78,7 @@ _Returns_
|
|
|
80
78
|
|
|
81
79
|
### receiveDownloadableBlocks
|
|
82
80
|
|
|
83
|
-
Returns an action object used in signalling that the downloadable blocks
|
|
84
|
-
have been updated.
|
|
81
|
+
Returns an action object used in signalling that the downloadable blocks have been updated.
|
|
85
82
|
|
|
86
83
|
_Parameters_
|
|
87
84
|
|
|
@@ -94,8 +91,7 @@ _Returns_
|
|
|
94
91
|
|
|
95
92
|
### removeInstalledBlockType
|
|
96
93
|
|
|
97
|
-
Returns an action object used to remove a block type from the "newly installed"
|
|
98
|
-
tracking list.
|
|
94
|
+
Returns an action object used to remove a block type from the "newly installed" tracking list.
|
|
99
95
|
|
|
100
96
|
_Parameters_
|
|
101
97
|
|
|
@@ -188,8 +184,7 @@ _Returns_
|
|
|
188
184
|
|
|
189
185
|
### getInstalledBlockTypes
|
|
190
186
|
|
|
191
|
-
Returns the block types that have been installed on the server in this
|
|
192
|
-
session.
|
|
187
|
+
Returns the block types that have been installed on the server in this session.
|
|
193
188
|
|
|
194
189
|
_Parameters_
|
|
195
190
|
|
|
@@ -201,8 +196,7 @@ _Returns_
|
|
|
201
196
|
|
|
202
197
|
### getNewBlockTypes
|
|
203
198
|
|
|
204
|
-
Returns block types that have been installed on the server and used in the
|
|
205
|
-
current post.
|
|
199
|
+
Returns block types that have been installed on the server and used in the current post.
|
|
206
200
|
|
|
207
201
|
_Parameters_
|
|
208
202
|
|
|
@@ -214,8 +208,7 @@ _Returns_
|
|
|
214
208
|
|
|
215
209
|
### getUnusedBlockTypes
|
|
216
210
|
|
|
217
|
-
Returns the block types that have been installed on the server but are not
|
|
218
|
-
used in the current post.
|
|
211
|
+
Returns the block types that have been installed on the server but are not used in the current post.
|
|
219
212
|
|
|
220
213
|
_Parameters_
|
|
221
214
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/block-directory",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.8.0",
|
|
4
4
|
"description": "Extend editor with block directory features to search, download and install blocks.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -26,24 +26,24 @@
|
|
|
26
26
|
"react-native": "src/index",
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@babel/runtime": "^7.16.0",
|
|
29
|
-
"@wordpress/a11y": "^3.
|
|
30
|
-
"@wordpress/api-fetch": "^6.
|
|
31
|
-
"@wordpress/block-editor": "^11.
|
|
32
|
-
"@wordpress/blocks": "^12.
|
|
33
|
-
"@wordpress/components": "^23.
|
|
34
|
-
"@wordpress/compose": "^6.
|
|
35
|
-
"@wordpress/core-data": "^6.
|
|
36
|
-
"@wordpress/data": "^
|
|
37
|
-
"@wordpress/edit-post": "^7.
|
|
38
|
-
"@wordpress/editor": "^13.
|
|
39
|
-
"@wordpress/element": "^5.
|
|
40
|
-
"@wordpress/hooks": "^3.
|
|
41
|
-
"@wordpress/html-entities": "^3.
|
|
42
|
-
"@wordpress/i18n": "^4.
|
|
43
|
-
"@wordpress/icons": "^9.
|
|
44
|
-
"@wordpress/notices": "^3.
|
|
45
|
-
"@wordpress/plugins": "^5.
|
|
46
|
-
"@wordpress/url": "^3.
|
|
29
|
+
"@wordpress/a11y": "^3.31.0",
|
|
30
|
+
"@wordpress/api-fetch": "^6.28.0",
|
|
31
|
+
"@wordpress/block-editor": "^11.8.0",
|
|
32
|
+
"@wordpress/blocks": "^12.8.0",
|
|
33
|
+
"@wordpress/components": "^23.8.0",
|
|
34
|
+
"@wordpress/compose": "^6.8.0",
|
|
35
|
+
"@wordpress/core-data": "^6.8.0",
|
|
36
|
+
"@wordpress/data": "^9.1.0",
|
|
37
|
+
"@wordpress/edit-post": "^7.8.0",
|
|
38
|
+
"@wordpress/editor": "^13.8.0",
|
|
39
|
+
"@wordpress/element": "^5.8.0",
|
|
40
|
+
"@wordpress/hooks": "^3.31.0",
|
|
41
|
+
"@wordpress/html-entities": "^3.31.0",
|
|
42
|
+
"@wordpress/i18n": "^4.31.0",
|
|
43
|
+
"@wordpress/icons": "^9.22.0",
|
|
44
|
+
"@wordpress/notices": "^3.31.0",
|
|
45
|
+
"@wordpress/plugins": "^5.8.0",
|
|
46
|
+
"@wordpress/url": "^3.32.0",
|
|
47
47
|
"change-case": "^4.1.2"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "d61700b9f1c72ba0b030fc815ef1685b4f4031ec"
|
|
57
57
|
}
|