@gradio/model3d 0.8.0 → 0.8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -6
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,32 +1,42 @@
1
1
  # @gradio/model3d
2
2
 
3
+ ## 0.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]:
8
+ - @gradio/icons@0.3.3
9
+ - @gradio/atoms@0.5.3
10
+ - @gradio/statustracker@0.4.7
11
+ - @gradio/upload@0.7.4
12
+
3
13
  ## 0.8.0
4
14
 
5
15
  ### Features
6
16
 
7
- - [#7406](https://github.com/gradio-app/gradio/pull/7406) [`3e886d8`](https://github.com/gradio-app/gradio/commit/3e886d8f0ac55c416dae51c1c2661e16eb34718e) - Model3D Gaussian Splatting. Thanks [@dylanebert](https://github.com/dylanebert)!
17
+ - [#7406](https://github.com/gradio-app/gradio/pull/7406) [`3e886d8`](https://github.com/gradio-app/gradio/commit/3e886d8f0ac55c416dae51c1c2661e16eb34718e) - Model3D Gaussian Splatting. Thanks [@dylanebert](https://github.com/dylanebert)!
8
18
 
9
19
  ## 0.7.0
10
20
 
11
21
  ### Features
12
22
 
13
- - [#7183](https://github.com/gradio-app/gradio/pull/7183) [`49d9c48`](https://github.com/gradio-app/gradio/commit/49d9c48537aa706bf72628e3640389470138bdc6) - [WIP] Refactor file normalization to be in the backend and remove it from the frontend of each component. Thanks [@abidlabs](https://github.com/abidlabs)!
23
+ - [#7183](https://github.com/gradio-app/gradio/pull/7183) [`49d9c48`](https://github.com/gradio-app/gradio/commit/49d9c48537aa706bf72628e3640389470138bdc6) - [WIP] Refactor file normalization to be in the backend and remove it from the frontend of each component. Thanks [@abidlabs](https://github.com/abidlabs)!
14
24
 
15
25
  ## 0.6.0
16
26
 
17
27
  ### Features
18
28
 
19
- - [#7315](https://github.com/gradio-app/gradio/pull/7315) [`b3a9c83`](https://github.com/gradio-app/gradio/commit/b3a9c830955a5ded8528d6118aaf1b6e019857a2) - Lite: Wasm-compatible Model3D. Thanks [@whitphx](https://github.com/whitphx)!
29
+ - [#7315](https://github.com/gradio-app/gradio/pull/7315) [`b3a9c83`](https://github.com/gradio-app/gradio/commit/b3a9c830955a5ded8528d6118aaf1b6e019857a2) - Lite: Wasm-compatible Model3D. Thanks [@whitphx](https://github.com/whitphx)!
20
30
 
21
31
  ### Fixes
22
32
 
23
- - [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)!
33
+ - [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)!
24
34
 
25
35
  ## 0.5.0
26
36
 
27
37
  ### Features
28
38
 
29
- - [#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)!
39
+ - [#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)!
30
40
 
31
41
  ## 0.4.15
32
42
 
@@ -297,4 +307,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
297
307
 
298
308
  - Updated dependencies []:
299
309
  - @gradio/atoms@0.0.2
300
- - @gradio/upload@0.0.2
310
+ - @gradio/upload@0.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/model3d",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -12,13 +12,13 @@
12
12
  "babylonjs-loaders": "^4.2.1",
13
13
  "dequal": "^2.0.2",
14
14
  "gsplat": "^1.0.5",
15
- "@gradio/atoms": "^0.5.2",
15
+ "@gradio/atoms": "^0.5.3",
16
16
  "@gradio/client": "^0.12.1",
17
- "@gradio/icons": "^0.3.2",
18
- "@gradio/statustracker": "^0.4.6",
19
- "@gradio/upload": "^0.7.3",
17
+ "@gradio/icons": "^0.3.3",
18
+ "@gradio/statustracker": "^0.4.7",
20
19
  "@gradio/utils": "^0.3.0",
21
- "@gradio/wasm": "^0.6.0"
20
+ "@gradio/wasm": "^0.6.0",
21
+ "@gradio/upload": "^0.7.4"
22
22
  },
23
23
  "main_changeset": true,
24
24
  "main": "./Index.svelte",