@gradio/upload 0.5.4 → 0.5.5
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 +11 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,16 +1,24 @@
|
|
1
1
|
# @gradio/upload
|
2
2
|
|
3
|
+
## 0.5.5
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`245d58e`](https://github.com/gradio-app/gradio/commit/245d58eff788e8d44a59d37a2d9b26d0f08a62b4)]:
|
8
|
+
- @gradio/client@0.9.2
|
9
|
+
- @gradio/upload@0.5.5
|
10
|
+
|
3
11
|
## 0.5.4
|
4
12
|
|
5
13
|
### Fixes
|
6
14
|
|
7
|
-
- [#6525](https://github.com/gradio-app/gradio/pull/6525) [`5d51fbc`](https://github.com/gradio-app/gradio/commit/5d51fbce7826da840a2fd4940feb5d9ad6f1bc5a) - Fixes Drag and Drop for Upload.
|
15
|
+
- [#6525](https://github.com/gradio-app/gradio/pull/6525) [`5d51fbc`](https://github.com/gradio-app/gradio/commit/5d51fbce7826da840a2fd4940feb5d9ad6f1bc5a) - Fixes Drag and Drop for Upload. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
|
8
16
|
|
9
17
|
## 0.5.3
|
10
18
|
|
11
19
|
### Fixes
|
12
20
|
|
13
|
-
- [#6709](https://github.com/gradio-app/gradio/pull/6709) [`6a9151d`](https://github.com/gradio-app/gradio/commit/6a9151d5c9432c724098da7d88a539aaaf5ffe88) - Remove progress animation on streaming.
|
21
|
+
- [#6709](https://github.com/gradio-app/gradio/pull/6709) [`6a9151d`](https://github.com/gradio-app/gradio/commit/6a9151d5c9432c724098da7d88a539aaaf5ffe88) - Remove progress animation on streaming. Thanks [@aliabid94](https://github.com/aliabid94)!
|
14
22
|
|
15
23
|
## 0.5.2
|
16
24
|
|
@@ -267,4 +275,4 @@ From the backend, streamed outputs are served from the `/stream/` endpoint inste
|
|
267
275
|
### Patch Changes
|
268
276
|
|
269
277
|
- Updated dependencies []:
|
270
|
-
- @gradio/atoms@0.0.2
|
278
|
+
- @gradio/atoms@0.0.2
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/upload",
|
3
|
-
"version": "0.5.
|
3
|
+
"version": "0.5.5",
|
4
4
|
"description": "Gradio UI packages",
|
5
5
|
"type": "module",
|
6
6
|
"main": "src/index.ts",
|
@@ -9,8 +9,8 @@
|
|
9
9
|
"dependencies": {
|
10
10
|
"@gradio/atoms": "^0.4.0",
|
11
11
|
"@gradio/icons": "^0.3.2",
|
12
|
-
"@gradio/
|
13
|
-
"@gradio/
|
12
|
+
"@gradio/client": "^0.9.2",
|
13
|
+
"@gradio/upload": "^0.5.5",
|
14
14
|
"@gradio/utils": "^0.2.0"
|
15
15
|
},
|
16
16
|
"main_changeset": true,
|