@gradio/file 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 +10 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,16 +1,23 @@
|
|
1
1
|
# @gradio/file
|
2
2
|
|
3
|
+
## 0.5.5
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`8181695`](https://github.com/gradio-app/gradio/commit/8181695e70187e8bc2bf7518697098c8d1b9843d)]:
|
8
|
+
- @gradio/upload@0.7.6
|
9
|
+
|
3
10
|
## 0.5.4
|
4
11
|
|
5
12
|
### Fixes
|
6
13
|
|
7
|
-
- [#7559](https://github.com/gradio-app/gradio/pull/7559) [`26356a6`](https://github.com/gradio-app/gradio/commit/26356a623c4196f48ca236d973a597831743cdb8) - Fixes: Invalid file_type breaks drag and drop.
|
14
|
+
- [#7559](https://github.com/gradio-app/gradio/pull/7559) [`26356a6`](https://github.com/gradio-app/gradio/commit/26356a623c4196f48ca236d973a597831743cdb8) - Fixes: Invalid file_type breaks drag and drop. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
|
8
15
|
|
9
16
|
## 0.5.3
|
10
17
|
|
11
18
|
### Fixes
|
12
19
|
|
13
|
-
- [#7507](https://github.com/gradio-app/gradio/pull/7507) [`9c36572`](https://github.com/gradio-app/gradio/commit/9c36572e32aeec6e6352a861dfea6ee0f9a15e79) - Quick fix: File height overflow.
|
20
|
+
- [#7507](https://github.com/gradio-app/gradio/pull/7507) [`9c36572`](https://github.com/gradio-app/gradio/commit/9c36572e32aeec6e6352a861dfea6ee0f9a15e79) - Quick fix: File height overflow. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
|
14
21
|
|
15
22
|
## 0.5.2
|
16
23
|
|
@@ -378,4 +385,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
378
385
|
- Updated dependencies []:
|
379
386
|
- @gradio/utils@0.0.2
|
380
387
|
- @gradio/atoms@0.0.2
|
381
|
-
- @gradio/upload@0.0.2
|
388
|
+
- @gradio/upload@0.0.2
|
package/package.json
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/file",
|
3
|
-
"version": "0.5.
|
3
|
+
"version": "0.5.5",
|
4
4
|
"description": "Gradio UI packages",
|
5
5
|
"type": "module",
|
6
6
|
"author": "",
|
7
7
|
"license": "ISC",
|
8
8
|
"private": false,
|
9
9
|
"dependencies": {
|
10
|
+
"@gradio/atoms": "^0.5.3",
|
10
11
|
"@gradio/client": "^0.12.2",
|
11
12
|
"@gradio/icons": "^0.3.3",
|
12
|
-
"@gradio/
|
13
|
+
"@gradio/upload": "^0.7.6",
|
13
14
|
"@gradio/statustracker": "^0.4.8",
|
14
15
|
"@gradio/wasm": "^0.7.0",
|
15
|
-
"@gradio/upload": "^0.7.5",
|
16
16
|
"@gradio/utils": "^0.3.0"
|
17
17
|
},
|
18
18
|
"main": "./Index.svelte",
|