@gradio/dataframe 0.6.1 → 0.6.3
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 +28 -5
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,21 +1,44 @@
|
|
|
1
1
|
# @gradio/dataframe
|
|
2
2
|
|
|
3
|
+
## 0.6.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @gradio/atoms@0.5.3
|
|
9
|
+
- @gradio/statustracker@0.4.7
|
|
10
|
+
- @gradio/upload@0.7.4
|
|
11
|
+
- @gradio/markdown@0.6.4
|
|
12
|
+
- @gradio/button@0.2.22
|
|
13
|
+
|
|
14
|
+
## 0.6.2
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [[`17fb116`](https://github.com/gradio-app/gradio/commit/17fb116492f951ab66e3a39b5fdfb598f5446b6f), [`065c5b1`](https://github.com/gradio-app/gradio/commit/065c5b163c4badb9d9cbd06d627fb4ba086003e7)]:
|
|
19
|
+
- @gradio/markdown@0.6.3
|
|
20
|
+
- @gradio/utils@0.3.0
|
|
21
|
+
- @gradio/atoms@0.5.2
|
|
22
|
+
- @gradio/button@0.2.21
|
|
23
|
+
- @gradio/statustracker@0.4.6
|
|
24
|
+
- @gradio/upload@0.7.3
|
|
25
|
+
|
|
3
26
|
## 0.6.1
|
|
4
27
|
|
|
5
28
|
### Fixes
|
|
6
29
|
|
|
7
|
-
- [#7354](https://github.com/gradio-app/gradio/pull/7354) [`a7fa47a`](https://github.com/gradio-app/gradio/commit/a7fa47a175fbcf0fd6573ca19334a3a55b55bb24) - ensure Dataframes in background tabs are visible when the tab is selected.
|
|
30
|
+
- [#7354](https://github.com/gradio-app/gradio/pull/7354) [`a7fa47a`](https://github.com/gradio-app/gradio/commit/a7fa47a175fbcf0fd6573ca19334a3a55b55bb24) - ensure Dataframes in background tabs are visible when the tab is selected. Thanks [@pngwn](https://github.com/pngwn)!
|
|
8
31
|
|
|
9
32
|
## 0.6.0
|
|
10
33
|
|
|
11
34
|
### Features
|
|
12
35
|
|
|
13
|
-
- [#7298](https://github.com/gradio-app/gradio/pull/7298) [`e5344ba`](https://github.com/gradio-app/gradio/commit/e5344ba0cd63d21dbb525330bbc07ca2eca57832) - chore(deps): update dependency marked to v12.
|
|
14
|
-
- [#7154](https://github.com/gradio-app/gradio/pull/7154) [`aab2a75`](https://github.com/gradio-app/gradio/commit/aab2a75f0610dd7ed0b481264c6b9f01cfe92094) - Allow selecting texts in dataframe cells.
|
|
36
|
+
- [#7298](https://github.com/gradio-app/gradio/pull/7298) [`e5344ba`](https://github.com/gradio-app/gradio/commit/e5344ba0cd63d21dbb525330bbc07ca2eca57832) - chore(deps): update dependency marked to v12. Thanks [@renovate](https://github.com/apps/renovate)!
|
|
37
|
+
- [#7154](https://github.com/gradio-app/gradio/pull/7154) [`aab2a75`](https://github.com/gradio-app/gradio/commit/aab2a75f0610dd7ed0b481264c6b9f01cfe92094) - Allow selecting texts in dataframe cells. Thanks [@shubhamofbce](https://github.com/shubhamofbce)!
|
|
15
38
|
|
|
16
39
|
### Fixes
|
|
17
40
|
|
|
18
|
-
- [#7283](https://github.com/gradio-app/gradio/pull/7283) [`757dba6`](https://github.com/gradio-app/gradio/commit/757dba66baf624eae11ff076f0e8d6bfc2314630) - Add `show_label` check to `gr.Dataframe`.
|
|
41
|
+
- [#7283](https://github.com/gradio-app/gradio/pull/7283) [`757dba6`](https://github.com/gradio-app/gradio/commit/757dba66baf624eae11ff076f0e8d6bfc2314630) - Add `show_label` check to `gr.Dataframe`. Thanks [@hannahblair](https://github.com/hannahblair)!
|
|
19
42
|
|
|
20
43
|
## 0.5.1
|
|
21
44
|
|
|
@@ -343,4 +366,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
|
343
366
|
|
|
344
367
|
- Updated dependencies [[`667875b2`](https://github.com/gradio-app/gradio/commit/667875b2441753e74d25bd9d3c8adedd8ede11cd), [`37caa2e0`](https://github.com/gradio-app/gradio/commit/37caa2e0fe95d6cab8beb174580fb557904f137f)]:
|
|
345
368
|
- @gradio/upload@0.0.3
|
|
346
|
-
- @gradio/button@0.1.0
|
|
369
|
+
- @gradio/button@0.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gradio/dataframe",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"description": "Gradio UI packages",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"dompurify": "^3.0.3",
|
|
18
18
|
"katex": "^0.16.7",
|
|
19
19
|
"marked": "^12.0.0",
|
|
20
|
-
"@gradio/atoms": "^0.5.
|
|
21
|
-
"@gradio/button": "^0.2.
|
|
22
|
-
"@gradio/
|
|
23
|
-
"@gradio/
|
|
24
|
-
"@gradio/
|
|
25
|
-
"@gradio/
|
|
20
|
+
"@gradio/atoms": "^0.5.3",
|
|
21
|
+
"@gradio/button": "^0.2.22",
|
|
22
|
+
"@gradio/statustracker": "^0.4.7",
|
|
23
|
+
"@gradio/upload": "^0.7.4",
|
|
24
|
+
"@gradio/utils": "^0.3.0",
|
|
25
|
+
"@gradio/markdown": "^0.6.4"
|
|
26
26
|
},
|
|
27
27
|
"exports": {
|
|
28
28
|
".": "./Index.svelte",
|