@gradio/dataframe 0.6.1 → 0.6.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -5
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,21 +1,33 @@
1
1
  # @gradio/dataframe
2
2
 
3
+ ## 0.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`17fb116`](https://github.com/gradio-app/gradio/commit/17fb116492f951ab66e3a39b5fdfb598f5446b6f), [`065c5b1`](https://github.com/gradio-app/gradio/commit/065c5b163c4badb9d9cbd06d627fb4ba086003e7)]:
8
+ - @gradio/markdown@0.6.3
9
+ - @gradio/utils@0.3.0
10
+ - @gradio/atoms@0.5.2
11
+ - @gradio/button@0.2.21
12
+ - @gradio/statustracker@0.4.6
13
+ - @gradio/upload@0.7.3
14
+
3
15
  ## 0.6.1
4
16
 
5
17
  ### Fixes
6
18
 
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. Thanks [@pngwn](https://github.com/pngwn)!
19
+ - [#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
20
 
9
21
  ## 0.6.0
10
22
 
11
23
  ### Features
12
24
 
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. Thanks [@renovate](https://github.com/apps/renovate)!
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. Thanks [@shubhamofbce](https://github.com/shubhamofbce)!
25
+ - [#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)!
26
+ - [#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
27
 
16
28
  ### Fixes
17
29
 
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`. Thanks [@hannahblair](https://github.com/hannahblair)!
30
+ - [#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
31
 
20
32
  ## 0.5.1
21
33
 
@@ -343,4 +355,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
343
355
 
344
356
  - Updated dependencies [[`667875b2`](https://github.com/gradio-app/gradio/commit/667875b2441753e74d25bd9d3c8adedd8ede11cd), [`37caa2e0`](https://github.com/gradio-app/gradio/commit/37caa2e0fe95d6cab8beb174580fb557904f137f)]:
345
357
  - @gradio/upload@0.0.3
346
- - @gradio/button@0.1.0
358
+ - @gradio/button@0.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/dataframe",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
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.1",
21
- "@gradio/button": "^0.2.20",
22
- "@gradio/markdown": "^0.6.2",
23
- "@gradio/utils": "^0.2.2",
24
- "@gradio/upload": "^0.7.2",
25
- "@gradio/statustracker": "^0.4.5"
20
+ "@gradio/atoms": "^0.5.2",
21
+ "@gradio/button": "^0.2.21",
22
+ "@gradio/upload": "^0.7.3",
23
+ "@gradio/statustracker": "^0.4.6",
24
+ "@gradio/markdown": "^0.6.3",
25
+ "@gradio/utils": "^0.3.0"
26
26
  },
27
27
  "exports": {
28
28
  ".": "./Index.svelte",