@gradio/model3d 0.4.0 → 0.4.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 +13 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,11 +1,21 @@
|
|
1
1
|
# @gradio/model3d
|
2
2
|
|
3
|
+
## 0.4.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`bca6c2c80`](https://github.com/gradio-app/gradio/commit/bca6c2c80f7e5062427019de45c282238388af95), [`3cdeabc68`](https://github.com/gradio-app/gradio/commit/3cdeabc6843000310e1a9e1d17190ecbf3bbc780), [`fad92c29d`](https://github.com/gradio-app/gradio/commit/fad92c29dc1f5cd84341aae417c495b33e01245f)]:
|
8
|
+
- @gradio/client@0.7.2
|
9
|
+
- @gradio/atoms@0.2.1
|
10
|
+
- @gradio/upload@0.3.3
|
11
|
+
- @gradio/statustracker@0.3.1
|
12
|
+
|
3
13
|
## 0.4.0
|
4
14
|
|
5
15
|
### Features
|
6
16
|
|
7
|
-
- [#6240](https://github.com/gradio-app/gradio/pull/6240) [`dd901c1b0`](https://github.com/gradio-app/gradio/commit/dd901c1b0af73a78fca8b6875b2bb00f84071ac8) - Model3D panning, improved UX.
|
8
|
-
- [#6255](https://github.com/gradio-app/gradio/pull/6255) [`e3ede2ff7`](https://github.com/gradio-app/gradio/commit/e3ede2ff7d4a36fb21bb0b146b8d5ad239c0e086) - Ensure Model 3D updates when attributes change.
|
17
|
+
- [#6240](https://github.com/gradio-app/gradio/pull/6240) [`dd901c1b0`](https://github.com/gradio-app/gradio/commit/dd901c1b0af73a78fca8b6875b2bb00f84071ac8) - Model3D panning, improved UX. Thanks [@dylanebert](https://github.com/dylanebert)!
|
18
|
+
- [#6255](https://github.com/gradio-app/gradio/pull/6255) [`e3ede2ff7`](https://github.com/gradio-app/gradio/commit/e3ede2ff7d4a36fb21bb0b146b8d5ad239c0e086) - Ensure Model 3D updates when attributes change. Thanks [@hannahblair](https://github.com/hannahblair)!
|
9
19
|
|
10
20
|
## 0.3.1
|
11
21
|
|
@@ -143,4 +153,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
143
153
|
|
144
154
|
- Updated dependencies []:
|
145
155
|
- @gradio/atoms@0.0.2
|
146
|
-
- @gradio/upload@0.0.2
|
156
|
+
- @gradio/upload@0.0.2
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/model3d",
|
3
|
-
"version": "0.4.
|
3
|
+
"version": "0.4.1",
|
4
4
|
"description": "Gradio UI packages",
|
5
5
|
"type": "module",
|
6
6
|
"author": "",
|
@@ -10,11 +10,11 @@
|
|
10
10
|
"@types/babylon": "^6.16.6",
|
11
11
|
"babylonjs": "^4.2.1",
|
12
12
|
"babylonjs-loaders": "^4.2.1",
|
13
|
-
"@gradio/atoms": "^0.2.
|
14
|
-
"@gradio/client": "^0.7.
|
13
|
+
"@gradio/atoms": "^0.2.1",
|
14
|
+
"@gradio/client": "^0.7.2",
|
15
15
|
"@gradio/icons": "^0.2.0",
|
16
|
-
"@gradio/statustracker": "^0.3.
|
17
|
-
"@gradio/upload": "^0.3.
|
16
|
+
"@gradio/statustracker": "^0.3.1",
|
17
|
+
"@gradio/upload": "^0.3.3",
|
18
18
|
"@gradio/utils": "^0.2.0"
|
19
19
|
},
|
20
20
|
"main_changeset": true,
|