@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. 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-beta.6",
3
+ "version": "0.1.0",
4
4
  "type": "module",
5
5
  "devDependencies": {
6
- "@gradio/annotatedimage": "^0.8.0-beta.7",
7
- "@gradio/accordion": "^0.3.23-beta.5",
8
- "@gradio/audio": "^0.14.0-beta.8",
9
- "@gradio/atoms": "^0.9.0-beta.5",
10
- "@gradio/box": "^0.2.0-beta.3",
11
- "@gradio/button": "^0.3.0-beta.7",
12
- "@gradio/chatbot": "^0.14.0-beta.8",
13
- "@gradio/checkboxgroup": "^0.6.0-beta.5",
14
- "@gradio/checkbox": "^0.4.0-beta.5",
15
- "@gradio/client": "^1.6.0-beta.4",
16
- "@gradio/code": "^0.10.0-beta.8",
17
- "@gradio/dataframe": "^0.11.0-beta.8",
18
- "@gradio/colorpicker": "^0.4.0-beta.5",
19
- "@gradio/datetime": "^0.2.0-beta.5",
20
- "@gradio/column": "^0.2.0-beta.2",
21
- "@gradio/downloadbutton": "^0.1.28-beta.7",
22
- "@gradio/dataset": "^0.2.5-beta.7",
23
- "@gradio/dropdown": "^0.8.0-beta.6",
24
- "@gradio/fallback": "^0.3.13-beta.5",
25
- "@gradio/file": "^0.10.0-beta.7",
26
- "@gradio/fileexplorer": "^0.5.0-beta.7",
27
- "@gradio/form": "^0.2.0-beta.5",
28
- "@gradio/gallery": "^0.13.0-beta.7",
29
- "@gradio/highlightedtext": "^0.7.7-beta.5",
30
- "@gradio/group": "^0.2.0-beta.1",
31
- "@gradio/icons": "^0.8.0-beta.4",
32
- "@gradio/image": "^0.16.0-beta.7",
33
- "@gradio/imageeditor": "^0.11.0-beta.7",
34
- "@gradio/json": "^0.5.0-beta.5",
35
- "@gradio/label": "^0.3.13-beta.5",
36
- "@gradio/html": "^0.4.0-beta.5",
37
- "@gradio/markdown": "^0.10.0-beta.5",
38
- "@gradio/model3d": "^0.13.0-beta.7",
39
- "@gradio/multimodaltextbox": "^0.6.0-beta.7",
40
- "@gradio/nativeplot": "^0.4.0-beta.7",
41
- "@gradio/number": "^0.5.0-beta.5",
42
- "@gradio/paramviewer": "^0.4.22-beta.5",
43
- "@gradio/row": "^0.2.0-beta.3",
44
- "@gradio/radio": "^0.6.0-beta.5",
45
- "@gradio/simpledropdown": "^0.3.0-beta.5",
46
- "@gradio/simpleimage": "^0.8.0-beta.7",
47
- "@gradio/plot": "^0.7.0-beta.6",
48
- "@gradio/simpletextbox": "^0.3.0-beta.5",
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/slider": "^0.5.0-beta.5",
51
- "@gradio/statustracker": "^0.8.0-beta.5",
52
- "@gradio/tabitem": "^0.3.0-beta.4",
53
- "@gradio/tabs": "^0.3.0-beta.3",
54
- "@gradio/theme": "^0.3.0-beta.1",
55
- "@gradio/textbox": "^0.7.0-beta.5",
56
- "@gradio/timer": "^0.3.3-beta.2",
57
- "@gradio/utils": "^0.7.0-beta.2",
58
- "@gradio/upload": "^0.13.0-beta.7",
59
- "@gradio/uploadbutton": "^0.7.0-beta.7",
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"