@wordpress/media-utils 5.1.0 → 5.3.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 +6 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 5.3.0 (2024-07-10)
|
|
6
|
+
|
|
7
|
+
## 5.2.0 (2024-06-26)
|
|
8
|
+
|
|
5
9
|
## 5.1.0 (2024-06-15)
|
|
6
10
|
|
|
7
11
|
## 5.0.0 (2024-05-31)
|
|
@@ -110,7 +114,7 @@
|
|
|
110
114
|
|
|
111
115
|
## 4.0.0 (2022-05-18)
|
|
112
116
|
|
|
113
|
-
### Breaking
|
|
117
|
+
### Breaking Changes
|
|
114
118
|
|
|
115
119
|
- The `onError` now always receives the `message` as a string ([#39448](https://github.com/WordPress/gutenberg/pull/39448)).
|
|
116
120
|
|
|
@@ -128,7 +132,7 @@
|
|
|
128
132
|
|
|
129
133
|
## 3.0.0 (2021-07-29)
|
|
130
134
|
|
|
131
|
-
### Breaking
|
|
135
|
+
### Breaking Changes
|
|
132
136
|
|
|
133
137
|
- Upgraded React components to work with v17.0 ([#29118](https://github.com/WordPress/gutenberg/pull/29118)). There are no new features in React v17.0 as explained in the [blog post](https://reactjs.org/blog/2020/10/20/react-v17.html).
|
|
134
138
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/media-utils",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "WordPress Media Upload Utils.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"module": "build-module/index.js",
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@babel/runtime": "^7.16.0",
|
|
30
|
-
"@wordpress/api-fetch": "^7.
|
|
31
|
-
"@wordpress/blob": "^4.
|
|
32
|
-
"@wordpress/element": "^6.
|
|
33
|
-
"@wordpress/i18n": "^5.
|
|
30
|
+
"@wordpress/api-fetch": "^7.3.0",
|
|
31
|
+
"@wordpress/blob": "^4.3.0",
|
|
32
|
+
"@wordpress/element": "^6.3.0",
|
|
33
|
+
"@wordpress/i18n": "^5.3.0"
|
|
34
34
|
},
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "122867d355ca4edc63d3a3bbd9411d3a2e1458df"
|
|
39
39
|
}
|