@gradio/dataframe 0.3.4 → 0.3.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 +19 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,32 @@
|
|
|
1
1
|
# @gradio/dataframe
|
|
2
2
|
|
|
3
|
+
## 0.3.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @gradio/button@0.2.5
|
|
9
|
+
- @gradio/upload@0.4.1
|
|
10
|
+
|
|
11
|
+
## 0.3.5
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`854b482f5`](https://github.com/gradio-app/gradio/commit/854b482f598e0dc47673846631643c079576da9c), [`f1409f95e`](https://github.com/gradio-app/gradio/commit/f1409f95ed39c5565bed6a601e41f94e30196a57)]:
|
|
16
|
+
- @gradio/upload@0.4.0
|
|
17
|
+
- @gradio/button@0.2.4
|
|
18
|
+
|
|
3
19
|
## 0.3.4
|
|
4
20
|
|
|
5
21
|
### Features
|
|
6
22
|
|
|
7
|
-
- [#6318](https://github.com/gradio-app/gradio/pull/6318) [`d3b53a457`](https://github.com/gradio-app/gradio/commit/d3b53a4577ea05cd27e37ce7fec952028c18ed45) - Fix for stylized DataFrame.
|
|
23
|
+
- [#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
24
|
|
|
9
25
|
## 0.3.3
|
|
10
26
|
|
|
11
27
|
### Fixes
|
|
12
28
|
|
|
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.
|
|
29
|
+
- [#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
30
|
|
|
15
31
|
## 0.3.2
|
|
16
32
|
|
|
@@ -186,4 +202,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
|
186
202
|
|
|
187
203
|
- Updated dependencies [[`667875b2`](https://github.com/gradio-app/gradio/commit/667875b2441753e74d25bd9d3c8adedd8ede11cd), [`37caa2e0`](https://github.com/gradio-app/gradio/commit/37caa2e0fe95d6cab8beb174580fb557904f137f)]:
|
|
188
204
|
- @gradio/upload@0.0.3
|
|
189
|
-
- @gradio/button@0.1.0
|
|
205
|
+
- @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.6",
|
|
4
4
|
"description": "Gradio UI packages",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"katex": "^0.16.7",
|
|
19
19
|
"marked": "^7.0.0",
|
|
20
20
|
"@gradio/atoms": "^0.2.1",
|
|
21
|
-
"@gradio/button": "^0.2.3",
|
|
22
21
|
"@gradio/markdown": "^0.3.1",
|
|
22
|
+
"@gradio/button": "^0.2.5",
|
|
23
23
|
"@gradio/statustracker": "^0.3.1",
|
|
24
|
-
"@gradio/upload": "^0.
|
|
24
|
+
"@gradio/upload": "^0.4.1",
|
|
25
25
|
"@gradio/utils": "^0.2.0"
|
|
26
26
|
},
|
|
27
27
|
"exports": {
|