@gradio/code 0.10.0-beta.7 → 0.10.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 +26 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @gradio/code
2
2
 
3
+ ## 0.10.0
4
+
5
+ ### Features
6
+
7
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Improve `gr.Code`
8
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Add Jinja2 language to Code component
9
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Added max lines and overflow scrollbar for `gr.Code`
10
+
11
+ ### Dependencies
12
+
13
+ - @gradio/atoms@0.9.0
14
+ - @gradio/icons@0.8.0
15
+ - @gradio/statustracker@0.8.0
16
+ - @gradio/upload@0.13.0
17
+ - @gradio/utils@0.7.0
18
+ - @gradio/wasm@0.14.0
19
+
20
+ ## 0.10.0-beta.8
21
+
22
+ ### Dependency updates
23
+
24
+ - @gradio/upload@0.13.0-beta.7
25
+ - @gradio/statustracker@0.8.0-beta.5
26
+ - @gradio/icons@0.8.0-beta.4
27
+ - @gradio/atoms@0.9.0-beta.5
28
+
3
29
  ## 0.10.0-beta.7
4
30
 
5
31
  ### Dependency updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/code",
3
- "version": "0.10.0-beta.7",
3
+ "version": "0.10.0",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -27,12 +27,12 @@
27
27
  "cm6-theme-basic-dark": "^0.2.0",
28
28
  "cm6-theme-basic-light": "^0.2.0",
29
29
  "codemirror": "^6.0.1",
30
- "@gradio/atoms": "^0.9.0-beta.4",
31
- "@gradio/icons": "^0.8.0-beta.3",
32
- "@gradio/statustracker": "^0.8.0-beta.4",
33
- "@gradio/upload": "^0.13.0-beta.6",
34
- "@gradio/utils": "^0.7.0-beta.2",
35
- "@gradio/wasm": "^0.14.0-beta.3"
30
+ "@gradio/atoms": "^0.9.0",
31
+ "@gradio/statustracker": "^0.8.0",
32
+ "@gradio/upload": "^0.13.0",
33
+ "@gradio/utils": "^0.7.0",
34
+ "@gradio/icons": "^0.8.0",
35
+ "@gradio/wasm": "^0.14.0"
36
36
  },
37
37
  "main_changeset": true,
38
38
  "main": "./Index.svelte",
@@ -50,7 +50,7 @@
50
50
  "./package.json": "./package.json"
51
51
  },
52
52
  "devDependencies": {
53
- "@gradio/preview": "^0.11.2-beta.0"
53
+ "@gradio/preview": "^0.12.0"
54
54
  },
55
55
  "peerDependencies": {
56
56
  "svelte": "^4.0.0"