@gradio/model3d 0.13.0-beta.7 → 0.13.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.
- package/CHANGELOG.md +19 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,24 @@
|
|
1
1
|
# @gradio/model3d
|
2
2
|
|
3
|
+
## 0.13.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 Icon Button consistency
|
8
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Adds ability to block event trigger when file is uploading
|
9
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Update babylon.js to `v7` for `gr.Model3D`
|
10
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Ssr part 2
|
11
|
+
|
12
|
+
### Dependencies
|
13
|
+
|
14
|
+
- @gradio/atoms@0.9.0
|
15
|
+
- @gradio/client@1.6.0
|
16
|
+
- @gradio/icons@0.8.0
|
17
|
+
- @gradio/statustracker@0.8.0
|
18
|
+
- @gradio/upload@0.13.0
|
19
|
+
- @gradio/utils@0.7.0
|
20
|
+
- @gradio/wasm@0.14.0
|
21
|
+
|
3
22
|
## 0.13.0-beta.7
|
4
23
|
|
5
24
|
### Dependency updates
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/model3d",
|
3
|
-
"version": "0.13.0
|
3
|
+
"version": "0.13.0",
|
4
4
|
"description": "Gradio UI packages",
|
5
5
|
"type": "module",
|
6
6
|
"author": "",
|
@@ -12,16 +12,16 @@
|
|
12
12
|
"babylonjs-loaders": "^7.25.1",
|
13
13
|
"dequal": "^2.0.2",
|
14
14
|
"gsplat": "^1.0.5",
|
15
|
-
"@gradio/atoms": "^0.9.0
|
16
|
-
"@gradio/
|
17
|
-
"@gradio/
|
18
|
-
"@gradio/
|
19
|
-
"@gradio/utils": "^0.7.0
|
20
|
-
"@gradio/upload": "^0.13.0
|
21
|
-
"@gradio/wasm": "^0.14.0
|
15
|
+
"@gradio/atoms": "^0.9.0",
|
16
|
+
"@gradio/icons": "^0.8.0",
|
17
|
+
"@gradio/client": "^1.6.0",
|
18
|
+
"@gradio/statustracker": "^0.8.0",
|
19
|
+
"@gradio/utils": "^0.7.0",
|
20
|
+
"@gradio/upload": "^0.13.0",
|
21
|
+
"@gradio/wasm": "^0.14.0"
|
22
22
|
},
|
23
23
|
"devDependencies": {
|
24
|
-
"@gradio/preview": "^0.12.0
|
24
|
+
"@gradio/preview": "^0.12.0"
|
25
25
|
},
|
26
26
|
"main_changeset": true,
|
27
27
|
"main": "./Index.svelte",
|