@gradio/image 0.16.0-beta.7 → 0.16.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 +30 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @gradio/image
2
2
 
3
+ ## 0.16.1
4
+
5
+ ### Dependency updates
6
+
7
+ - @gradio/statustracker@0.8.1
8
+
9
+ ## 0.16.0
10
+
11
+ ### Features
12
+
13
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Improve Icon Button consistency
14
+ - [#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
15
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Open audio/image input stream only when queue is ready
16
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Streaming Guides
17
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Send Streaming data over Websocket if possible. Also support base64 output format for images.
18
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Chatbot autoscroll
19
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Fix stop recording button colors
20
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Streaming inputs for 5.0
21
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Ssr part 2
22
+
23
+ ### Dependencies
24
+
25
+ - @gradio/atoms@0.9.0
26
+ - @gradio/client@1.6.0
27
+ - @gradio/icons@0.8.0
28
+ - @gradio/statustracker@0.8.0
29
+ - @gradio/upload@0.13.0
30
+ - @gradio/utils@0.7.0
31
+ - @gradio/wasm@0.14.0
32
+
3
33
  ## 0.16.0-beta.7
4
34
 
5
35
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/image",
3
- "version": "0.16.0-beta.7",
3
+ "version": "0.16.1",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -10,16 +10,16 @@
10
10
  "cropperjs": "^1.5.12",
11
11
  "lazy-brush": "^1.0.1",
12
12
  "resize-observer-polyfill": "^1.5.1",
13
- "@gradio/atoms": "^0.9.0-beta.5",
14
- "@gradio/icons": "^0.8.0-beta.4",
15
- "@gradio/statustracker": "^0.8.0-beta.5",
16
- "@gradio/client": "^1.6.0-beta.4",
17
- "@gradio/upload": "^0.13.0-beta.7",
18
- "@gradio/utils": "^0.7.0-beta.2",
19
- "@gradio/wasm": "^0.14.0-beta.3"
13
+ "@gradio/atoms": "^0.9.0",
14
+ "@gradio/client": "^1.6.0",
15
+ "@gradio/icons": "^0.8.0",
16
+ "@gradio/statustracker": "^0.8.1",
17
+ "@gradio/upload": "^0.13.0",
18
+ "@gradio/utils": "^0.7.0",
19
+ "@gradio/wasm": "^0.14.0"
20
20
  },
21
21
  "devDependencies": {
22
- "@gradio/preview": "^0.12.0-beta.1"
22
+ "@gradio/preview": "^0.12.0"
23
23
  },
24
24
  "main_changeset": true,
25
25
  "main": "./Index.svelte",