@gradio/dataframe 0.6.2 → 0.6.4
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 +18 -1
- package/package.json +6 -6
- package/shared/VirtualTable.svelte +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @gradio/dataframe
|
|
2
2
|
|
|
3
|
+
## 0.6.4
|
|
4
|
+
|
|
5
|
+
### Fixes
|
|
6
|
+
|
|
7
|
+
- [#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)!
|
|
8
|
+
|
|
9
|
+
## 0.6.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies []:
|
|
14
|
+
- @gradio/atoms@0.5.3
|
|
15
|
+
- @gradio/statustracker@0.4.7
|
|
16
|
+
- @gradio/upload@0.7.4
|
|
17
|
+
- @gradio/markdown@0.6.4
|
|
18
|
+
- @gradio/button@0.2.22
|
|
19
|
+
|
|
3
20
|
## 0.6.2
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -355,4 +372,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
|
355
372
|
|
|
356
373
|
- Updated dependencies [[`667875b2`](https://github.com/gradio-app/gradio/commit/667875b2441753e74d25bd9d3c8adedd8ede11cd), [`37caa2e0`](https://github.com/gradio-app/gradio/commit/37caa2e0fe95d6cab8beb174580fb557904f137f)]:
|
|
357
374
|
- @gradio/upload@0.0.3
|
|
358
|
-
- @gradio/button@0.1.0
|
|
375
|
+
- @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.4",
|
|
4
4
|
"description": "Gradio UI packages",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "",
|
|
@@ -17,11 +17,11 @@
|
|
|
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/
|
|
20
|
+
"@gradio/atoms": "^0.5.3",
|
|
21
|
+
"@gradio/button": "^0.2.22",
|
|
22
|
+
"@gradio/markdown": "^0.6.5",
|
|
23
|
+
"@gradio/upload": "^0.7.4",
|
|
24
|
+
"@gradio/statustracker": "^0.4.8",
|
|
25
25
|
"@gradio/utils": "^0.3.0"
|
|
26
26
|
},
|
|
27
27
|
"exports": {
|