@gradio/upload 0.5.0 → 0.5.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/upload
2
2
 
3
+ ## 0.5.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.5.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.4.2
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.4.1
60
68
 
@@ -238,4 +246,4 @@ From the backend, streamed outputs are served from the `/stream/` endpoint inste
238
246
  ### Patch Changes
239
247
 
240
248
  - Updated dependencies []:
241
- - @gradio/atoms@0.0.2
249
+ - @gradio/atoms@0.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradio/upload",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Gradio UI packages",
5
5
  "type": "module",
6
6
  "main": "src/index.ts",
@@ -8,10 +8,10 @@
8
8
  "license": "ISC",
9
9
  "dependencies": {
10
10
  "@gradio/atoms": "^0.3.0",
11
+ "@gradio/client": "^0.8.2",
11
12
  "@gradio/icons": "^0.3.0",
12
- "@gradio/client": "^0.8.1",
13
- "@gradio/upload": "^0.5.0",
14
- "@gradio/utils": "^0.2.0"
13
+ "@gradio/utils": "^0.2.0",
14
+ "@gradio/upload": "^0.5.1"
15
15
  },
16
16
  "main_changeset": true,
17
17
  "exports": {