@gradio/model3d 0.4.15 → 0.5.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 +7 -1
- package/package.json +6 -6
- package/shared/Model3DUpload.svelte +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
# @gradio/model3d
|
2
2
|
|
3
|
+
## 0.5.0
|
4
|
+
|
5
|
+
### Features
|
6
|
+
|
7
|
+
- [#7049](https://github.com/gradio-app/gradio/pull/7049) [`1718c4a`](https://github.com/gradio-app/gradio/commit/1718c4aeb23a88ef02b17b30a1d1cb72e413e04a) - add STL 3D model support. Thanks [@Mon-ius](https://github.com/Mon-ius)!
|
8
|
+
|
3
9
|
## 0.4.15
|
4
10
|
|
5
11
|
### Patch Changes
|
@@ -269,4 +275,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
269
275
|
|
270
276
|
- Updated dependencies []:
|
271
277
|
- @gradio/atoms@0.0.2
|
272
|
-
- @gradio/upload@0.0.2
|
278
|
+
- @gradio/upload@0.0.2
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/model3d",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.5.0",
|
4
4
|
"description": "Gradio UI packages",
|
5
5
|
"type": "module",
|
6
6
|
"author": "",
|
@@ -11,12 +11,12 @@
|
|
11
11
|
"babylonjs": "^4.2.1",
|
12
12
|
"babylonjs-loaders": "^4.2.1",
|
13
13
|
"dequal": "^2.0.2",
|
14
|
-
"@gradio/atoms": "^0.
|
15
|
-
"@gradio/icons": "^0.3.2",
|
16
|
-
"@gradio/statustracker": "^0.4.3",
|
14
|
+
"@gradio/atoms": "^0.5.0",
|
17
15
|
"@gradio/client": "^0.10.1",
|
18
|
-
"@gradio/
|
19
|
-
"@gradio/
|
16
|
+
"@gradio/icons": "^0.3.2",
|
17
|
+
"@gradio/statustracker": "^0.4.4",
|
18
|
+
"@gradio/utils": "^0.2.1",
|
19
|
+
"@gradio/upload": "^0.7.0"
|
20
20
|
},
|
21
21
|
"main_changeset": true,
|
22
22
|
"main": "./Index.svelte",
|