@gradio/dataframe 0.3.4 → 0.3.5
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.3.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`854b482f5`](https://github.com/gradio-app/gradio/commit/854b482f598e0dc47673846631643c079576da9c), [`f1409f95e`](https://github.com/gradio-app/gradio/commit/f1409f95ed39c5565bed6a601e41f94e30196a57)]:
|
|
8
|
+
- @gradio/upload@0.4.0
|
|
9
|
+
- @gradio/button@0.2.4
|
|
10
|
+
|
|
3
11
|
## 0.3.4
|
|
4
12
|
|
|
5
13
|
### Features
|
|
6
14
|
|
|
7
|
-
- [#6318](https://github.com/gradio-app/gradio/pull/6318) [`d3b53a457`](https://github.com/gradio-app/gradio/commit/d3b53a4577ea05cd27e37ce7fec952028c18ed45) - Fix for stylized DataFrame.
|
|
15
|
+
- [#6318](https://github.com/gradio-app/gradio/pull/6318) [`d3b53a457`](https://github.com/gradio-app/gradio/commit/d3b53a4577ea05cd27e37ce7fec952028c18ed45) - Fix for stylized DataFrame. Thanks [@abidlabs](https://github.com/abidlabs)!
|
|
8
16
|
|
|
9
17
|
## 0.3.3
|
|
10
18
|
|
|
11
19
|
### Fixes
|
|
12
20
|
|
|
13
|
-
- [#6290](https://github.com/gradio-app/gradio/pull/6290) [`e8216be94`](https://github.com/gradio-app/gradio/commit/e8216be948f76ce064595183d11e9148badf9421) - ensure `gr.Dataframe` updates as expected.
|
|
21
|
+
- [#6290](https://github.com/gradio-app/gradio/pull/6290) [`e8216be94`](https://github.com/gradio-app/gradio/commit/e8216be948f76ce064595183d11e9148badf9421) - ensure `gr.Dataframe` updates as expected. Thanks [@pngwn](https://github.com/pngwn)!
|
|
14
22
|
|
|
15
23
|
## 0.3.2
|
|
16
24
|
|
|
@@ -186,4 +194,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
|
186
194
|
|
|
187
195
|
- Updated dependencies [[`667875b2`](https://github.com/gradio-app/gradio/commit/667875b2441753e74d25bd9d3c8adedd8ede11cd), [`37caa2e0`](https://github.com/gradio-app/gradio/commit/37caa2e0fe95d6cab8beb174580fb557904f137f)]:
|
|
188
196
|
- @gradio/upload@0.0.3
|
|
189
|
-
- @gradio/button@0.1.0
|
|
197
|
+
- @gradio/button@0.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gradio/dataframe",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
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": "^7.0.0",
|
|
20
20
|
"@gradio/atoms": "^0.2.1",
|
|
21
|
-
"@gradio/button": "^0.2.
|
|
21
|
+
"@gradio/button": "^0.2.4",
|
|
22
22
|
"@gradio/markdown": "^0.3.1",
|
|
23
|
-
"@gradio/
|
|
24
|
-
"@gradio/
|
|
25
|
-
"@gradio/
|
|
23
|
+
"@gradio/upload": "^0.4.0",
|
|
24
|
+
"@gradio/utils": "^0.2.0",
|
|
25
|
+
"@gradio/statustracker": "^0.3.1"
|
|
26
26
|
},
|
|
27
27
|
"exports": {
|
|
28
28
|
".": "./Index.svelte",
|