@gradio/dataframe 0.4.6 → 0.5.1

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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # @gradio/dataframe
2
2
 
3
+ ## 0.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`5727b92`](https://github.com/gradio-app/gradio/commit/5727b92abc8a00a675bfc0a921b38de771af947b), [`ca8753b`](https://github.com/gradio-app/gradio/commit/ca8753bb3d829d0077f758ba8d0ddc866ff74d3d), [`bc2cdc1`](https://github.com/gradio-app/gradio/commit/bc2cdc1df95b38025486cf76df4a494b66d98585), [`c60ad4d`](https://github.com/gradio-app/gradio/commit/c60ad4d34ab5b56a89bf6796822977e51e7a4a32)]:
8
+ - @gradio/button@0.2.18
9
+ - @gradio/utils@0.2.1
10
+ - @gradio/markdown@0.6.1
11
+ - @gradio/upload@0.7.0
12
+ - @gradio/atoms@0.5.0
13
+ - @gradio/statustracker@0.4.4
14
+
15
+ ## 0.5.0
16
+
17
+ ### Features
18
+
19
+ - [#7018](https://github.com/gradio-app/gradio/pull/7018) [`ec28b4e`](https://github.com/gradio-app/gradio/commit/ec28b4e7c47a9233d9e3a725cc9fe8f9044dfa94) - Add `visible` and `interactive` params to `gr.Tab()`. Thanks [@hannahblair](https://github.com/hannahblair)!
20
+
3
21
  ## 0.4.6
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/dataframe",
3
- "version": "0.4.6",
3
+ "version": "0.5.1",
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": "^11.0.0",
20
- "@gradio/button": "^0.2.16",
21
- "@gradio/markdown": "^0.6.0",
22
- "@gradio/statustracker": "^0.4.3",
23
- "@gradio/atoms": "^0.4.1",
24
- "@gradio/upload": "^0.6.0",
25
- "@gradio/utils": "^0.2.0"
20
+ "@gradio/atoms": "^0.5.0",
21
+ "@gradio/markdown": "^0.6.1",
22
+ "@gradio/button": "^0.2.18",
23
+ "@gradio/upload": "^0.7.0",
24
+ "@gradio/statustracker": "^0.4.4",
25
+ "@gradio/utils": "^0.2.1"
26
26
  },
27
27
  "exports": {
28
28
  ".": "./Index.svelte",
@@ -54,6 +54,7 @@
54
54
 
55
55
  {#if edit}
56
56
  <input
57
+ role="textbox"
57
58
  bind:this={el}
58
59
  bind:value={_value}
59
60
  class:header