@gradio/video 0.11.0-beta.7 → 0.11.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @gradio/video
2
2
 
3
+ ## 0.11.1
4
+
5
+ ### Dependency updates
6
+
7
+ - @gradio/statustracker@0.8.1
8
+ - @gradio/image@0.16.1
9
+
10
+ ## 0.11.0
11
+
12
+ ### Features
13
+
14
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Improve Icon Button consistency
15
+ - [#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
16
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Chatbot autoscroll
17
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Streaming inputs for 5.0
18
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Ssr part 2
19
+
20
+ ### Dependencies
21
+
22
+ - @gradio/atoms@0.9.0
23
+ - @gradio/client@1.6.0
24
+ - @gradio/icons@0.8.0
25
+ - @gradio/image@0.16.0
26
+ - @gradio/statustracker@0.8.0
27
+ - @gradio/upload@0.13.0
28
+ - @gradio/utils@0.7.0
29
+ - @gradio/wasm@0.14.0
30
+
3
31
  ## 0.11.0-beta.7
4
32
 
5
33
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/video",
3
- "version": "0.11.0-beta.7",
3
+ "version": "0.11.1",
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-beta.5",
15
- "@gradio/client": "^1.6.0-beta.4",
16
- "@gradio/image": "^0.16.0-beta.7",
17
- "@gradio/upload": "^0.13.0-beta.7",
18
- "@gradio/statustracker": "^0.8.0-beta.5",
19
- "@gradio/icons": "^0.8.0-beta.4",
20
- "@gradio/utils": "^0.7.0-beta.2",
21
- "@gradio/wasm": "^0.14.0-beta.3"
14
+ "@gradio/atoms": "^0.9.0",
15
+ "@gradio/client": "^1.6.0",
16
+ "@gradio/icons": "^0.8.0",
17
+ "@gradio/image": "^0.16.1",
18
+ "@gradio/upload": "^0.13.0",
19
+ "@gradio/utils": "^0.7.0",
20
+ "@gradio/statustracker": "^0.8.1",
21
+ "@gradio/wasm": "^0.14.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@gradio/preview": "^0.12.0-beta.1"
24
+ "@gradio/preview": "^0.12.0"
25
25
  },
26
26
  "exports": {
27
27
  "./package.json": "./package.json",