@gradio/model3d 0.4.0 → 0.4.2
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 +21 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,11 +1,29 @@
|
|
1
1
|
# @gradio/model3d
|
2
2
|
|
3
|
+
## 0.4.2
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`854b482f5`](https://github.com/gradio-app/gradio/commit/854b482f598e0dc47673846631643c079576da9c), [`f1409f95e`](https://github.com/gradio-app/gradio/commit/f1409f95ed39c5565bed6a601e41f94e30196a57)]:
|
8
|
+
- @gradio/upload@0.4.0
|
9
|
+
- @gradio/client@0.8.0
|
10
|
+
|
11
|
+
## 0.4.1
|
12
|
+
|
13
|
+
### Patch Changes
|
14
|
+
|
15
|
+
- 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)]:
|
16
|
+
- @gradio/client@0.7.2
|
17
|
+
- @gradio/atoms@0.2.1
|
18
|
+
- @gradio/upload@0.3.3
|
19
|
+
- @gradio/statustracker@0.3.1
|
20
|
+
|
3
21
|
## 0.4.0
|
4
22
|
|
5
23
|
### Features
|
6
24
|
|
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.
|
25
|
+
- [#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)!
|
26
|
+
- [#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
27
|
|
10
28
|
## 0.3.1
|
11
29
|
|
@@ -143,4 +161,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
143
161
|
|
144
162
|
- Updated dependencies []:
|
145
163
|
- @gradio/atoms@0.0.2
|
146
|
-
- @gradio/upload@0.0.2
|
164
|
+
- @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.2",
|
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.
|
13
|
+
"@gradio/atoms": "^0.2.1",
|
14
|
+
"@gradio/client": "^0.8.0",
|
15
15
|
"@gradio/icons": "^0.2.0",
|
16
|
-
"@gradio/statustracker": "^0.3.
|
17
|
-
"@gradio/upload": "^0.
|
16
|
+
"@gradio/statustracker": "^0.3.1",
|
17
|
+
"@gradio/upload": "^0.4.0",
|
18
18
|
"@gradio/utils": "^0.2.0"
|
19
19
|
},
|
20
20
|
"main_changeset": true,
|