@gradio/dataframe 0.21.0-dev.3 → 0.21.0

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 +21 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,4 +1,25 @@
1
1
  # @gradio/dataframe
2
+ ## 0.21.0
3
+
4
+ ### Features
5
+
6
+ - [#11908](https://github.com/gradio-app/gradio/pull/11908) [`029034f`](https://github.com/gradio-app/gradio/commit/029034f7853ea018d110efe9b7e2ef7d1407091c) - Fix issue with boolean columns in dataframe
7
+ - [#11908](https://github.com/gradio-app/gradio/pull/11908) [`029034f`](https://github.com/gradio-app/gradio/commit/029034f7853ea018d110efe9b7e2ef7d1407091c) - Fix various event issues
8
+ - [#11908](https://github.com/gradio-app/gradio/pull/11908) [`029034f`](https://github.com/gradio-app/gradio/commit/029034f7853ea018d110efe9b7e2ef7d1407091c) - S5 df take3
9
+ - [#12438](https://github.com/gradio-app/gradio/pull/12438) [`25ffc03`](https://github.com/gradio-app/gradio/commit/25ffc0398f8feb43d817c02b2ab970c16de6d797) - Svelte5 migration and bugfix
10
+
11
+ ### Dependencies
12
+
13
+ - @gradio/atoms@0.19.0
14
+ - @gradio/button@0.5.14
15
+ - @gradio/checkbox@0.5.0
16
+ - @gradio/client@2.0.0
17
+ - @gradio/icons@0.15.0
18
+ - @gradio/markdown-code@0.6.0
19
+ - @gradio/statustracker@0.12.0
20
+ - @gradio/upload@0.17.2
21
+ - @gradio/utils@0.10.3
22
+ - @gradio/dataframe-interim@0.21.0
2
23
 
3
24
  ## 0.21.0-dev.3
4
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/dataframe",
3
- "version": "0.21.0-dev.3",
3
+ "version": "0.21.0",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -13,16 +13,16 @@
13
13
  "@types/katex": "^0.16.7",
14
14
  "d3-dsv": "^3.0.1",
15
15
  "dequal": "^2.0.3",
16
- "@gradio/atoms": "^0.19.0-dev.1",
17
- "@gradio/checkbox": "^0.5.0-dev.1",
18
- "@gradio/button": "^0.5.14-dev.2",
19
- "@gradio/icons": "^0.15.0-dev.0",
20
- "@gradio/client": "^2.0.0-dev.2",
21
- "@gradio/markdown-code": "^0.5.2",
22
- "@gradio/statustracker": "^0.12.0-dev.1",
23
- "@gradio/upload": "^0.17.2-dev.2",
24
- "@gradio/utils": "^0.10.3-dev.0",
25
- "@gradio/dataframe-interim": "^0.21.0-dev.3"
16
+ "@gradio/atoms": "^0.19.0",
17
+ "@gradio/client": "^2.0.0",
18
+ "@gradio/button": "^0.5.14",
19
+ "@gradio/icons": "^0.15.0",
20
+ "@gradio/checkbox": "^0.5.0",
21
+ "@gradio/upload": "^0.17.2",
22
+ "@gradio/markdown-code": "^0.6.0",
23
+ "@gradio/dataframe-interim": "^0.21.0",
24
+ "@gradio/statustracker": "^0.12.0",
25
+ "@gradio/utils": "^0.10.3"
26
26
  },
27
27
  "exports": {
28
28
  ".": {
@@ -41,7 +41,7 @@
41
41
  "svelte": ">=5.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@gradio/preview": "^0.15.0-dev.0"
44
+ "@gradio/preview": "^0.15.0"
45
45
  },
46
46
  "repository": {
47
47
  "type": "git",