@gradio/imageslider 0.2.0
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 +1115 -0
- package/Example.svelte +69 -0
- package/Index.svelte +206 -0
- package/LICENSE +201 -0
- package/README.md +67 -0
- package/dist/Example.svelte +68 -0
- package/dist/Example.svelte.d.ts +19 -0
- package/dist/Index.svelte +178 -0
- package/dist/Index.svelte.d.ts +153 -0
- package/dist/img_01.png +0 -0
- package/dist/img_02.png +0 -0
- package/dist/img_03.png +0 -0
- package/dist/shared/ClearImage.svelte +28 -0
- package/dist/shared/ClearImage.svelte.d.ts +18 -0
- package/dist/shared/Image.svelte +208 -0
- package/dist/shared/Image.svelte.d.ts +41 -0
- package/dist/shared/ImageEl.svelte +119 -0
- package/dist/shared/ImageEl.svelte.d.ts +258 -0
- package/dist/shared/Slider.svelte +183 -0
- package/dist/shared/Slider.svelte.d.ts +28 -0
- package/dist/shared/SliderPreview.svelte +201 -0
- package/dist/shared/SliderPreview.svelte.d.ts +32 -0
- package/dist/shared/SliderUpload.svelte +41 -0
- package/dist/shared/SliderUpload.svelte.d.ts +71 -0
- package/dist/shared/zoom.d.ts +69 -0
- package/dist/shared/zoom.js +349 -0
- package/img_01.png +0 -0
- package/img_02.png +0 -0
- package/img_03.png +0 -0
- package/package.json +47 -0
- package/shared/ClearImage.svelte +30 -0
- package/shared/Image.svelte +235 -0
- package/shared/ImageEl.svelte +165 -0
- package/shared/Slider.svelte +200 -0
- package/shared/SliderPreview.svelte +229 -0
- package/shared/SliderUpload.svelte +46 -0
- package/shared/zoom.ts +487 -0
package/CHANGELOG.md
ADDED
@@ -0,0 +1,1115 @@
|
|
1
|
+
# @gradio/imageslider
|
2
|
+
|
3
|
+
## 0.2.0
|
4
|
+
|
5
|
+
### Features
|
6
|
+
|
7
|
+
- [#11027](https://github.com/gradio-app/gradio/pull/11027) [`eff532b`](https://github.com/gradio-app/gradio/commit/eff532b913a3c8f06f10a4f9471d3177e3744053) - Add new `ImageSlider` component. Thanks @pngwn!
|
8
|
+
|
9
|
+
### Dependency updates
|
10
|
+
|
11
|
+
- @gradio/statustracker@0.10.10
|
12
|
+
- @gradio/upload@0.16.3
|
13
|
+
- @gradio/atoms@0.16.0
|
14
|
+
|
15
|
+
# @gradio/image
|
16
|
+
|
17
|
+
## 0.22.0
|
18
|
+
|
19
|
+
### Features
|
20
|
+
|
21
|
+
- [#10635](https://github.com/gradio-app/gradio/pull/10635) [`2f68c9d`](https://github.com/gradio-app/gradio/commit/2f68c9d988dcbc53a0b8e53bdb1de49c9c8c65d8) - Refactor and redesign `ImageEditor` component. Thanks @pngwn!
|
22
|
+
|
23
|
+
### Dependency updates
|
24
|
+
|
25
|
+
- @gradio/statustracker@0.10.7
|
26
|
+
- @gradio/atoms@0.15.0
|
27
|
+
- @gradio/icons@0.11.0
|
28
|
+
- @gradio/upload@0.16.0
|
29
|
+
|
30
|
+
## 0.21.7
|
31
|
+
|
32
|
+
### Features
|
33
|
+
|
34
|
+
- [#10847](https://github.com/gradio-app/gradio/pull/10847) [`d5fde7c`](https://github.com/gradio-app/gradio/commit/d5fde7c390004ce5394072100b059f545d2d4eae) - Babylon update for model3D. Thanks @CedricGuillemet!
|
35
|
+
|
36
|
+
### Fixes
|
37
|
+
|
38
|
+
- [#10901](https://github.com/gradio-app/gradio/pull/10901) [`64a6ead`](https://github.com/gradio-app/gradio/commit/64a6ead05c99cfd5787e7f112838f2be83082a69) - Fix EventData scaling when `gr.Image` is in fullscreen mode. Thanks @tiago-gsantos!
|
39
|
+
|
40
|
+
### Dependency updates
|
41
|
+
|
42
|
+
- @gradio/wasm@0.18.1
|
43
|
+
- @gradio/client@1.14.1
|
44
|
+
- @gradio/upload@0.15.7
|
45
|
+
|
46
|
+
## 0.21.6
|
47
|
+
|
48
|
+
### Dependency updates
|
49
|
+
|
50
|
+
- @gradio/atoms@0.14.1
|
51
|
+
- @gradio/statustracker@0.10.6
|
52
|
+
- @gradio/client@1.14.0
|
53
|
+
- @gradio/wasm@0.18.0
|
54
|
+
- @gradio/upload@0.15.6
|
55
|
+
|
56
|
+
## 0.21.5
|
57
|
+
|
58
|
+
### Dependency updates
|
59
|
+
|
60
|
+
- @gradio/upload@0.15.5
|
61
|
+
- @gradio/statustracker@0.10.5
|
62
|
+
- @gradio/atoms@0.14.0
|
63
|
+
|
64
|
+
## 0.21.4
|
65
|
+
|
66
|
+
### Dependency updates
|
67
|
+
|
68
|
+
- @gradio/client@1.13.1
|
69
|
+
- @gradio/wasm@0.17.4
|
70
|
+
- @gradio/upload@0.15.4
|
71
|
+
|
72
|
+
## 0.21.3
|
73
|
+
|
74
|
+
### Dependency updates
|
75
|
+
|
76
|
+
- @gradio/upload@0.15.3
|
77
|
+
- @gradio/client@1.13.0
|
78
|
+
|
79
|
+
## 0.21.2
|
80
|
+
|
81
|
+
### Dependency updates
|
82
|
+
|
83
|
+
- @gradio/upload@0.15.2
|
84
|
+
- @gradio/statustracker@0.10.4
|
85
|
+
- @gradio/atoms@0.13.3
|
86
|
+
|
87
|
+
## 0.21.1
|
88
|
+
|
89
|
+
### Dependency updates
|
90
|
+
|
91
|
+
- @gradio/statustracker@0.10.3
|
92
|
+
- @gradio/atoms@0.13.2
|
93
|
+
- @gradio/utils@0.10.1
|
94
|
+
- @gradio/client@1.12.0
|
95
|
+
- @gradio/upload@0.15.1
|
96
|
+
- @gradio/wasm@0.17.3
|
97
|
+
|
98
|
+
## 0.21.0
|
99
|
+
|
100
|
+
### Features
|
101
|
+
|
102
|
+
- [#10478](https://github.com/gradio-app/gradio/pull/10478) [`afb96c6`](https://github.com/gradio-app/gradio/commit/afb96c64451e5a282bfee89445d831d1c87f9746) - Improve dataframe's upload accessibility. Thanks @hannahblair!
|
103
|
+
|
104
|
+
### Dependency updates
|
105
|
+
|
106
|
+
- @gradio/client@1.11.0
|
107
|
+
- @gradio/upload@0.15.0
|
108
|
+
|
109
|
+
## 0.20.4
|
110
|
+
|
111
|
+
### Dependency updates
|
112
|
+
|
113
|
+
- @gradio/upload@0.14.8
|
114
|
+
- @gradio/wasm@0.17.2
|
115
|
+
|
116
|
+
## 0.20.3
|
117
|
+
|
118
|
+
### Dependency updates
|
119
|
+
|
120
|
+
- @gradio/upload@0.14.7
|
121
|
+
- @gradio/wasm@0.17.1
|
122
|
+
|
123
|
+
## 0.20.2
|
124
|
+
|
125
|
+
### Dependency updates
|
126
|
+
|
127
|
+
- @gradio/upload@0.14.6
|
128
|
+
- @gradio/wasm@0.17.0
|
129
|
+
- @gradio/statustracker@0.10.2
|
130
|
+
|
131
|
+
## 0.20.1
|
132
|
+
|
133
|
+
### Fixes
|
134
|
+
|
135
|
+
- [#10327](https://github.com/gradio-app/gradio/pull/10327) [`e0cb47f`](https://github.com/gradio-app/gradio/commit/e0cb47f0c5040049fb942a381c0335de4bf77d67) - Fix webcam. Thanks @Col0ring!
|
136
|
+
|
137
|
+
### Dependency updates
|
138
|
+
|
139
|
+
- @gradio/atoms@0.13.1
|
140
|
+
- @gradio/statustracker@0.10.1
|
141
|
+
- @gradio/client@1.10.0
|
142
|
+
- @gradio/icons@0.10.0
|
143
|
+
- @gradio/upload@0.14.5
|
144
|
+
|
145
|
+
## 0.20.0
|
146
|
+
|
147
|
+
### Features
|
148
|
+
|
149
|
+
- [#10192](https://github.com/gradio-app/gradio/pull/10192) [`4fc7fb7`](https://github.com/gradio-app/gradio/commit/4fc7fb777c42af537e4af612423fa44029657d41) - Ensure components can be remounted with their previous data. Thanks @pngwn!
|
150
|
+
|
151
|
+
### Fixes
|
152
|
+
|
153
|
+
- [#10269](https://github.com/gradio-app/gradio/pull/10269) [`890eaa3`](https://github.com/gradio-app/gradio/commit/890eaa3a9e53dab5bcb16c5d017ae0470109b8fb) - Allow displaying SVG images securely in `gr.Image` and `gr.Gallery` components. Thanks @abidlabs!
|
154
|
+
|
155
|
+
### Dependency updates
|
156
|
+
|
157
|
+
- @gradio/atoms@0.13.0
|
158
|
+
- @gradio/utils@0.10.0
|
159
|
+
- @gradio/upload@0.14.4
|
160
|
+
- @gradio/client@1.9.0
|
161
|
+
- @gradio/icons@0.9.0
|
162
|
+
- @gradio/statustracker@0.10.0
|
163
|
+
- @gradio/wasm@0.16.0
|
164
|
+
|
165
|
+
## 0.19.0
|
166
|
+
|
167
|
+
### Features
|
168
|
+
|
169
|
+
- [#10098](https://github.com/gradio-app/gradio/pull/10098) [`9a6ce6f`](https://github.com/gradio-app/gradio/commit/9a6ce6f6b089d94c06da0b8620f28967f39f8383) - Refactor full screen logic to be reusable. Thanks @hannahblair!
|
170
|
+
|
171
|
+
### Dependency updates
|
172
|
+
|
173
|
+
- @gradio/statustracker@0.9.7
|
174
|
+
- @gradio/upload@0.14.3
|
175
|
+
- @gradio/atoms@0.12.0
|
176
|
+
|
177
|
+
## 0.18.0
|
178
|
+
|
179
|
+
### Features
|
180
|
+
|
181
|
+
- [#10099](https://github.com/gradio-app/gradio/pull/10099) [`8530b6e`](https://github.com/gradio-app/gradio/commit/8530b6e2f986421adceda98f972e6b843bc03fbe) - Redesign pending bubble in Chatbot. Thanks @hannahblair!
|
182
|
+
- [#10032](https://github.com/gradio-app/gradio/pull/10032) [`e450674`](https://github.com/gradio-app/gradio/commit/e450674ce41ca28f1f37a27fb149c728593a6ddf) - add `webcam_height` and `webcam_width` to specify the resolution of the Webcam. Thanks @yinsumirage!
|
183
|
+
|
184
|
+
## 0.17.0
|
185
|
+
|
186
|
+
### Features
|
187
|
+
|
188
|
+
- [#10054](https://github.com/gradio-app/gradio/pull/10054) [`458941c`](https://github.com/gradio-app/gradio/commit/458941c508f11d43debf1cef6950f330145e336d) - Allow full screen mode in interactive gr.Image. Thanks @hannahblair!
|
189
|
+
|
190
|
+
### Dependency updates
|
191
|
+
|
192
|
+
- @gradio/atoms@0.11.2
|
193
|
+
- @gradio/utils@0.9.0
|
194
|
+
- @gradio/statustracker@0.9.6
|
195
|
+
- @gradio/upload@0.14.2
|
196
|
+
|
197
|
+
## 0.16.8
|
198
|
+
|
199
|
+
### Dependency updates
|
200
|
+
|
201
|
+
- @gradio/atoms@0.11.1
|
202
|
+
- @gradio/client@1.8.0
|
203
|
+
- @gradio/utils@0.8.0
|
204
|
+
- @gradio/upload@0.14.1
|
205
|
+
- @gradio/statustracker@0.9.5
|
206
|
+
|
207
|
+
## 0.16.7
|
208
|
+
|
209
|
+
### Dependency updates
|
210
|
+
|
211
|
+
- @gradio/statustracker@0.9.4
|
212
|
+
- @gradio/atoms@0.11.0
|
213
|
+
- @gradio/upload@0.14.0
|
214
|
+
- @gradio/wasm@0.15.0
|
215
|
+
|
216
|
+
## 0.16.6
|
217
|
+
|
218
|
+
### Dependency updates
|
219
|
+
|
220
|
+
- @gradio/statustracker@0.9.3
|
221
|
+
- @gradio/atoms@0.10.1
|
222
|
+
- @gradio/client@1.7.1
|
223
|
+
- @gradio/upload@0.13.5
|
224
|
+
|
225
|
+
## 0.16.5
|
226
|
+
|
227
|
+
### Dependency updates
|
228
|
+
|
229
|
+
- @gradio/statustracker@0.9.2
|
230
|
+
- @gradio/atoms@0.10.0
|
231
|
+
- @gradio/icons@0.8.1
|
232
|
+
- @gradio/upload@0.13.4
|
233
|
+
|
234
|
+
## 0.16.4
|
235
|
+
|
236
|
+
### Dependency updates
|
237
|
+
|
238
|
+
- @gradio/statustracker@0.9.1
|
239
|
+
- @gradio/upload@0.13.3
|
240
|
+
- @gradio/atoms@0.9.2
|
241
|
+
|
242
|
+
## 0.16.3
|
243
|
+
|
244
|
+
### Dependency updates
|
245
|
+
|
246
|
+
- @gradio/atoms@0.9.1
|
247
|
+
- @gradio/statustracker@0.9.0
|
248
|
+
- @gradio/client@1.7.0
|
249
|
+
- @gradio/upload@0.13.2
|
250
|
+
- @gradio/wasm@0.14.2
|
251
|
+
|
252
|
+
## 0.16.2
|
253
|
+
|
254
|
+
### Dependency updates
|
255
|
+
|
256
|
+
- @gradio/upload@0.13.1
|
257
|
+
- @gradio/wasm@0.14.1
|
258
|
+
|
259
|
+
## 0.16.1
|
260
|
+
|
261
|
+
### Dependency updates
|
262
|
+
|
263
|
+
- @gradio/statustracker@0.8.1
|
264
|
+
|
265
|
+
## 0.16.0
|
266
|
+
|
267
|
+
### Features
|
268
|
+
|
269
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Improve Icon Button consistency
|
270
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Adds ability to block event trigger when file is uploading
|
271
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Open audio/image input stream only when queue is ready
|
272
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Streaming Guides
|
273
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Send Streaming data over Websocket if possible. Also support base64 output format for images.
|
274
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Chatbot autoscroll
|
275
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Fix stop recording button colors
|
276
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Streaming inputs for 5.0
|
277
|
+
- [#8843](https://github.com/gradio-app/gradio/pull/8843) [`6f95286`](https://github.com/gradio-app/gradio/commit/6f95286337459efbccb95c9cfac63355669df9ee) - Ssr part 2
|
278
|
+
|
279
|
+
### Dependencies
|
280
|
+
|
281
|
+
- @gradio/atoms@0.9.0
|
282
|
+
- @gradio/client@1.6.0
|
283
|
+
- @gradio/icons@0.8.0
|
284
|
+
- @gradio/statustracker@0.8.0
|
285
|
+
- @gradio/upload@0.13.0
|
286
|
+
- @gradio/utils@0.7.0
|
287
|
+
- @gradio/wasm@0.14.0
|
288
|
+
|
289
|
+
## 0.16.0-beta.7
|
290
|
+
|
291
|
+
### Features
|
292
|
+
|
293
|
+
- [#9582](https://github.com/gradio-app/gradio/pull/9582) [`43a7f42`](https://github.com/gradio-app/gradio/commit/43a7f420d8ac34c7f7fa71d6e630a4c8618d3780) - Chatbot autoscroll. Thanks @whitphx!
|
294
|
+
|
295
|
+
### Dependency updates
|
296
|
+
|
297
|
+
- @gradio/upload@0.13.0-beta.7
|
298
|
+
- @gradio/statustracker@0.8.0-beta.5
|
299
|
+
- @gradio/icons@0.8.0-beta.4
|
300
|
+
- @gradio/atoms@0.9.0-beta.5
|
301
|
+
|
302
|
+
## 0.16.0-beta.6
|
303
|
+
|
304
|
+
### Features
|
305
|
+
|
306
|
+
- [#9483](https://github.com/gradio-app/gradio/pull/9483) [`8dc7c12`](https://github.com/gradio-app/gradio/commit/8dc7c12389311b60efcde1b9d3e3668a34d2dc00) - Send Streaming data over Websocket if possible. Also support base64 output format for images. Thanks @freddyaboulton!
|
307
|
+
|
308
|
+
### Dependency updates
|
309
|
+
|
310
|
+
- @gradio/statustracker@0.8.0-beta.4
|
311
|
+
- @gradio/atoms@0.9.0-beta.4
|
312
|
+
- @gradio/client@1.6.0-beta.4
|
313
|
+
- @gradio/upload@0.13.0-beta.6
|
314
|
+
|
315
|
+
## 0.16.0-beta.5
|
316
|
+
|
317
|
+
### Dependency updates
|
318
|
+
|
319
|
+
- @gradio/upload@0.13.0-beta.5
|
320
|
+
- @gradio/statustracker@0.8.0-beta.3
|
321
|
+
- @gradio/icons@0.8.0-beta.3
|
322
|
+
- @gradio/atoms@0.9.0-beta.3
|
323
|
+
|
324
|
+
## 0.16.0-beta.4
|
325
|
+
|
326
|
+
### Dependency updates
|
327
|
+
|
328
|
+
- @gradio/statustracker@0.8.0-beta.2
|
329
|
+
- @gradio/upload@0.13.0-beta.4
|
330
|
+
- @gradio/wasm@0.14.0-beta.3
|
331
|
+
|
332
|
+
## 0.16.0-beta.3
|
333
|
+
|
334
|
+
### Dependency updates
|
335
|
+
|
336
|
+
- @gradio/upload@0.13.0-beta.3
|
337
|
+
- @gradio/client@1.6.0-beta.3
|
338
|
+
|
339
|
+
## 0.16.0-beta.2
|
340
|
+
|
341
|
+
### Features
|
342
|
+
|
343
|
+
- [#9339](https://github.com/gradio-app/gradio/pull/9339) [`4c8c6f2`](https://github.com/gradio-app/gradio/commit/4c8c6f2fe603081941c5fdc43f48a0632b9f31ad) - Ssr part 2. Thanks @pngwn!
|
344
|
+
- [#9250](https://github.com/gradio-app/gradio/pull/9250) [`350b0a5`](https://github.com/gradio-app/gradio/commit/350b0a5cafb9176f914f62e7c90de51d4352cc77) - Improve Icon Button consistency. Thanks @hannahblair!
|
345
|
+
- [#9253](https://github.com/gradio-app/gradio/pull/9253) [`99648ec`](https://github.com/gradio-app/gradio/commit/99648ec7c4443e74799941e47b0015ac9ca581e1) - Adds ability to block event trigger when file is uploading. Thanks @dawoodkhan82!
|
346
|
+
- [#9270](https://github.com/gradio-app/gradio/pull/9270) [`b0b8500`](https://github.com/gradio-app/gradio/commit/b0b850081d8d10c1287b5d179b8db37482e21c8d) - Fix stop recording button colors. Thanks @freddyaboulton!
|
347
|
+
|
348
|
+
### Dependency updates
|
349
|
+
|
350
|
+
- @gradio/atoms@0.9.0-beta.2
|
351
|
+
- @gradio/upload@0.13.0-beta.2
|
352
|
+
- @gradio/wasm@0.14.0-beta.2
|
353
|
+
- @gradio/client@1.6.0-beta.2
|
354
|
+
- @gradio/icons@0.8.0-beta.2
|
355
|
+
- @gradio/statustracker@0.8.0-beta.2
|
356
|
+
- @gradio/utils@0.7.0-beta.2
|
357
|
+
|
358
|
+
## 0.16.0-beta.1
|
359
|
+
|
360
|
+
### Dependency updates
|
361
|
+
|
362
|
+
- @gradio/atoms@0.8.1-beta.1
|
363
|
+
- @gradio/icons@0.8.0-beta.1
|
364
|
+
- @gradio/statustracker@0.8.0-beta.1
|
365
|
+
- @gradio/utils@0.7.0-beta.1
|
366
|
+
- @gradio/client@1.6.0-beta.1
|
367
|
+
- @gradio/upload@0.12.4-beta.1
|
368
|
+
- @gradio/wasm@0.13.1-beta.1
|
369
|
+
|
370
|
+
## 0.16.0-beta.0
|
371
|
+
|
372
|
+
### Features
|
373
|
+
|
374
|
+
- [#9149](https://github.com/gradio-app/gradio/pull/9149) [`3d7a9b8`](https://github.com/gradio-app/gradio/commit/3d7a9b81f6fef06187eca832471dc1692eb493a0) - Open audio/image input stream only when queue is ready. Thanks @freddyaboulton!
|
375
|
+
- [#9173](https://github.com/gradio-app/gradio/pull/9173) [`66349fe`](https://github.com/gradio-app/gradio/commit/66349fe26827e3a3c15b738a1177e95fec7f5554) - Streaming Guides. Thanks @freddyaboulton!
|
376
|
+
- [#8941](https://github.com/gradio-app/gradio/pull/8941) [`97a7bf6`](https://github.com/gradio-app/gradio/commit/97a7bf66a79179d1b91a3199d68e5c11216ca500) - Streaming inputs for 5.0. Thanks @freddyaboulton!
|
377
|
+
|
378
|
+
## 0.15.1
|
379
|
+
|
380
|
+
### Fixes
|
381
|
+
|
382
|
+
- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn!
|
383
|
+
|
384
|
+
### Dependency updates
|
385
|
+
|
386
|
+
- @gradio/utils@0.6.1
|
387
|
+
- @gradio/statustracker@0.7.6
|
388
|
+
- @gradio/atoms@0.8.1
|
389
|
+
- @gradio/icons@0.7.2
|
390
|
+
- @gradio/wasm@0.13.1
|
391
|
+
- @gradio/client@1.5.2
|
392
|
+
- @gradio/upload@0.12.4
|
393
|
+
|
394
|
+
## 0.15.0
|
395
|
+
|
396
|
+
### Features
|
397
|
+
|
398
|
+
- [#9031](https://github.com/gradio-app/gradio/pull/9031) [`04b7d32`](https://github.com/gradio-app/gradio/commit/04b7d327ec1227a693fc2dfea51b1e2729851bde) - Allow drag and replace image in `gr.Image` and Multimodal textbox. Thanks @hannahblair!
|
399
|
+
- [#8930](https://github.com/gradio-app/gradio/pull/8930) [`41d5ab9`](https://github.com/gradio-app/gradio/commit/41d5ab987ba9728753be4509490c79041655809b) - Add `placeholder` param to Image and ImageEditor to replace upload image text. Thanks @hannahblair!
|
400
|
+
- [#9118](https://github.com/gradio-app/gradio/pull/9118) [`e1c404d`](https://github.com/gradio-app/gradio/commit/e1c404da1143fb52b659d03e028bdba1badf443d) - setup npm-previews of all packages. Thanks @pngwn!
|
401
|
+
|
402
|
+
### Fixes
|
403
|
+
|
404
|
+
- [#9116](https://github.com/gradio-app/gradio/pull/9116) [`ba6322e`](https://github.com/gradio-app/gradio/commit/ba6322ec2bb975f15389fe0700816bf671c6819d) - Fix image height content fit. Thanks @hannahblair!
|
405
|
+
|
406
|
+
### Dependency updates
|
407
|
+
|
408
|
+
- @gradio/utils@0.6.0
|
409
|
+
- @gradio/upload@0.12.3
|
410
|
+
- @gradio/atoms@0.8.0
|
411
|
+
- @gradio/client@1.5.1
|
412
|
+
- @gradio/statustracker@0.7.5
|
413
|
+
- @gradio/wasm@0.13.0
|
414
|
+
- @gradio/icons@0.7.1
|
415
|
+
|
416
|
+
## 0.14.0
|
417
|
+
|
418
|
+
### Features
|
419
|
+
|
420
|
+
- [#8964](https://github.com/gradio-app/gradio/pull/8964) [`bf6bbd9`](https://github.com/gradio-app/gradio/commit/bf6bbd971acddbf78f03bea431ed7d1e0003ccf9) - Add min/max-imize button to gr.Image and gr.Gallery. Thanks @hannahblair!
|
421
|
+
|
422
|
+
### Dependency updates
|
423
|
+
|
424
|
+
- @gradio/atoms@0.7.9
|
425
|
+
- @gradio/statustracker@0.7.4
|
426
|
+
- @gradio/client@1.5.0
|
427
|
+
- @gradio/icons@0.7.0
|
428
|
+
- @gradio/upload@0.12.2
|
429
|
+
|
430
|
+
## 0.13.1
|
431
|
+
|
432
|
+
### Dependency updates
|
433
|
+
|
434
|
+
- @gradio/atoms@0.7.8
|
435
|
+
- @gradio/icons@0.6.1
|
436
|
+
- @gradio/utils@0.5.2
|
437
|
+
- @gradio/statustracker@0.7.3
|
438
|
+
- @gradio/upload@0.12.1
|
439
|
+
|
440
|
+
## 0.13.0
|
441
|
+
|
442
|
+
### Features
|
443
|
+
|
444
|
+
- [#8803](https://github.com/gradio-app/gradio/pull/8803) [`e1a4040`](https://github.com/gradio-app/gradio/commit/e1a404093cfaf9d8f2a92bc1d28fb6aa254848d1) - Ensure all upload components have consistent upload regions. Thanks @pngwn!
|
445
|
+
|
446
|
+
### Fixes
|
447
|
+
|
448
|
+
- [#8836](https://github.com/gradio-app/gradio/pull/8836) [`7e8c829`](https://github.com/gradio-app/gradio/commit/7e8c829aad85d3d5a31a03f4f2e41483d1e6b53e) - Add `.input()` events to `gr.Audio` and `gr.Image`. Thanks @abidlabs!
|
449
|
+
- [#8852](https://github.com/gradio-app/gradio/pull/8852) [`16b8200`](https://github.com/gradio-app/gradio/commit/16b820038df43905447ab7623d39d91ceb0d6238) - Fix gr.Image height inconsistencies. Thanks @hannahblair!
|
450
|
+
|
451
|
+
### Dependency updates
|
452
|
+
|
453
|
+
- @gradio/wasm@0.12.0
|
454
|
+
- @gradio/client@1.4.0
|
455
|
+
- @gradio/statustracker@0.7.2
|
456
|
+
- @gradio/upload@0.12.0
|
457
|
+
- @gradio/atoms@0.7.7
|
458
|
+
|
459
|
+
## 0.12.2
|
460
|
+
|
461
|
+
### Fixes
|
462
|
+
|
463
|
+
- [#8737](https://github.com/gradio-app/gradio/pull/8737) [`31a876d`](https://github.com/gradio-app/gradio/commit/31a876d0274d7b74a90d30148f3e9c098f486242) - Fix `Share to community` button for images. Thanks @hannahblair!
|
464
|
+
|
465
|
+
### Dependency updates
|
466
|
+
|
467
|
+
- @gradio/atoms@0.7.6
|
468
|
+
- @gradio/utils@0.5.1
|
469
|
+
- @gradio/statustracker@0.7.1
|
470
|
+
- @gradio/client@1.3.0
|
471
|
+
- @gradio/upload@0.11.5
|
472
|
+
- @gradio/icons@0.6.0
|
473
|
+
|
474
|
+
## 0.12.1
|
475
|
+
|
476
|
+
### Dependency updates
|
477
|
+
|
478
|
+
- @gradio/upload@0.11.4
|
479
|
+
- @gradio/client@1.2.1
|
480
|
+
|
481
|
+
## 0.12.0
|
482
|
+
|
483
|
+
### Features
|
484
|
+
|
485
|
+
- [#8131](https://github.com/gradio-app/gradio/pull/8131) [`bb504b4`](https://github.com/gradio-app/gradio/commit/bb504b494947a287d6386e0e7ead3860c0f15223) - Gradio components in `gr.Chatbot()`. Thanks @dawoodkhan82!
|
486
|
+
|
487
|
+
### Fixes
|
488
|
+
|
489
|
+
- [#8594](https://github.com/gradio-app/gradio/pull/8594) [`530f8a0`](https://github.com/gradio-app/gradio/commit/530f8a0b056b35dabe9bdd148e1ab7c4577f017d) - chatbot component tweaks. Thanks @pngwn!
|
490
|
+
|
491
|
+
### Dependency updates
|
492
|
+
|
493
|
+
- @gradio/atoms@0.7.5
|
494
|
+
- @gradio/utils@0.5.0
|
495
|
+
- @gradio/icons@0.5.0
|
496
|
+
- @gradio/wasm@0.11.0
|
497
|
+
- @gradio/client@1.2.0
|
498
|
+
- @gradio/statustracker@0.7.0
|
499
|
+
- @gradio/upload@0.11.3
|
500
|
+
|
501
|
+
## 0.11.10
|
502
|
+
|
503
|
+
### Dependency updates
|
504
|
+
|
505
|
+
- @gradio/client@1.1.1
|
506
|
+
- @gradio/upload@0.11.2
|
507
|
+
|
508
|
+
## 0.11.9
|
509
|
+
|
510
|
+
### Dependency updates
|
511
|
+
|
512
|
+
- @gradio/upload@0.11.1
|
513
|
+
- @gradio/client@1.1.0
|
514
|
+
|
515
|
+
## 0.11.8
|
516
|
+
|
517
|
+
### Dependency updates
|
518
|
+
|
519
|
+
- @gradio/statustracker@0.6.0
|
520
|
+
- @gradio/client@1.0.0
|
521
|
+
- @gradio/upload@0.11.0
|
522
|
+
|
523
|
+
## 0.11.7
|
524
|
+
|
525
|
+
### Dependency updates
|
526
|
+
|
527
|
+
- @gradio/upload@0.10.7
|
528
|
+
- @gradio/client@0.20.1
|
529
|
+
|
530
|
+
## 0.11.6
|
531
|
+
|
532
|
+
### Dependency updates
|
533
|
+
|
534
|
+
- @gradio/client@0.20.0
|
535
|
+
- @gradio/statustracker@0.6.0
|
536
|
+
- @gradio/upload@0.10.6
|
537
|
+
|
538
|
+
## 0.11.5
|
539
|
+
|
540
|
+
### Dependency updates
|
541
|
+
|
542
|
+
- @gradio/utils@0.4.2
|
543
|
+
- @gradio/atoms@0.7.4
|
544
|
+
- @gradio/statustracker@0.5.5
|
545
|
+
- @gradio/upload@0.10.5
|
546
|
+
- @gradio/client@0.19.4
|
547
|
+
|
548
|
+
## 0.11.4
|
549
|
+
|
550
|
+
### Dependency updates
|
551
|
+
|
552
|
+
- @gradio/client@0.19.3
|
553
|
+
- @gradio/statustracker@0.5.4
|
554
|
+
- @gradio/upload@0.10.4
|
555
|
+
|
556
|
+
## 0.11.3
|
557
|
+
|
558
|
+
### Dependency updates
|
559
|
+
|
560
|
+
- @gradio/upload@0.10.3
|
561
|
+
- @gradio/client@0.19.2
|
562
|
+
|
563
|
+
## 0.11.2
|
564
|
+
|
565
|
+
### Dependency updates
|
566
|
+
|
567
|
+
- @gradio/statustracker@0.5.3
|
568
|
+
- @gradio/client@0.19.1
|
569
|
+
- @gradio/upload@0.10.2
|
570
|
+
|
571
|
+
## 0.11.1
|
572
|
+
|
573
|
+
### Fixes
|
574
|
+
|
575
|
+
- [#8252](https://github.com/gradio-app/gradio/pull/8252) [`22df61a`](https://github.com/gradio-app/gradio/commit/22df61a26adf8023f6dd49c051979990e8d3879a) - Client node fix. Thanks @pngwn!
|
576
|
+
|
577
|
+
### Dependency updates
|
578
|
+
|
579
|
+
- @gradio/atoms@0.7.3
|
580
|
+
- @gradio/statustracker@0.5.2
|
581
|
+
- @gradio/client@0.19.0
|
582
|
+
- @gradio/icons@0.4.1
|
583
|
+
- @gradio/upload@0.10.1
|
584
|
+
|
585
|
+
## 0.11.0
|
586
|
+
|
587
|
+
### Features
|
588
|
+
|
589
|
+
- [#8121](https://github.com/gradio-app/gradio/pull/8121) [`f5b710c`](https://github.com/gradio-app/gradio/commit/f5b710c919b0ce604ea955f0d5f4faa91095ca4a) - chore(deps): update dependency eslint to v9. Thanks @renovate!
|
590
|
+
- [#8209](https://github.com/gradio-app/gradio/pull/8209) [`b9afe93`](https://github.com/gradio-app/gradio/commit/b9afe93915401df5bd6737c89395c2477acfa585) - Rename `eventSource_Factory` and `fetch_implementation`. Thanks @hannahblair!
|
591
|
+
|
592
|
+
### Fixes
|
593
|
+
|
594
|
+
- [#8179](https://github.com/gradio-app/gradio/pull/8179) [`6a218b4`](https://github.com/gradio-app/gradio/commit/6a218b4148095aaa0c58d8c20973ba01c8764fc2) - rework upload to be a class method + pass client into each component. Thanks @pngwn!
|
595
|
+
|
596
|
+
### Dependency updates
|
597
|
+
|
598
|
+
- @gradio/atoms@0.7.2
|
599
|
+
- @gradio/client@0.18.0
|
600
|
+
- @gradio/upload@0.10.0
|
601
|
+
- @gradio/utils@0.4.1
|
602
|
+
- @gradio/wasm@0.10.1
|
603
|
+
- @gradio/statustracker@0.5.1
|
604
|
+
|
605
|
+
## 0.10.0
|
606
|
+
|
607
|
+
### Highlights
|
608
|
+
|
609
|
+
#### Setting File Upload Limits ([#7909](https://github.com/gradio-app/gradio/pull/7909) [`2afca65`](https://github.com/gradio-app/gradio/commit/2afca6541912b37dc84f447c7ad4af21607d7c72))
|
610
|
+
|
611
|
+
We have added a `max_file_size` size parameter to `launch()` that limits to size of files uploaded to the server. This limit applies to each individual file. This parameter can be specified as a string or an integer (corresponding to the size in bytes).
|
612
|
+
|
613
|
+
The following code snippet sets a max file size of 5 megabytes.
|
614
|
+
|
615
|
+
```python
|
616
|
+
import gradio as gr
|
617
|
+
|
618
|
+
demo = gr.Interface(lambda x: x, "image", "image")
|
619
|
+
|
620
|
+
demo.launch(max_file_size="5mb")
|
621
|
+
# or
|
622
|
+
demo.launch(max_file_size=5 * gr.FileSize.MB)
|
623
|
+
```
|
624
|
+
|
625
|
+

|
626
|
+
|
627
|
+
|
628
|
+
#### Error states can now be cleared
|
629
|
+
|
630
|
+
When a component encounters an error, the error state shown in the UI can now be cleared by clicking on the `x` icon in the top right of the component. This applies to all types of errors, whether it's raised in the UI or the server.
|
631
|
+
|
632
|
+

|
633
|
+
|
634
|
+
Thanks @freddyaboulton!
|
635
|
+
|
636
|
+
### Fixes
|
637
|
+
|
638
|
+
- [#8066](https://github.com/gradio-app/gradio/pull/8066) [`624f9b9`](https://github.com/gradio-app/gradio/commit/624f9b9477f74a581a6c14119234f9efdfcda398) - make gradio dev tools a local dependency rather than bundling. Thanks @pngwn!
|
639
|
+
|
640
|
+
### Dependency updates
|
641
|
+
|
642
|
+
- @gradio/atoms@0.7.1
|
643
|
+
- @gradio/client@0.17.0
|
644
|
+
- @gradio/statustracker@0.5.0
|
645
|
+
- @gradio/upload@0.9.0
|
646
|
+
- @gradio/utils@0.4.0
|
647
|
+
|
648
|
+
## 0.9.12
|
649
|
+
|
650
|
+
### Dependency updates
|
651
|
+
|
652
|
+
- @gradio/utils@0.3.2
|
653
|
+
- @gradio/statustracker@0.4.12
|
654
|
+
- @gradio/client@0.16.0
|
655
|
+
- @gradio/upload@0.8.5
|
656
|
+
- @gradio/atoms@0.7.0
|
657
|
+
- @gradio/icons@0.4.0
|
658
|
+
|
659
|
+
## 0.9.11
|
660
|
+
|
661
|
+
### Fixes
|
662
|
+
|
663
|
+
- [#7754](https://github.com/gradio-app/gradio/pull/7754) [`057d171`](https://github.com/gradio-app/gradio/commit/057d171c717737a522b55b0d66962f9c62dd87c3) - Correctly handle device selection in `Image` and `ImageEditor`. Thanks @hannahblair!
|
664
|
+
|
665
|
+
### Dependency updates
|
666
|
+
|
667
|
+
- @gradio/utils@0.3.1
|
668
|
+
- @gradio/atoms@0.6.2
|
669
|
+
- @gradio/statustracker@0.4.11
|
670
|
+
- @gradio/upload@0.8.4
|
671
|
+
- @gradio/client@0.15.1
|
672
|
+
|
673
|
+
## 0.9.10
|
674
|
+
|
675
|
+
### Dependency updates
|
676
|
+
|
677
|
+
- @gradio/upload@0.8.3
|
678
|
+
- @gradio/client@0.15.0
|
679
|
+
|
680
|
+
## 0.9.9
|
681
|
+
|
682
|
+
### Dependency updates
|
683
|
+
|
684
|
+
- @gradio/atoms@0.6.1
|
685
|
+
- @gradio/statustracker@0.4.10
|
686
|
+
- @gradio/icons@0.3.4
|
687
|
+
- @gradio/upload@0.8.2
|
688
|
+
|
689
|
+
## 0.9.8
|
690
|
+
|
691
|
+
### Dependency updates
|
692
|
+
|
693
|
+
- @gradio/upload@0.8.1
|
694
|
+
- @gradio/statustracker@0.4.9
|
695
|
+
- @gradio/wasm@0.10.0
|
696
|
+
- @gradio/atoms@0.6.0
|
697
|
+
|
698
|
+
## 0.9.7
|
699
|
+
|
700
|
+
### Dependency updates
|
701
|
+
|
702
|
+
- @gradio/client@0.14.0
|
703
|
+
- @gradio/upload@0.8.0
|
704
|
+
- @gradio/wasm@0.9.0
|
705
|
+
|
706
|
+
## 0.9.6
|
707
|
+
|
708
|
+
### Dependency updates
|
709
|
+
|
710
|
+
- @gradio/upload@0.7.7
|
711
|
+
- @gradio/client@0.13.0
|
712
|
+
- @gradio/wasm@0.8.0
|
713
|
+
|
714
|
+
## 0.9.5
|
715
|
+
|
716
|
+
### Patch Changes
|
717
|
+
|
718
|
+
- Updated dependencies [[`8181695`](https://github.com/gradio-app/gradio/commit/8181695e70187e8bc2bf7518697098c8d1b9843d)]:
|
719
|
+
- @gradio/upload@0.7.6
|
720
|
+
|
721
|
+
## 0.9.4
|
722
|
+
|
723
|
+
### Features
|
724
|
+
|
725
|
+
- [#7528](https://github.com/gradio-app/gradio/pull/7528) [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee) - Refactors `get_fetchable_url_or_file()` to remove it from the frontend. Thanks [@abidlabs](https://github.com/abidlabs)!
|
726
|
+
|
727
|
+
## 0.9.3
|
728
|
+
|
729
|
+
### Patch Changes
|
730
|
+
|
731
|
+
- Updated dependencies [[`98a2719`](https://github.com/gradio-app/gradio/commit/98a2719bfb9c64338caf9009891b6c6b0b33ea89)]:
|
732
|
+
- @gradio/statustracker@0.4.8
|
733
|
+
|
734
|
+
## 0.9.2
|
735
|
+
|
736
|
+
### Patch Changes
|
737
|
+
|
738
|
+
- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]:
|
739
|
+
- @gradio/icons@0.3.3
|
740
|
+
- @gradio/atoms@0.5.3
|
741
|
+
- @gradio/statustracker@0.4.7
|
742
|
+
- @gradio/upload@0.7.4
|
743
|
+
|
744
|
+
## 0.9.1
|
745
|
+
|
746
|
+
### Patch Changes
|
747
|
+
|
748
|
+
- Updated dependencies [[`065c5b1`](https://github.com/gradio-app/gradio/commit/065c5b163c4badb9d9cbd06d627fb4ba086003e7), [`32b317f`](https://github.com/gradio-app/gradio/commit/32b317f24e3d43f26684bb9f3964f31efd0ea556)]:
|
749
|
+
- @gradio/utils@0.3.0
|
750
|
+
- @gradio/client@0.12.1
|
751
|
+
- @gradio/atoms@0.5.2
|
752
|
+
- @gradio/statustracker@0.4.6
|
753
|
+
- @gradio/upload@0.7.3
|
754
|
+
|
755
|
+
## 0.9.0
|
756
|
+
|
757
|
+
### Features
|
758
|
+
|
759
|
+
- [#7183](https://github.com/gradio-app/gradio/pull/7183) [`49d9c48`](https://github.com/gradio-app/gradio/commit/49d9c48537aa706bf72628e3640389470138bdc6) - [WIP] Refactor file normalization to be in the backend and remove it from the frontend of each component. Thanks [@abidlabs](https://github.com/abidlabs)!
|
760
|
+
|
761
|
+
## 0.8.0
|
762
|
+
|
763
|
+
### Features
|
764
|
+
|
765
|
+
- [#7228](https://github.com/gradio-app/gradio/pull/7228) [`2e6672c`](https://github.com/gradio-app/gradio/commit/2e6672c815e39fd6af78353e66661100b9102cd4) - Allow start/pause of streaming image input. Only access the webcam while it's needed. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
|
766
|
+
- [#7309](https://github.com/gradio-app/gradio/pull/7309) [`200e251`](https://github.com/gradio-app/gradio/commit/200e2518e4d449aa82819a8d119e912bd1d95c15) - Add `gr.Image` interaction test + `gr.ImageEditor` interaction test improvement. Thanks [@hannahblair](https://github.com/hannahblair)!
|
767
|
+
|
768
|
+
### Fixes
|
769
|
+
|
770
|
+
- [#7192](https://github.com/gradio-app/gradio/pull/7192) [`8dd6f4b`](https://github.com/gradio-app/gradio/commit/8dd6f4bc1901792f05cd59e86df7b1dbab692739) - Handle the case where examples is `null` for all components. Thanks [@abidlabs](https://github.com/abidlabs)!
|
771
|
+
- [#7325](https://github.com/gradio-app/gradio/pull/7325) [`733ca26`](https://github.com/gradio-app/gradio/commit/733ca266bb1ba9049ed7309b8f0614199682e173) - Ensure examples Images displays as expected. Thanks [@hannahblair](https://github.com/hannahblair)!
|
772
|
+
|
773
|
+
## 0.7.1
|
774
|
+
|
775
|
+
### Patch Changes
|
776
|
+
|
777
|
+
- Updated dependencies [[`5727b92`](https://github.com/gradio-app/gradio/commit/5727b92abc8a00a675bfc0a921b38de771af947b), [`bc2cdc1`](https://github.com/gradio-app/gradio/commit/bc2cdc1df95b38025486cf76df4a494b66d98585), [`c60ad4d`](https://github.com/gradio-app/gradio/commit/c60ad4d34ab5b56a89bf6796822977e51e7a4a32), [`be56c76`](https://github.com/gradio-app/gradio/commit/be56c76c7b5d2814ea8239c7dbeddc4b1d3701c4), [`8c355a4`](https://github.com/gradio-app/gradio/commit/8c355a47844296e3aab250fe61e2ecc706122e78)]:
|
778
|
+
- @gradio/utils@0.2.1
|
779
|
+
- @gradio/upload@0.7.0
|
780
|
+
- @gradio/atoms@0.5.0
|
781
|
+
- @gradio/wasm@0.5.1
|
782
|
+
- @gradio/statustracker@0.4.4
|
783
|
+
|
784
|
+
## 0.7.0
|
785
|
+
|
786
|
+
### Fixes
|
787
|
+
|
788
|
+
- [#6933](https://github.com/gradio-app/gradio/pull/6933) [`9cefd2e`](https://github.com/gradio-app/gradio/commit/9cefd2e90a1d0cc4d3e4e953fc5b9b1a7afb68dd) - Refactor examples so they accept data in the same format as is returned by function, rename `.as_example()` to `.process_example()`. Thanks [@abidlabs](https://github.com/abidlabs)!
|
789
|
+
|
790
|
+
## 0.6.1
|
791
|
+
|
792
|
+
### Fixes
|
793
|
+
|
794
|
+
- [#6885](https://github.com/gradio-app/gradio/pull/6885) [`640b7fe`](https://github.com/gradio-app/gradio/commit/640b7fe05276e11720b4341cadf088491395e53d) - Fix issue with Webcam Recording. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
|
795
|
+
- [#6967](https://github.com/gradio-app/gradio/pull/6967) [`5e00162`](https://github.com/gradio-app/gradio/commit/5e0016267f1d683e2daab82ee4a33d2f09513a34) - Make <Gallery /> Wasm-compatible. Thanks [@whitphx](https://github.com/whitphx)!
|
796
|
+
|
797
|
+
## 0.6.0
|
798
|
+
|
799
|
+
### Features
|
800
|
+
|
801
|
+
- [#6133](https://github.com/gradio-app/gradio/pull/6133) [`f742d0e`](https://github.com/gradio-app/gradio/commit/f742d0e861c8e25c5d77d9102c9d50f94b0d3383) - Lite: Support AnnotatedImage on Wasm. Thanks [@whitphx](https://github.com/whitphx)!
|
802
|
+
- [#6931](https://github.com/gradio-app/gradio/pull/6931) [`6c863af`](https://github.com/gradio-app/gradio/commit/6c863af92fa9ceb5c638857eb22cc5ddb718d549) - Fix functional tests. Thanks [@aliabid94](https://github.com/aliabid94)!
|
803
|
+
- [#6897](https://github.com/gradio-app/gradio/pull/6897) [`fb9c6ca`](https://github.com/gradio-app/gradio/commit/fb9c6cacd7ca4598c000f1f97d7d39a8c4463519) - Lite: Chatbot. Thanks [@whitphx](https://github.com/whitphx)!
|
804
|
+
|
805
|
+
### Fixes
|
806
|
+
|
807
|
+
- [#6942](https://github.com/gradio-app/gradio/pull/6942) [`b1b78c2`](https://github.com/gradio-app/gradio/commit/b1b78c2168e24fb65251a9b9b6cbc9382179a8ca) - Fix `.select` for `gr.Image`, `gr.CheckboxGroup`. Thanks [@abidlabs](https://github.com/abidlabs)!
|
808
|
+
|
809
|
+
## 0.5.4
|
810
|
+
|
811
|
+
### Fixes
|
812
|
+
|
813
|
+
- [#6865](https://github.com/gradio-app/gradio/pull/6865) [`15c97c6`](https://github.com/gradio-app/gradio/commit/15c97c6d346c475141d20615b5a865e9c44bdc76) - Fix webcam when `streaming=True`. Thanks [@hannahblair](https://github.com/hannahblair)!
|
814
|
+
|
815
|
+
## 0.5.3
|
816
|
+
|
817
|
+
### Fixes
|
818
|
+
|
819
|
+
- [#6766](https://github.com/gradio-app/gradio/pull/6766) [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144) - Improve source selection UX. Thanks [@hannahblair](https://github.com/hannahblair)!
|
820
|
+
|
821
|
+
## 0.5.2
|
822
|
+
|
823
|
+
### Patch Changes
|
824
|
+
|
825
|
+
- Updated dependencies [[`245d58e`](https://github.com/gradio-app/gradio/commit/245d58eff788e8d44a59d37a2d9b26d0f08a62b4)]:
|
826
|
+
- @gradio/client@0.9.2
|
827
|
+
- @gradio/upload@0.5.5
|
828
|
+
|
829
|
+
## 0.5.1
|
830
|
+
|
831
|
+
### Patch Changes
|
832
|
+
|
833
|
+
- Updated dependencies [[`5d51fbc`](https://github.com/gradio-app/gradio/commit/5d51fbce7826da840a2fd4940feb5d9ad6f1bc5a), [`34f9431`](https://github.com/gradio-app/gradio/commit/34f943101bf7dd6b8a8974a6131c1ed7c4a0dac0)]:
|
834
|
+
- @gradio/upload@0.5.4
|
835
|
+
- @gradio/client@0.9.1
|
836
|
+
|
837
|
+
## 0.5.0
|
838
|
+
|
839
|
+
### Features
|
840
|
+
|
841
|
+
- [#6726](https://github.com/gradio-app/gradio/pull/6726) [`21cfb0a`](https://github.com/gradio-app/gradio/commit/21cfb0acc309bb1a392f4d8a8e42f6be864c5978) - Remove the styles from the Image/Video primitive components and Fix the container styles. Thanks [@whitphx](https://github.com/whitphx)!
|
842
|
+
- [#6398](https://github.com/gradio-app/gradio/pull/6398) [`67ddd40`](https://github.com/gradio-app/gradio/commit/67ddd40b4b70d3a37cb1637c33620f8d197dbee0) - Lite v4. Thanks [@whitphx](https://github.com/whitphx)!
|
843
|
+
- [#6399](https://github.com/gradio-app/gradio/pull/6399) [`053bec9`](https://github.com/gradio-app/gradio/commit/053bec98be1127e083414024e02cf0bebb0b5142) - Improve CSS token documentation in Storybook. Thanks [@hannahblair](https://github.com/hannahblair)!
|
844
|
+
|
845
|
+
### Fixes
|
846
|
+
|
847
|
+
- [#6709](https://github.com/gradio-app/gradio/pull/6709) [`6a9151d`](https://github.com/gradio-app/gradio/commit/6a9151d5c9432c724098da7d88a539aaaf5ffe88) - Remove progress animation on streaming. Thanks [@aliabid94](https://github.com/aliabid94)!
|
848
|
+
|
849
|
+
## 0.4.2
|
850
|
+
|
851
|
+
### Fixes
|
852
|
+
|
853
|
+
- [#6635](https://github.com/gradio-app/gradio/pull/6635) [`b639e04`](https://github.com/gradio-app/gradio/commit/b639e040741e6c0d9104271c81415d7befbd8cf3) - Quick Image + Text Component Fixes. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
|
854
|
+
|
855
|
+
## 0.4.1
|
856
|
+
|
857
|
+
### Patch Changes
|
858
|
+
|
859
|
+
- Updated dependencies [[`71f1a1f99`](https://github.com/gradio-app/gradio/commit/71f1a1f9931489d465c2c1302a5c8d768a3cd23a)]:
|
860
|
+
- @gradio/client@0.8.2
|
861
|
+
- @gradio/upload@0.5.1
|
862
|
+
|
863
|
+
## 0.4.0
|
864
|
+
|
865
|
+
### Highlights
|
866
|
+
|
867
|
+
#### New `ImageEditor` component ([#6169](https://github.com/gradio-app/gradio/pull/6169) [`9caddc17b`](https://github.com/gradio-app/gradio/commit/9caddc17b1dea8da1af8ba724c6a5eab04ce0ed8))
|
868
|
+
|
869
|
+
A brand new component, completely separate from `Image` that provides simple editing capabilities.
|
870
|
+
|
871
|
+
- Set background images from file uploads, webcam, or just paste!
|
872
|
+
- Crop images with an improved cropping UI. App authors can event set specific crop size, or crop ratios (`1:1`, etc)
|
873
|
+
- Paint on top of any image (or no image) and erase any mistakes!
|
874
|
+
- The ImageEditor supports layers, confining draw and erase actions to that layer.
|
875
|
+
- More flexible access to data. The image component returns a composite image representing the final state of the canvas as well as providing the background and all layers as individual images.
|
876
|
+
- Fully customisable. All features can be enabled and disabled. Even the brush color swatches can be customised.
|
877
|
+
|
878
|
+
<video src="https://user-images.githubusercontent.com/12937446/284027169-31188926-fd16-4a1c-8718-998e7aae4695.mp4" autoplay muted></video>
|
879
|
+
|
880
|
+
```py
|
881
|
+
|
882
|
+
def fn(im):
|
883
|
+
im["composite"] # the full canvas
|
884
|
+
im["background"] # the background image
|
885
|
+
im["layers"] # a list of individual layers
|
886
|
+
|
887
|
+
|
888
|
+
im = gr.ImageEditor(
|
889
|
+
# decide which sources you'd like to accept
|
890
|
+
sources=["upload", "webcam", "clipboard"],
|
891
|
+
# set a cropsize constraint, can either be a ratio or a concrete [width, height]
|
892
|
+
crop_size="1:1",
|
893
|
+
# enable crop (or disable it)
|
894
|
+
transforms=["crop"],
|
895
|
+
# customise the brush
|
896
|
+
brush=Brush(
|
897
|
+
default_size="25", # or leave it as 'auto'
|
898
|
+
color_mode="fixed", # 'fixed' hides the user swatches and colorpicker, 'defaults' shows it
|
899
|
+
default_color="hotpink", # html names are supported
|
900
|
+
colors=[
|
901
|
+
"rgba(0, 150, 150, 1)", # rgb(a)
|
902
|
+
"#fff", # hex rgb
|
903
|
+
"hsl(360, 120, 120)" # in fact any valid colorstring
|
904
|
+
]
|
905
|
+
),
|
906
|
+
brush=Eraser(default_size="25")
|
907
|
+
)
|
908
|
+
|
909
|
+
```
|
910
|
+
|
911
|
+
Thanks [@pngwn](https://github.com/pngwn)!
|
912
|
+
|
913
|
+
## 0.3.6
|
914
|
+
|
915
|
+
### Fixes
|
916
|
+
|
917
|
+
- [#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)!
|
918
|
+
|
919
|
+
## 0.3.5
|
920
|
+
|
921
|
+
### Patch Changes
|
922
|
+
|
923
|
+
- Updated dependencies [[`324867f63`](https://github.com/gradio-app/gradio/commit/324867f63c920113d89a565892aa596cf8b1e486), [`d84209703`](https://github.com/gradio-app/gradio/commit/d84209703b7a0728cdb49221e543500ddb6a8d33)]:
|
924
|
+
- @gradio/client@0.8.1
|
925
|
+
- @gradio/wasm@0.3.0
|
926
|
+
- @gradio/upload@0.4.1
|
927
|
+
|
928
|
+
## 0.3.4
|
929
|
+
|
930
|
+
### Features
|
931
|
+
|
932
|
+
- [#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)!
|
933
|
+
|
934
|
+
### Fixes
|
935
|
+
|
936
|
+
- [#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)!
|
937
|
+
|
938
|
+
## 0.3.3
|
939
|
+
|
940
|
+
### Patch Changes
|
941
|
+
|
942
|
+
- 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)]:
|
943
|
+
- @gradio/client@0.7.2
|
944
|
+
- @gradio/atoms@0.2.1
|
945
|
+
- @gradio/upload@0.3.3
|
946
|
+
- @gradio/statustracker@0.3.1
|
947
|
+
|
948
|
+
## 0.3.2
|
949
|
+
|
950
|
+
### Fixes
|
951
|
+
|
952
|
+
- [#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)!
|
953
|
+
|
954
|
+
## 0.3.1
|
955
|
+
|
956
|
+
### Patch Changes
|
957
|
+
|
958
|
+
- Updated dependencies [[`2ba14b284`](https://github.com/gradio-app/gradio/commit/2ba14b284f908aa13859f4337167a157075a68eb)]:
|
959
|
+
- @gradio/client@0.7.1
|
960
|
+
- @gradio/upload@0.3.1
|
961
|
+
|
962
|
+
## 0.3.0
|
963
|
+
|
964
|
+
### Features
|
965
|
+
|
966
|
+
- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`287fe6782`](https://github.com/gradio-app/gradio/commit/287fe6782825479513e79a5cf0ba0fbfe51443d7) - fix circular dependency with client + upload. Thanks [@pngwn](https://github.com/pngwn)!
|
967
|
+
- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`287fe6782`](https://github.com/gradio-app/gradio/commit/287fe6782825479513e79a5cf0ba0fbfe51443d7) - Fix selectable prop in the backend. Thanks [@pngwn](https://github.com/pngwn)!
|
968
|
+
- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`287fe6782`](https://github.com/gradio-app/gradio/commit/287fe6782825479513e79a5cf0ba0fbfe51443d7) - Image v4. Thanks [@pngwn](https://github.com/pngwn)!
|
969
|
+
- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`287fe6782`](https://github.com/gradio-app/gradio/commit/287fe6782825479513e79a5cf0ba0fbfe51443d7) - Publish all components to npm. Thanks [@pngwn](https://github.com/pngwn)!
|
970
|
+
- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`287fe6782`](https://github.com/gradio-app/gradio/commit/287fe6782825479513e79a5cf0ba0fbfe51443d7) - Custom components. Thanks [@pngwn](https://github.com/pngwn)!
|
971
|
+
- [#6171](https://github.com/gradio-app/gradio/pull/6171) [`28322422c`](https://github.com/gradio-app/gradio/commit/28322422cb9d8d3e471e439ad602959662e79312) - strip dangling svelte imports. Thanks [@pngwn](https://github.com/pngwn)!
|
972
|
+
|
973
|
+
## 0.3.0-beta.9
|
974
|
+
|
975
|
+
### Features
|
976
|
+
|
977
|
+
- [#6143](https://github.com/gradio-app/gradio/pull/6143) [`e4f7b4b40`](https://github.com/gradio-app/gradio/commit/e4f7b4b409323b01aa01b39e15ce6139e29aa073) - fix circular dependency with client + upload. Thanks [@pngwn](https://github.com/pngwn)!
|
978
|
+
- [#6136](https://github.com/gradio-app/gradio/pull/6136) [`667802a6c`](https://github.com/gradio-app/gradio/commit/667802a6cdbfb2ce454a3be5a78e0990b194548a) - JS Component Documentation. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
|
979
|
+
- [#6094](https://github.com/gradio-app/gradio/pull/6094) [`c476bd5a5`](https://github.com/gradio-app/gradio/commit/c476bd5a5b70836163b9c69bf4bfe068b17fbe13) - Image v4. Thanks [@pngwn](https://github.com/pngwn)!
|
980
|
+
- [#6149](https://github.com/gradio-app/gradio/pull/6149) [`90318b1dd`](https://github.com/gradio-app/gradio/commit/90318b1dd118ae08a695a50e7c556226234ab6dc) - swap `mode` on the frontned to `interactive` to match the backend. Thanks [@pngwn](https://github.com/pngwn)!
|
981
|
+
- [#6135](https://github.com/gradio-app/gradio/pull/6135) [`bce37ac74`](https://github.com/gradio-app/gradio/commit/bce37ac744496537e71546d2bb889bf248dcf5d3) - Fix selectable prop in the backend. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
|
982
|
+
|
983
|
+
### Fixes
|
984
|
+
|
985
|
+
- [#6146](https://github.com/gradio-app/gradio/pull/6146) [`40a171ea6`](https://github.com/gradio-app/gradio/commit/40a171ea60c74afa9519d6cb159def16ce68e1ca) - Fix image double change bug. Thanks [@pngwn](https://github.com/pngwn)!
|
986
|
+
|
987
|
+
## 0.3.0-beta.8
|
988
|
+
|
989
|
+
### Features
|
990
|
+
|
991
|
+
- [#6016](https://github.com/gradio-app/gradio/pull/6016) [`83e947676`](https://github.com/gradio-app/gradio/commit/83e947676d327ca2ab6ae2a2d710c78961c771a0) - Format js in v4 branch. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
|
992
|
+
- [#6044](https://github.com/gradio-app/gradio/pull/6044) [`9053c95a1`](https://github.com/gradio-app/gradio/commit/9053c95a10de12aef572018ee37c71106d2da675) - Simplify File Component. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
|
993
|
+
|
994
|
+
### Fixes
|
995
|
+
|
996
|
+
- [#6046](https://github.com/gradio-app/gradio/pull/6046) [`dbb7de5e0`](https://github.com/gradio-app/gradio/commit/dbb7de5e02c53fee05889d696d764d212cb96c74) - fix tests. Thanks [@pngwn](https://github.com/pngwn)!
|
997
|
+
|
998
|
+
## 0.3.0-beta.7
|
999
|
+
|
1000
|
+
### Patch Changes
|
1001
|
+
|
1002
|
+
- Updated dependencies [[`174b73619`](https://github.com/gradio-app/gradio/commit/174b736194756e23f51bbaf6f850bac5f1ca95b5), [`5fbda0bd2`](https://github.com/gradio-app/gradio/commit/5fbda0bd2b2bbb2282249b8875d54acf87cd7e84)]:
|
1003
|
+
- @gradio/wasm@0.2.0-beta.1
|
1004
|
+
|
1005
|
+
## 0.3.0-beta.6
|
1006
|
+
|
1007
|
+
### Features
|
1008
|
+
|
1009
|
+
- [#5960](https://github.com/gradio-app/gradio/pull/5960) [`319c30f3f`](https://github.com/gradio-app/gradio/commit/319c30f3fccf23bfe1da6c9b132a6a99d59652f7) - rererefactor frontend files. Thanks [@pngwn](https://github.com/pngwn)!
|
1010
|
+
- [#5938](https://github.com/gradio-app/gradio/pull/5938) [`13ed8a485`](https://github.com/gradio-app/gradio/commit/13ed8a485d5e31d7d75af87fe8654b661edcca93) - V4: Use beta release versions for '@gradio' packages. Thanks [@freddyaboulton](https://github.com/freddyaboulton)!
|
1011
|
+
|
1012
|
+
## 0.4.0
|
1013
|
+
|
1014
|
+
### Features
|
1015
|
+
|
1016
|
+
- [#5627](https://github.com/gradio-app/gradio/pull/5627) [`b67115e8e`](https://github.com/gradio-app/gradio/commit/b67115e8e6e489fffd5271ea830211863241ddc5) - Lite: Make the Examples component display media files using pseudo HTTP requests to the Wasm server. Thanks [@whitphx](https://github.com/whitphx)!
|
1017
|
+
- [#5934](https://github.com/gradio-app/gradio/pull/5934) [`8d909624f`](https://github.com/gradio-app/gradio/commit/8d909624f61a49536e3c0f71cb2d9efe91216219) - Fix styling issues with Audio, Image and Video components. Thanks [@aliabd](https://github.com/aliabd)!
|
1018
|
+
|
1019
|
+
## 0.3.2
|
1020
|
+
|
1021
|
+
### Patch Changes
|
1022
|
+
|
1023
|
+
- Updated dependencies []:
|
1024
|
+
- @gradio/utils@0.1.2
|
1025
|
+
- @gradio/atoms@0.1.4
|
1026
|
+
- @gradio/statustracker@0.2.2
|
1027
|
+
- @gradio/upload@0.3.2
|
1028
|
+
|
1029
|
+
## 0.3.1
|
1030
|
+
|
1031
|
+
### Patch Changes
|
1032
|
+
|
1033
|
+
- Updated dependencies [[`8f0fed857`](https://github.com/gradio-app/gradio/commit/8f0fed857d156830626eb48b469d54d211a582d2)]:
|
1034
|
+
- @gradio/icons@0.2.0
|
1035
|
+
- @gradio/atoms@0.1.3
|
1036
|
+
- @gradio/statustracker@0.2.1
|
1037
|
+
- @gradio/upload@0.3.1
|
1038
|
+
|
1039
|
+
## 0.3.0
|
1040
|
+
|
1041
|
+
### Features
|
1042
|
+
|
1043
|
+
- [#5554](https://github.com/gradio-app/gradio/pull/5554) [`75ddeb390`](https://github.com/gradio-app/gradio/commit/75ddeb390d665d4484667390a97442081b49a423) - Accessibility Improvements. Thanks [@hannahblair](https://github.com/hannahblair)!
|
1044
|
+
|
1045
|
+
## 0.2.4
|
1046
|
+
|
1047
|
+
### Fixes
|
1048
|
+
|
1049
|
+
- [#5587](https://github.com/gradio-app/gradio/pull/5587) [`e0d61b8ba`](https://github.com/gradio-app/gradio/commit/e0d61b8baa0f6293f53b9bdb1647d42f9ae2583a) - Fix `.clear()` events for audio and image. Thanks [@dawoodkhan82](https://github.com/dawoodkhan82)!
|
1050
|
+
|
1051
|
+
## 0.2.3
|
1052
|
+
|
1053
|
+
### Fixes
|
1054
|
+
|
1055
|
+
- [#5528](https://github.com/gradio-app/gradio/pull/5528) [`dc86e4a7`](https://github.com/gradio-app/gradio/commit/dc86e4a7e1c40b910c74558e6f88fddf9b3292bc) - Lazy load all images. Thanks [@aliabid94](https://github.com/aliabid94)!
|
1056
|
+
|
1057
|
+
## 0.2.2
|
1058
|
+
|
1059
|
+
### Patch Changes
|
1060
|
+
|
1061
|
+
- Updated dependencies [[`afac0006`](https://github.com/gradio-app/gradio/commit/afac0006337ce2840cf497cd65691f2f60ee5912)]:
|
1062
|
+
- @gradio/statustracker@0.2.0
|
1063
|
+
- @gradio/utils@0.1.1
|
1064
|
+
- @gradio/atoms@0.1.2
|
1065
|
+
- @gradio/upload@0.2.1
|
1066
|
+
|
1067
|
+
## 0.2.1
|
1068
|
+
|
1069
|
+
### Patch Changes
|
1070
|
+
|
1071
|
+
- Updated dependencies [[`abf1c57d`](https://github.com/gradio-app/gradio/commit/abf1c57d7d85de0df233ee3b38aeb38b638477db), [`79d8f9d8`](https://github.com/gradio-app/gradio/commit/79d8f9d891901683c5a1b7486efb44eab2478c96)]:
|
1072
|
+
- @gradio/icons@0.1.0
|
1073
|
+
- @gradio/utils@0.1.0
|
1074
|
+
- @gradio/upload@0.2.0
|
1075
|
+
- @gradio/atoms@0.1.1
|
1076
|
+
- @gradio/statustracker@0.1.1
|
1077
|
+
|
1078
|
+
## 0.2.0
|
1079
|
+
|
1080
|
+
### Highlights
|
1081
|
+
|
1082
|
+
#### Improve startup performance and markdown support ([#5279](https://github.com/gradio-app/gradio/pull/5279) [`fe057300`](https://github.com/gradio-app/gradio/commit/fe057300f0672c62dab9d9b4501054ac5d45a4ec))
|
1083
|
+
|
1084
|
+
##### Improved markdown support
|
1085
|
+
|
1086
|
+
We now have better support for markdown in `gr.Markdown` and `gr.Dataframe`. Including syntax highlighting and Github Flavoured Markdown. We also have more consistent markdown behaviour and styling.
|
1087
|
+
|
1088
|
+
##### Various performance improvements
|
1089
|
+
|
1090
|
+
These improvements will be particularly beneficial to large applications.
|
1091
|
+
|
1092
|
+
- Rather than attaching events manually, they are now delegated, leading to a significant performance improvement and addressing a performance regression introduced in a recent version of Gradio. App startup for large applications is now around twice as fast.
|
1093
|
+
- Optimised the mounting of individual components, leading to a modest performance improvement during startup (~30%).
|
1094
|
+
- Corrected an issue that was causing markdown to re-render infinitely.
|
1095
|
+
- Ensured that the `gr.3DModel` does re-render prematurely.
|
1096
|
+
|
1097
|
+
Thanks [@pngwn](https://github.com/pngwn)!
|
1098
|
+
|
1099
|
+
### Features
|
1100
|
+
|
1101
|
+
- [#5215](https://github.com/gradio-app/gradio/pull/5215) [`fbdad78a`](https://github.com/gradio-app/gradio/commit/fbdad78af4c47454cbb570f88cc14bf4479bbceb) - Lazy load interactive or static variants of a component individually, rather than loading both variants regardless. This change will improve performance for many applications. Thanks [@pngwn](https://github.com/pngwn)!
|
1102
|
+
- [#5216](https://github.com/gradio-app/gradio/pull/5216) [`4b58ea6d`](https://github.com/gradio-app/gradio/commit/4b58ea6d98e7a43b3f30d8a4cb6f379bc2eca6a8) - Update i18n tokens and locale files. Thanks [@hannahblair](https://github.com/hannahblair)!
|
1103
|
+
|
1104
|
+
## 0.1.1
|
1105
|
+
|
1106
|
+
### Patch Changes
|
1107
|
+
|
1108
|
+
- Updated dependencies [[`667875b2`](https://github.com/gradio-app/gradio/commit/667875b2441753e74d25bd9d3c8adedd8ede11cd)]:
|
1109
|
+
- @gradio/upload@0.0.3
|
1110
|
+
|
1111
|
+
## 0.1.0
|
1112
|
+
|
1113
|
+
### Features
|
1114
|
+
|
1115
|
+
- [#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)!
|