@gradio/image 0.4.0 → 0.4.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 +11 -3
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @gradio/image
2
2
 
3
+ ## 0.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`71f1a1f99`](https://github.com/gradio-app/gradio/commit/71f1a1f9931489d465c2c1302a5c8d768a3cd23a)]:
8
+ - @gradio/client@0.8.2
9
+ - @gradio/upload@0.5.1
10
+
3
11
  ## 0.4.0
4
12
 
5
13
  ### Highlights
@@ -48,13 +56,13 @@ im = gr.ImageEditor(
48
56
 
49
57
  ```
50
58
 
51
- Thanks [@pngwn](https://github.com/pngwn)!
59
+ Thanks [@pngwn](https://github.com/pngwn)!
52
60
 
53
61
  ## 0.3.6
54
62
 
55
63
  ### Fixes
56
64
 
57
- - [#6441](https://github.com/gradio-app/gradio/pull/6441) [`2f805a7dd`](https://github.com/gradio-app/gradio/commit/2f805a7dd3d2b64b098f659dadd5d01258290521) - Small but important bugfixes for gr.Image: The upload event was not triggering at all. The paste-from-clipboard was not triggering an upload event. The clear button was not triggering a change event. The change event was triggering infinitely. Uploaded images were not preserving their original names. Uploading a new image should clear out the previous image. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
65
+ - [#6441](https://github.com/gradio-app/gradio/pull/6441) [`2f805a7dd`](https://github.com/gradio-app/gradio/commit/2f805a7dd3d2b64b098f659dadd5d01258290521) - Small but important bugfixes for gr.Image: The upload event was not triggering at all. The paste-from-clipboard was not triggering an upload event. The clear button was not triggering a change event. The change event was triggering infinitely. Uploaded images were not preserving their original names. Uploading a new image should clear out the previous image. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
58
66
 
59
67
  ## 0.3.5
60
68
 
@@ -252,4 +260,4 @@ Thanks [@pngwn](https://github.com/pngwn)!
252
260
 
253
261
  ### Features
254
262
 
255
- - [#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)!
263
+ - [#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.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "author": "",
@@ -11,11 +11,11 @@
11
11
  "lazy-brush": "^1.0.1",
12
12
  "resize-observer-polyfill": "^1.5.1",
13
13
  "@gradio/atoms": "^0.3.0",
14
+ "@gradio/client": "^0.8.2",
14
15
  "@gradio/icons": "^0.3.0",
15
- "@gradio/client": "^0.8.1",
16
- "@gradio/statustracker": "^0.4.0",
17
- "@gradio/upload": "^0.5.0",
16
+ "@gradio/upload": "^0.5.1",
18
17
  "@gradio/utils": "^0.2.0",
18
+ "@gradio/statustracker": "^0.4.0",
19
19
  "@gradio/wasm": "^0.3.0"
20
20
  },
21
21
  "main_changeset": true,