@gradio/upload 0.7.1 → 0.7.3
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 +26 -8
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,42 +1,60 @@
|
|
1
1
|
# @gradio/upload
|
2
2
|
|
3
|
+
## 0.7.3
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`065c5b1`](https://github.com/gradio-app/gradio/commit/065c5b163c4badb9d9cbd06d627fb4ba086003e7), [`32b317f`](https://github.com/gradio-app/gradio/commit/32b317f24e3d43f26684bb9f3964f31efd0ea556)]:
|
8
|
+
- @gradio/utils@0.3.0
|
9
|
+
- @gradio/client@0.12.1
|
10
|
+
- @gradio/atoms@0.5.2
|
11
|
+
- @gradio/upload@0.7.3
|
12
|
+
|
13
|
+
## 0.7.2
|
14
|
+
|
15
|
+
### Patch Changes
|
16
|
+
|
17
|
+
- Updated dependencies [[`49d9c48`](https://github.com/gradio-app/gradio/commit/49d9c48537aa706bf72628e3640389470138bdc6)]:
|
18
|
+
- @gradio/client@0.12.0
|
19
|
+
- @gradio/upload@0.7.2
|
20
|
+
|
3
21
|
## 0.7.1
|
4
22
|
|
5
23
|
### Features
|
6
24
|
|
7
|
-
- [#7206](https://github.com/gradio-app/gradio/pull/7206) [`572e360`](https://github.com/gradio-app/gradio/commit/572e360fff4a03c335b86e1a7517a44cb6af2bcd) - Upload tweak.
|
25
|
+
- [#7206](https://github.com/gradio-app/gradio/pull/7206) [`572e360`](https://github.com/gradio-app/gradio/commit/572e360fff4a03c335b86e1a7517a44cb6af2bcd) - Upload tweak. Thanks [@pngwn](https://github.com/pngwn)!
|
8
26
|
|
9
27
|
### Fixes
|
10
28
|
|
11
|
-
- [#7141](https://github.com/gradio-app/gradio/pull/7141) [`c3e61e4`](https://github.com/gradio-app/gradio/commit/c3e61e4f70696a71aede67b65d28447eb67daf16) - Few File component drag and drop.
|
29
|
+
- [#7141](https://github.com/gradio-app/gradio/pull/7141) [`c3e61e4`](https://github.com/gradio-app/gradio/commit/c3e61e4f70696a71aede67b65d28447eb67daf16) - Few File component drag and drop. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
|
12
30
|
|
13
31
|
## 0.7.0
|
14
32
|
|
15
33
|
### Features
|
16
34
|
|
17
|
-
- [#7104](https://github.com/gradio-app/gradio/pull/7104) [`bc2cdc1`](https://github.com/gradio-app/gradio/commit/bc2cdc1df95b38025486cf76df4a494b66d98585) - Allow download button for interactive Audio and Video components.
|
35
|
+
- [#7104](https://github.com/gradio-app/gradio/pull/7104) [`bc2cdc1`](https://github.com/gradio-app/gradio/commit/bc2cdc1df95b38025486cf76df4a494b66d98585) - Allow download button for interactive Audio and Video components. Thanks [@hannahblair](https://github.com/hannahblair)!
|
18
36
|
|
19
37
|
## 0.6.1
|
20
38
|
|
21
39
|
### Fixes
|
22
40
|
|
23
|
-
- [#6982](https://github.com/gradio-app/gradio/pull/6982) [`3f139c7`](https://github.com/gradio-app/gradio/commit/3f139c7c995f749562bb007d2a567bb167669de9) - Fix File drag and drop for specific file_types.
|
41
|
+
- [#6982](https://github.com/gradio-app/gradio/pull/6982) [`3f139c7`](https://github.com/gradio-app/gradio/commit/3f139c7c995f749562bb007d2a567bb167669de9) - Fix File drag and drop for specific file_types. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
|
24
42
|
|
25
43
|
## 0.6.0
|
26
44
|
|
27
45
|
### Features
|
28
46
|
|
29
|
-
- [#6965](https://github.com/gradio-app/gradio/pull/6965) [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0) - Make <UploadProgress /> Wasm-compatible.
|
47
|
+
- [#6965](https://github.com/gradio-app/gradio/pull/6965) [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0) - Make <UploadProgress /> Wasm-compatible. Thanks [@whitphx](https://github.com/whitphx)!
|
30
48
|
|
31
49
|
### Fixes
|
32
50
|
|
33
|
-
- [#6969](https://github.com/gradio-app/gradio/pull/6969) [`793bf8f`](https://github.com/gradio-app/gradio/commit/793bf8f7b1943f265c5d016c1a0c682ee549232a) - Display pending file in `<Upload />` while waiting for upload request.
|
51
|
+
- [#6969](https://github.com/gradio-app/gradio/pull/6969) [`793bf8f`](https://github.com/gradio-app/gradio/commit/793bf8f7b1943f265c5d016c1a0c682ee549232a) - Display pending file in `<Upload />` while waiting for upload request. Thanks [@hannahblair](https://github.com/hannahblair)!
|
34
52
|
|
35
53
|
## 0.5.8
|
36
54
|
|
37
55
|
### Features
|
38
56
|
|
39
|
-
- [#6931](https://github.com/gradio-app/gradio/pull/6931) [`6c863af`](https://github.com/gradio-app/gradio/commit/6c863af92fa9ceb5c638857eb22cc5ddb718d549) - Fix functional tests.
|
57
|
+
- [#6931](https://github.com/gradio-app/gradio/pull/6931) [`6c863af`](https://github.com/gradio-app/gradio/commit/6c863af92fa9ceb5c638857eb22cc5ddb718d549) - Fix functional tests. Thanks [@aliabid94](https://github.com/aliabid94)!
|
40
58
|
|
41
59
|
## 0.5.7
|
42
60
|
|
@@ -327,4 +345,4 @@ From the backend, streamed outputs are served from the `/stream/` endpoint inste
|
|
327
345
|
### Patch Changes
|
328
346
|
|
329
347
|
- Updated dependencies []:
|
330
|
-
- @gradio/atoms@0.0.2
|
348
|
+
- @gradio/atoms@0.0.2
|
package/package.json
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/upload",
|
3
|
-
"version": "0.7.
|
3
|
+
"version": "0.7.3",
|
4
4
|
"description": "Gradio UI packages",
|
5
5
|
"type": "module",
|
6
6
|
"main": "src/index.ts",
|
7
7
|
"author": "",
|
8
8
|
"license": "ISC",
|
9
9
|
"dependencies": {
|
10
|
-
"@gradio/atoms": "^0.5.
|
11
|
-
"@gradio/client": "^0.11.0",
|
12
|
-
"@gradio/upload": "^0.7.1",
|
13
|
-
"@gradio/wasm": "^0.6.0",
|
10
|
+
"@gradio/atoms": "^0.5.2",
|
14
11
|
"@gradio/icons": "^0.3.2",
|
15
|
-
"@gradio/
|
12
|
+
"@gradio/client": "^0.12.1",
|
13
|
+
"@gradio/upload": "^0.7.3",
|
14
|
+
"@gradio/utils": "^0.3.0",
|
15
|
+
"@gradio/wasm": "^0.6.0"
|
16
16
|
},
|
17
17
|
"main_changeset": true,
|
18
18
|
"exports": {
|