@gradio/video 0.11.0-beta.7 → 0.11.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 +21 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,26 @@
|
|
1
1
|
# @gradio/video
|
2
2
|
|
3
|
+
## 0.11.0
|
4
|
+
|
5
|
+
### Features
|
6
|
+
|
7
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Improve Icon Button consistency
|
8
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Adds ability to block event trigger when file is uploading
|
9
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Chatbot autoscroll
|
10
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Streaming inputs for 5.0
|
11
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Ssr part 2
|
12
|
+
|
13
|
+
### Dependencies
|
14
|
+
|
15
|
+
- @gradio/atoms@0.9.0
|
16
|
+
- @gradio/client@1.6.0
|
17
|
+
- @gradio/icons@0.8.0
|
18
|
+
- @gradio/image@0.16.0
|
19
|
+
- @gradio/statustracker@0.8.0
|
20
|
+
- @gradio/upload@0.13.0
|
21
|
+
- @gradio/utils@0.7.0
|
22
|
+
- @gradio/wasm@0.14.0
|
23
|
+
|
3
24
|
## 0.11.0-beta.7
|
4
25
|
|
5
26
|
### Features
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/video",
|
3
|
-
"version": "0.11.0
|
3
|
+
"version": "0.11.0",
|
4
4
|
"description": "Gradio UI packages",
|
5
5
|
"type": "module",
|
6
6
|
"author": "",
|
@@ -11,17 +11,17 @@
|
|
11
11
|
"@ffmpeg/util": "^0.12.1",
|
12
12
|
"hls.js": "^1.5.13",
|
13
13
|
"mrmime": "^2.0.0",
|
14
|
-
"@gradio/atoms": "^0.9.0
|
15
|
-
"@gradio/client": "^1.6.0
|
16
|
-
"@gradio/
|
17
|
-
"@gradio/
|
18
|
-
"@gradio/
|
19
|
-
"@gradio/
|
20
|
-
"@gradio/
|
21
|
-
"@gradio/wasm": "^0.14.0
|
14
|
+
"@gradio/atoms": "^0.9.0",
|
15
|
+
"@gradio/client": "^1.6.0",
|
16
|
+
"@gradio/icons": "^0.8.0",
|
17
|
+
"@gradio/image": "^0.16.0",
|
18
|
+
"@gradio/utils": "^0.7.0",
|
19
|
+
"@gradio/statustracker": "^0.8.0",
|
20
|
+
"@gradio/upload": "^0.13.0",
|
21
|
+
"@gradio/wasm": "^0.14.0"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
|
-
"@gradio/preview": "^0.12.0
|
24
|
+
"@gradio/preview": "^0.12.0"
|
25
25
|
},
|
26
26
|
"exports": {
|
27
27
|
"./package.json": "./package.json",
|