@gradio/model3d 0.13.0-beta.7 → 0.13.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 +25 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @gradio/model3d
2
2
 
3
+ ## 0.13.1
4
+
5
+ ### Dependency updates
6
+
7
+ - @gradio/statustracker@0.8.1
8
+
9
+ ## 0.13.0
10
+
11
+ ### Features
12
+
13
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Improve Icon Button consistency
14
+ - [#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
15
+ - [#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`
16
+ - [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Ssr part 2
17
+
18
+ ### Dependencies
19
+
20
+ - @gradio/atoms@0.9.0
21
+ - @gradio/client@1.6.0
22
+ - @gradio/icons@0.8.0
23
+ - @gradio/statustracker@0.8.0
24
+ - @gradio/upload@0.13.0
25
+ - @gradio/utils@0.7.0
26
+ - @gradio/wasm@0.14.0
27
+
3
28
  ## 0.13.0-beta.7
4
29
 
5
30
  ### Dependency updates
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/model3d",
3
- "version": "0.13.0-beta.7",
3
+ "version": "0.13.1",
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-beta.5",
16
- "@gradio/client": "^1.6.0-beta.4",
17
- "@gradio/statustracker": "^0.8.0-beta.5",
18
- "@gradio/icons": "^0.8.0-beta.4",
19
- "@gradio/utils": "^0.7.0-beta.2",
20
- "@gradio/upload": "^0.13.0-beta.7",
21
- "@gradio/wasm": "^0.14.0-beta.3"
15
+ "@gradio/client": "^1.6.0",
16
+ "@gradio/atoms": "^0.9.0",
17
+ "@gradio/icons": "^0.8.0",
18
+ "@gradio/statustracker": "^0.8.1",
19
+ "@gradio/upload": "^0.13.0",
20
+ "@gradio/wasm": "^0.14.0",
21
+ "@gradio/utils": "^0.7.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@gradio/preview": "^0.12.0-beta.1"
24
+ "@gradio/preview": "^0.12.0"
25
25
  },
26
26
  "main_changeset": true,
27
27
  "main": "./Index.svelte",