@gradio/image 0.3.2 → 0.3.3
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 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,10 +1,20 @@
|
|
1
1
|
# @gradio/image
|
2
2
|
|
3
|
+
## 0.3.3
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- 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)]:
|
8
|
+
- @gradio/client@0.7.2
|
9
|
+
- @gradio/atoms@0.2.1
|
10
|
+
- @gradio/upload@0.3.3
|
11
|
+
- @gradio/statustracker@0.3.1
|
12
|
+
|
3
13
|
## 0.3.2
|
4
14
|
|
5
15
|
### Fixes
|
6
16
|
|
7
|
-
- [#6213](https://github.com/gradio-app/gradio/pull/6213) [`27194a987`](https://github.com/gradio-app/gradio/commit/27194a987fa7ba1234b5fc0ce8bf7fabef7033a9) - Ensure the statustracker for `gr.Image` displays in static mode.
|
17
|
+
- [#6213](https://github.com/gradio-app/gradio/pull/6213) [`27194a987`](https://github.com/gradio-app/gradio/commit/27194a987fa7ba1234b5fc0ce8bf7fabef7033a9) - Ensure the statustracker for `gr.Image` displays in static mode. Thanks [@pngwn](https://github.com/pngwn)!
|
8
18
|
|
9
19
|
## 0.3.1
|
10
20
|
|
@@ -167,4 +177,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
|
|
167
177
|
|
168
178
|
### Features
|
169
179
|
|
170
|
-
- [#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)!
|
180
|
+
- [#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.3",
|
4
4
|
"description": "Gradio UI packages",
|
5
5
|
"type": "module",
|
6
6
|
"author": "",
|
@@ -10,13 +10,13 @@
|
|
10
10
|
"cropperjs": "^1.5.12",
|
11
11
|
"lazy-brush": "^1.0.1",
|
12
12
|
"resize-observer-polyfill": "^1.5.1",
|
13
|
-
"@gradio/atoms": "^0.2.
|
14
|
-
"@gradio/client": "^0.7.
|
13
|
+
"@gradio/atoms": "^0.2.1",
|
14
|
+
"@gradio/client": "^0.7.2",
|
15
15
|
"@gradio/icons": "^0.2.0",
|
16
|
-
"@gradio/
|
16
|
+
"@gradio/statustracker": "^0.3.1",
|
17
|
+
"@gradio/upload": "^0.3.3",
|
17
18
|
"@gradio/utils": "^0.2.0",
|
18
|
-
"@gradio/wasm": "^0.2.0"
|
19
|
-
"@gradio/statustracker": "^0.3.0"
|
19
|
+
"@gradio/wasm": "^0.2.0"
|
20
20
|
},
|
21
21
|
"main_changeset": true,
|
22
22
|
"main": "./Index.svelte",
|