@gradio/image 0.3.4 → 0.3.5
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 +12 -3
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,14 +1,23 @@
|
|
1
1
|
# @gradio/image
|
2
2
|
|
3
|
+
## 0.3.5
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [[`324867f63`](https://github.com/gradio-app/gradio/commit/324867f63c920113d89a565892aa596cf8b1e486), [`d84209703`](https://github.com/gradio-app/gradio/commit/d84209703b7a0728cdb49221e543500ddb6a8d33)]:
|
8
|
+
- @gradio/client@0.8.1
|
9
|
+
- @gradio/wasm@0.3.0
|
10
|
+
- @gradio/upload@0.4.1
|
11
|
+
|
3
12
|
## 0.3.4
|
4
13
|
|
5
14
|
### Features
|
6
15
|
|
7
|
-
- [#6363](https://github.com/gradio-app/gradio/pull/6363) [`4d3aad33a`](https://github.com/gradio-app/gradio/commit/4d3aad33a0b66639dbbb2928f305a79fb7789b2d) - Fix image upload.
|
16
|
+
- [#6363](https://github.com/gradio-app/gradio/pull/6363) [`4d3aad33a`](https://github.com/gradio-app/gradio/commit/4d3aad33a0b66639dbbb2928f305a79fb7789b2d) - Fix image upload. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
|
8
17
|
|
9
18
|
### Fixes
|
10
19
|
|
11
|
-
- [#6322](https://github.com/gradio-app/gradio/pull/6322) [`6204ccac5`](https://github.com/gradio-app/gradio/commit/6204ccac5967763e0ebde550d04d12584243a120) - Fixes `gr.load()` so it works properly with Images and Examples.
|
20
|
+
- [#6322](https://github.com/gradio-app/gradio/pull/6322) [`6204ccac5`](https://github.com/gradio-app/gradio/commit/6204ccac5967763e0ebde550d04d12584243a120) - Fixes `gr.load()` so it works properly with Images and Examples. Thanks [@abidlabs](https://github.com/abidlabs)!
|
12
21
|
|
13
22
|
## 0.3.3
|
14
23
|
|
@@ -187,4 +196,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
187
196
|
|
188
197
|
### Features
|
189
198
|
|
190
|
-
- [#4979](https://github.com/gradio-app/gradio/pull/4979) [`44ac8ad0`](https://github.com/gradio-app/gradio/commit/44ac8ad08d82ea12c503dde5c78f999eb0452de2) - Allow setting sketch color default. Thanks [@aliabid94](https://github.com/aliabid94)!
|
199
|
+
- [#4979](https://github.com/gradio-app/gradio/pull/4979) [`44ac8ad0`](https://github.com/gradio-app/gradio/commit/44ac8ad08d82ea12c503dde5c78f999eb0452de2) - Allow setting sketch color default. Thanks [@aliabid94](https://github.com/aliabid94)!
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gradio/image",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.5",
|
4
4
|
"description": "Gradio UI packages",
|
5
5
|
"type": "module",
|
6
6
|
"author": "",
|
@@ -11,12 +11,12 @@
|
|
11
11
|
"lazy-brush": "^1.0.1",
|
12
12
|
"resize-observer-polyfill": "^1.5.1",
|
13
13
|
"@gradio/atoms": "^0.2.1",
|
14
|
-
"@gradio/client": "^0.8.
|
15
|
-
"@gradio/icons": "^0.2.0",
|
14
|
+
"@gradio/client": "^0.8.1",
|
16
15
|
"@gradio/statustracker": "^0.3.1",
|
17
|
-
"@gradio/
|
16
|
+
"@gradio/icons": "^0.2.0",
|
18
17
|
"@gradio/utils": "^0.2.0",
|
19
|
-
"@gradio/
|
18
|
+
"@gradio/upload": "^0.4.1",
|
19
|
+
"@gradio/wasm": "^0.3.0"
|
20
20
|
},
|
21
21
|
"main_changeset": true,
|
22
22
|
"main": "./Index.svelte",
|