@gradio/core 0.7.0 → 0.8.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 +31 -0
- package/dist/src/lang/en.json +2 -0
- package/package.json +25 -24
- package/src/lang/en.json +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @gradio/core
|
|
2
2
|
|
|
3
|
+
## 0.8.0
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- [#10420](https://github.com/gradio-app/gradio/pull/10420) [`a69b8e8`](https://github.com/gradio-app/gradio/commit/a69b8e83ad7c89c627db2bdd5d25b0142731aaac) - Support column/row deletion in `gr.DataFrame`. Thanks @abidlabs!
|
|
8
|
+
- [#10435](https://github.com/gradio-app/gradio/pull/10435) [`ef66fe5`](https://github.com/gradio-app/gradio/commit/ef66fe52b22448a5125a314581f2ec6c73c24145) - Sidebar Component. Thanks @dawoodkhan82!
|
|
9
|
+
|
|
10
|
+
### Dependency updates
|
|
11
|
+
|
|
12
|
+
- @gradio/upload@0.14.8
|
|
13
|
+
- @gradio/button@0.4.4
|
|
14
|
+
- @gradio/code@0.10.15
|
|
15
|
+
- @gradio/file@0.12.4
|
|
16
|
+
- @gradio/image@0.20.4
|
|
17
|
+
- @gradio/video@0.13.4
|
|
18
|
+
- @gradio/wasm@0.17.2
|
|
19
|
+
- @gradio/gallery@0.15.4
|
|
20
|
+
|
|
21
|
+
## 0.7.0
|
|
22
|
+
|
|
23
|
+
### Dependency updates
|
|
24
|
+
|
|
25
|
+
- @gradio/upload@0.14.7
|
|
26
|
+
- @gradio/button@0.4.3
|
|
27
|
+
- @gradio/code@0.10.14
|
|
28
|
+
- @gradio/file@0.12.3
|
|
29
|
+
- @gradio/image@0.20.3
|
|
30
|
+
- @gradio/video@0.13.3
|
|
31
|
+
- @gradio/wasm@0.17.1
|
|
32
|
+
- @gradio/gallery@0.15.3
|
|
33
|
+
|
|
3
34
|
## 0.7.0
|
|
4
35
|
|
|
5
36
|
### Features
|
package/dist/src/lang/en.json
CHANGED
|
@@ -64,6 +64,8 @@
|
|
|
64
64
|
"new_row": "New row",
|
|
65
65
|
"add_row_above": "Add row above",
|
|
66
66
|
"add_row_below": "Add row below",
|
|
67
|
+
"delete_row": "Delete row",
|
|
68
|
+
"delete_column": "Delete column",
|
|
67
69
|
"add_column_left": "Add column to the left",
|
|
68
70
|
"add_column_right": "Add column to the right"
|
|
69
71
|
},
|
package/package.json
CHANGED
|
@@ -1,65 +1,66 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gradio/core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@gradio/accordion": "^0.5.6",
|
|
7
|
-
"@gradio/annotatedimage": "^0.9.3",
|
|
8
7
|
"@gradio/atoms": "^0.13.1",
|
|
9
|
-
"@gradio/
|
|
8
|
+
"@gradio/annotatedimage": "^0.9.5",
|
|
9
|
+
"@gradio/button": "^0.4.4",
|
|
10
|
+
"@gradio/audio": "^0.16.0",
|
|
10
11
|
"@gradio/box": "^0.2.10",
|
|
11
|
-
"@gradio/
|
|
12
|
-
"@gradio/chatbot": "^0.22.0",
|
|
12
|
+
"@gradio/chatbot": "^0.22.3",
|
|
13
13
|
"@gradio/checkbox": "^0.4.12",
|
|
14
14
|
"@gradio/checkboxgroup": "^0.6.12",
|
|
15
15
|
"@gradio/client": "^1.10.0",
|
|
16
|
-
"@gradio/code": "^0.10.
|
|
16
|
+
"@gradio/code": "^0.10.15",
|
|
17
17
|
"@gradio/colorpicker": "^0.4.12",
|
|
18
18
|
"@gradio/column": "^0.2.0",
|
|
19
|
-
"@gradio/
|
|
20
|
-
"@gradio/
|
|
19
|
+
"@gradio/dataset": "^0.4.4",
|
|
20
|
+
"@gradio/dataframe": "^0.14.0",
|
|
21
21
|
"@gradio/datetime": "^0.3.4",
|
|
22
|
-
"@gradio/downloadbutton": "^0.3.
|
|
22
|
+
"@gradio/downloadbutton": "^0.3.4",
|
|
23
23
|
"@gradio/dropdown": "^0.9.10",
|
|
24
24
|
"@gradio/fallback": "^0.4.12",
|
|
25
|
-
"@gradio/fileexplorer": "^0.5.
|
|
26
|
-
"@gradio/file": "^0.12.2",
|
|
25
|
+
"@gradio/fileexplorer": "^0.5.15",
|
|
27
26
|
"@gradio/form": "^0.2.10",
|
|
28
|
-
"@gradio/
|
|
27
|
+
"@gradio/file": "^0.12.4",
|
|
28
|
+
"@gradio/gallery": "^0.15.4",
|
|
29
29
|
"@gradio/group": "^0.2.0",
|
|
30
30
|
"@gradio/highlightedtext": "^0.8.12",
|
|
31
|
-
"@gradio/icons": "^0.10.0",
|
|
32
|
-
"@gradio/imageeditor": "^0.12.3",
|
|
33
31
|
"@gradio/html": "^0.6.3",
|
|
32
|
+
"@gradio/image": "^0.20.4",
|
|
33
|
+
"@gradio/icons": "^0.10.0",
|
|
34
|
+
"@gradio/imageeditor": "^0.12.6",
|
|
34
35
|
"@gradio/json": "^0.5.12",
|
|
35
|
-
"@gradio/image": "^0.20.2",
|
|
36
36
|
"@gradio/label": "^0.5.4",
|
|
37
37
|
"@gradio/browserstate": "^0.3.0",
|
|
38
|
+
"@gradio/model3d": "^0.13.15",
|
|
39
|
+
"@gradio/multimodaltextbox": "^0.9.5",
|
|
38
40
|
"@gradio/markdown": "^0.13.2",
|
|
39
|
-
"@gradio/
|
|
40
|
-
"@gradio/multimodaltextbox": "^0.9.2",
|
|
41
|
+
"@gradio/nativeplot": "^0.5.6",
|
|
41
42
|
"@gradio/number": "^0.5.12",
|
|
42
43
|
"@gradio/paramviewer": "^0.6.4",
|
|
43
|
-
"@gradio/nativeplot": "^0.5.6",
|
|
44
44
|
"@gradio/plot": "^0.9.7",
|
|
45
45
|
"@gradio/row": "^0.2.1",
|
|
46
|
+
"@gradio/sidebar": "^0.1.0",
|
|
46
47
|
"@gradio/radio": "^0.6.12",
|
|
47
48
|
"@gradio/simpledropdown": "^0.3.12",
|
|
48
|
-
"@gradio/simpleimage": "^0.8.13",
|
|
49
49
|
"@gradio/simpletextbox": "^0.3.12",
|
|
50
|
+
"@gradio/simpleimage": "^0.8.15",
|
|
50
51
|
"@gradio/slider": "^0.6.0",
|
|
51
52
|
"@gradio/state": "^0.1.2",
|
|
52
53
|
"@gradio/statustracker": "^0.10.2",
|
|
53
|
-
"@gradio/tabs": "^0.4.1",
|
|
54
54
|
"@gradio/tabitem": "^0.4.1",
|
|
55
|
+
"@gradio/tabs": "^0.4.1",
|
|
55
56
|
"@gradio/textbox": "^0.10.2",
|
|
56
57
|
"@gradio/theme": "^0.3.0",
|
|
57
|
-
"@gradio/upload": "^0.14.6",
|
|
58
|
-
"@gradio/uploadbutton": "^0.8.2",
|
|
59
58
|
"@gradio/timer": "^0.4.3",
|
|
59
|
+
"@gradio/upload": "^0.14.8",
|
|
60
|
+
"@gradio/uploadbutton": "^0.8.4",
|
|
60
61
|
"@gradio/utils": "^0.10.0",
|
|
61
|
-
"@gradio/video": "^0.13.
|
|
62
|
-
"@gradio/wasm": "^0.17.
|
|
62
|
+
"@gradio/video": "^0.13.4",
|
|
63
|
+
"@gradio/wasm": "^0.17.2"
|
|
63
64
|
},
|
|
64
65
|
"msw": {
|
|
65
66
|
"workerDirectory": "public"
|
package/src/lang/en.json
CHANGED
|
@@ -64,6 +64,8 @@
|
|
|
64
64
|
"new_row": "New row",
|
|
65
65
|
"add_row_above": "Add row above",
|
|
66
66
|
"add_row_below": "Add row below",
|
|
67
|
+
"delete_row": "Delete row",
|
|
68
|
+
"delete_column": "Delete column",
|
|
67
69
|
"add_column_left": "Add column to the left",
|
|
68
70
|
"add_column_right": "Add column to the right"
|
|
69
71
|
},
|