@gradio/model3d 0.4.7 → 0.4.9

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 CHANGED
@@ -1,5 +1,22 @@
1
1
  # @gradio/model3d
2
2
 
3
+ ## 0.4.9
4
+
5
+ ### Fixes
6
+
7
+ - [#6525](https://github.com/gradio-app/gradio/pull/6525) [`5d51fbc`](https://github.com/gradio-app/gradio/commit/5d51fbce7826da840a2fd4940feb5d9ad6f1bc5a) - Fixes Drag and Drop for Upload. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
8
+
9
+ ## 0.4.8
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [[`6a9151d`](https://github.com/gradio-app/gradio/commit/6a9151d5c9432c724098da7d88a539aaaf5ffe88), [`d76bcaa`](https://github.com/gradio-app/gradio/commit/d76bcaaaf0734aaf49a680f94ea9d4d22a602e70), [`67ddd40`](https://github.com/gradio-app/gradio/commit/67ddd40b4b70d3a37cb1637c33620f8d197dbee0), [`053bec9`](https://github.com/gradio-app/gradio/commit/053bec98be1127e083414024e02cf0bebb0b5142), [`4d1cbbc`](https://github.com/gradio-app/gradio/commit/4d1cbbcf30833ef1de2d2d2710c7492a379a9a00)]:
14
+ - @gradio/upload@0.5.3
15
+ - @gradio/client@0.9.0
16
+ - @gradio/icons@0.3.2
17
+ - @gradio/atoms@0.4.0
18
+ - @gradio/statustracker@0.4.2
19
+
3
20
  ## 0.4.7
4
21
 
5
22
  ### Patch Changes
@@ -205,4 +222,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
205
222
 
206
223
  - Updated dependencies []:
207
224
  - @gradio/atoms@0.0.2
208
- - @gradio/upload@0.0.2
225
+ - @gradio/upload@0.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/model3d",
3
- "version": "0.4.7",
3
+ "version": "0.4.9",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -10,12 +10,12 @@
10
10
  "@types/babylon": "^6.16.6",
11
11
  "babylonjs": "^4.2.1",
12
12
  "babylonjs-loaders": "^4.2.1",
13
- "@gradio/atoms": "^0.3.1",
14
- "@gradio/client": "^0.8.2",
15
- "@gradio/icons": "^0.3.1",
16
- "@gradio/utils": "^0.2.0",
17
- "@gradio/statustracker": "^0.4.1",
18
- "@gradio/upload": "^0.5.2"
13
+ "@gradio/atoms": "^0.4.0",
14
+ "@gradio/client": "^0.9.1",
15
+ "@gradio/statustracker": "^0.4.2",
16
+ "@gradio/icons": "^0.3.2",
17
+ "@gradio/upload": "^0.5.4",
18
+ "@gradio/utils": "^0.2.0"
19
19
  },
20
20
  "main_changeset": true,
21
21
  "main": "./Index.svelte",
@@ -109,7 +109,7 @@
109
109
  <Upload
110
110
  on:load={handle_upload}
111
111
  {root}
112
- filetype=".obj, .gltf, .glb"
112
+ filetype={[".obj", ".gltf", ".glb", "model/obj"]}
113
113
  bind:dragging
114
114
  >
115
115
  <slot />