@gradio/dataframe 0.6.5 → 0.6.6
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 +11 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,24 @@
|
|
|
1
1
|
# @gradio/dataframe
|
|
2
2
|
|
|
3
|
+
## 0.6.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`8181695`](https://github.com/gradio-app/gradio/commit/8181695e70187e8bc2bf7518697098c8d1b9843d)]:
|
|
8
|
+
- @gradio/upload@0.7.6
|
|
9
|
+
- @gradio/button@0.2.24
|
|
10
|
+
|
|
3
11
|
## 0.6.5
|
|
4
12
|
|
|
5
13
|
### Features
|
|
6
14
|
|
|
7
|
-
- [#7528](https://github.com/gradio-app/gradio/pull/7528) [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee) - Refactors `get_fetchable_url_or_file()` to remove it from the frontend.
|
|
15
|
+
- [#7528](https://github.com/gradio-app/gradio/pull/7528) [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee) - Refactors `get_fetchable_url_or_file()` to remove it from the frontend. Thanks [@abidlabs](https://github.com/abidlabs)!
|
|
8
16
|
|
|
9
17
|
## 0.6.4
|
|
10
18
|
|
|
11
19
|
### Fixes
|
|
12
20
|
|
|
13
|
-
- [#7495](https://github.com/gradio-app/gradio/pull/7495) [`ddd4d3e`](https://github.com/gradio-app/gradio/commit/ddd4d3e4d3883fb7540d1df240fb08202fc77705) - ensure Dataframe headers are aligned with content when scrolling.
|
|
21
|
+
- [#7495](https://github.com/gradio-app/gradio/pull/7495) [`ddd4d3e`](https://github.com/gradio-app/gradio/commit/ddd4d3e4d3883fb7540d1df240fb08202fc77705) - ensure Dataframe headers are aligned with content when scrolling. Thanks [@abidlabs](https://github.com/abidlabs)!
|
|
14
22
|
|
|
15
23
|
## 0.6.3
|
|
16
24
|
|
|
@@ -378,4 +386,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
|
378
386
|
|
|
379
387
|
- Updated dependencies [[`667875b2`](https://github.com/gradio-app/gradio/commit/667875b2441753e74d25bd9d3c8adedd8ede11cd), [`37caa2e0`](https://github.com/gradio-app/gradio/commit/37caa2e0fe95d6cab8beb174580fb557904f137f)]:
|
|
380
388
|
- @gradio/upload@0.0.3
|
|
381
|
-
- @gradio/button@0.1.0
|
|
389
|
+
- @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.6",
|
|
4
4
|
"description": "Gradio UI packages",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"katex": "^0.16.7",
|
|
19
19
|
"marked": "^12.0.0",
|
|
20
20
|
"@gradio/atoms": "^0.5.3",
|
|
21
|
-
"@gradio/
|
|
22
|
-
"@gradio/upload": "^0.7.5",
|
|
23
|
-
"@gradio/utils": "^0.3.0",
|
|
21
|
+
"@gradio/markdown": "^0.6.5",
|
|
24
22
|
"@gradio/statustracker": "^0.4.8",
|
|
25
|
-
"@gradio/
|
|
23
|
+
"@gradio/button": "^0.2.24",
|
|
24
|
+
"@gradio/upload": "^0.7.6",
|
|
25
|
+
"@gradio/utils": "^0.3.0"
|
|
26
26
|
},
|
|
27
27
|
"exports": {
|
|
28
28
|
".": "./Index.svelte",
|