@gradio/core 0.1.0-beta.6 → 0.1.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 +27 -0
- package/package.json +56 -56
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @gradio/core
|
|
2
2
|
|
|
3
|
+
## 0.1.0
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - SSR e2e + fixes
|
|
8
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Fix reload mode and streaming in 5.0 dev
|
|
9
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Disable liking user message in chatbot by default but make it configurable
|
|
10
|
+
- [#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
|
|
11
|
+
- [#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
|
|
12
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Streaming Guides
|
|
13
|
+
- [#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.
|
|
14
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Allow `info=` to render markdown
|
|
15
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Remove lite/theme.css from the Git-managed file tree
|
|
16
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Update gr.Dataframe UI with action popover
|
|
17
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Video gallery
|
|
18
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Fix reload mode
|
|
19
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Streaming inputs for 5.0
|
|
20
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - fix SSR apps on spaces
|
|
21
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Fix plots
|
|
22
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Ssr part 2
|
|
23
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - prefix api routes
|
|
24
|
+
|
|
25
|
+
### Fixes
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Trigger state change event on iterators
|
|
29
|
+
|
|
3
30
|
## 0.1.0-beta.6
|
|
4
31
|
|
|
5
32
|
### Features
|
package/package.json
CHANGED
|
@@ -1,64 +1,64 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gradio/core",
|
|
3
|
-
"version": "0.1.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"devDependencies": {
|
|
6
|
-
"@gradio/
|
|
7
|
-
"@gradio/
|
|
8
|
-
"@gradio/
|
|
9
|
-
"@gradio/
|
|
10
|
-
"@gradio/box": "^0.2.0
|
|
11
|
-
"@gradio/button": "^0.3.0
|
|
12
|
-
"@gradio/
|
|
13
|
-
"@gradio/
|
|
14
|
-
"@gradio/
|
|
15
|
-
"@gradio/client": "^1.6.0
|
|
16
|
-
"@gradio/code": "^0.10.0
|
|
17
|
-
"@gradio/
|
|
18
|
-
"@gradio/
|
|
19
|
-
"@gradio/
|
|
20
|
-
"@gradio/
|
|
21
|
-
"@gradio/
|
|
22
|
-
"@gradio/
|
|
23
|
-
"@gradio/
|
|
24
|
-
"@gradio/
|
|
25
|
-
"@gradio/
|
|
26
|
-
"@gradio/
|
|
27
|
-
"@gradio/
|
|
28
|
-
"@gradio/gallery": "^0.13.0
|
|
29
|
-
"@gradio/
|
|
30
|
-
"@gradio/
|
|
31
|
-
"@gradio/icons": "^0.8.0
|
|
32
|
-
"@gradio/
|
|
33
|
-
"@gradio/
|
|
34
|
-
"@gradio/
|
|
35
|
-
"@gradio/
|
|
36
|
-
"@gradio/
|
|
37
|
-
"@gradio/
|
|
38
|
-
"@gradio/
|
|
39
|
-
"@gradio/
|
|
40
|
-
"@gradio/
|
|
41
|
-
"@gradio/
|
|
42
|
-
"@gradio/
|
|
43
|
-
"@gradio/
|
|
44
|
-
"@gradio/
|
|
45
|
-
"@gradio/simpledropdown": "^0.3.0
|
|
46
|
-
"@gradio/
|
|
47
|
-
"@gradio/
|
|
48
|
-
"@gradio/simpletextbox": "^0.3.0
|
|
6
|
+
"@gradio/accordion": "^0.4.0",
|
|
7
|
+
"@gradio/annotatedimage": "^0.8.0",
|
|
8
|
+
"@gradio/atoms": "^0.9.0",
|
|
9
|
+
"@gradio/audio": "^0.14.0",
|
|
10
|
+
"@gradio/box": "^0.2.0",
|
|
11
|
+
"@gradio/button": "^0.3.0",
|
|
12
|
+
"@gradio/checkbox": "^0.4.0",
|
|
13
|
+
"@gradio/chatbot": "^0.14.0",
|
|
14
|
+
"@gradio/checkboxgroup": "^0.6.0",
|
|
15
|
+
"@gradio/client": "^1.6.0",
|
|
16
|
+
"@gradio/code": "^0.10.0",
|
|
17
|
+
"@gradio/colorpicker": "^0.4.0",
|
|
18
|
+
"@gradio/column": "^0.2.0",
|
|
19
|
+
"@gradio/dataframe": "^0.11.0",
|
|
20
|
+
"@gradio/dataset": "^0.3.0",
|
|
21
|
+
"@gradio/datetime": "^0.2.0",
|
|
22
|
+
"@gradio/downloadbutton": "^0.2.0",
|
|
23
|
+
"@gradio/fallback": "^0.4.0",
|
|
24
|
+
"@gradio/dropdown": "^0.8.0",
|
|
25
|
+
"@gradio/fileexplorer": "^0.5.0",
|
|
26
|
+
"@gradio/form": "^0.2.0",
|
|
27
|
+
"@gradio/file": "^0.10.0",
|
|
28
|
+
"@gradio/gallery": "^0.13.0",
|
|
29
|
+
"@gradio/group": "^0.2.0",
|
|
30
|
+
"@gradio/html": "^0.4.0",
|
|
31
|
+
"@gradio/icons": "^0.8.0",
|
|
32
|
+
"@gradio/highlightedtext": "^0.8.0",
|
|
33
|
+
"@gradio/image": "^0.16.0",
|
|
34
|
+
"@gradio/imageeditor": "^0.11.0",
|
|
35
|
+
"@gradio/json": "^0.5.0",
|
|
36
|
+
"@gradio/label": "^0.4.0",
|
|
37
|
+
"@gradio/model3d": "^0.13.0",
|
|
38
|
+
"@gradio/markdown": "^0.10.0",
|
|
39
|
+
"@gradio/number": "^0.5.0",
|
|
40
|
+
"@gradio/paramviewer": "^0.5.0",
|
|
41
|
+
"@gradio/multimodaltextbox": "^0.6.0",
|
|
42
|
+
"@gradio/nativeplot": "^0.4.0",
|
|
43
|
+
"@gradio/plot": "^0.7.0",
|
|
44
|
+
"@gradio/row": "^0.2.0",
|
|
45
|
+
"@gradio/simpledropdown": "^0.3.0",
|
|
46
|
+
"@gradio/radio": "^0.6.0",
|
|
47
|
+
"@gradio/simpleimage": "^0.8.0",
|
|
48
|
+
"@gradio/simpletextbox": "^0.3.0",
|
|
49
|
+
"@gradio/slider": "^0.5.0",
|
|
50
|
+
"@gradio/statustracker": "^0.8.0",
|
|
49
51
|
"@gradio/state": "^0.1.2",
|
|
50
|
-
"@gradio/
|
|
51
|
-
"@gradio/
|
|
52
|
-
"@gradio/
|
|
53
|
-
"@gradio/
|
|
54
|
-
"@gradio/
|
|
55
|
-
"@gradio/
|
|
56
|
-
"@gradio/timer": "^0.
|
|
57
|
-
"@gradio/utils": "^0.7.0
|
|
58
|
-
"@gradio/
|
|
59
|
-
"@gradio/
|
|
60
|
-
"@gradio/video": "^0.11.0-beta.7",
|
|
61
|
-
"@gradio/wasm": "^0.14.0-beta.3"
|
|
52
|
+
"@gradio/tabitem": "^0.3.0",
|
|
53
|
+
"@gradio/tabs": "^0.3.0",
|
|
54
|
+
"@gradio/textbox": "^0.7.0",
|
|
55
|
+
"@gradio/theme": "^0.3.0",
|
|
56
|
+
"@gradio/upload": "^0.13.0",
|
|
57
|
+
"@gradio/uploadbutton": "^0.7.0",
|
|
58
|
+
"@gradio/timer": "^0.4.0",
|
|
59
|
+
"@gradio/utils": "^0.7.0",
|
|
60
|
+
"@gradio/video": "^0.11.0",
|
|
61
|
+
"@gradio/wasm": "^0.14.0"
|
|
62
62
|
},
|
|
63
63
|
"msw": {
|
|
64
64
|
"workerDirectory": "public"
|