@gradio/annotatedimage 0.7.2-beta.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.
- package/CHANGELOG.md +620 -0
- package/Index.svelte +298 -0
- package/LICENSE +201 -0
- package/dist/Index.svelte +267 -0
- package/dist/Index.svelte.d.ts +43 -0
- package/package.json +38 -0
package/CHANGELOG.md
ADDED
@@ -0,0 +1,620 @@
|
|
1
|
+
# @gradio/annotatedimage
|
2
|
+
|
3
|
+
## 0.7.2-beta.1
|
4
|
+
|
5
|
+
### Features
|
6
|
+
|
7
|
+
- [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn!
|
8
|
+
|
9
|
+
### Dependency updates
|
10
|
+
|
11
|
+
- @gradio/atoms@0.8.1-beta.1
|
12
|
+
- @gradio/icons@0.8.0-beta.1
|
13
|
+
- @gradio/statustracker@0.8.0-beta.1
|
14
|
+
- @gradio/utils@0.7.0-beta.1
|
15
|
+
- @gradio/client@1.6.0-beta.1
|
16
|
+
- @gradio/upload@0.12.4-beta.1
|
17
|
+
- @gradio/wasm@0.13.1-beta.1
|
18
|
+
|
19
|
+
## 0.7.2-beta.0
|
20
|
+
|
21
|
+
### Fixes
|
22
|
+
|
23
|
+
- [#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!
|
24
|
+
|
25
|
+
### Dependency updates
|
26
|
+
|
27
|
+
- @gradio/utils@0.7.0-beta.0
|
28
|
+
- @gradio/statustracker@0.8.0-beta.0
|
29
|
+
- @gradio/atoms@0.8.1-beta.0
|
30
|
+
- @gradio/client@1.6.0-beta.0
|
31
|
+
- @gradio/icons@0.8.0-beta.0
|
32
|
+
- @gradio/upload@0.12.4-beta.0
|
33
|
+
- @gradio/wasm@0.13.1-beta.0
|
34
|
+
|
35
|
+
## 0.7.1
|
36
|
+
|
37
|
+
### Features
|
38
|
+
|
39
|
+
- [#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!
|
40
|
+
|
41
|
+
### Dependency updates
|
42
|
+
|
43
|
+
- @gradio/utils@0.6.0
|
44
|
+
- @gradio/upload@0.12.3
|
45
|
+
- @gradio/atoms@0.8.0
|
46
|
+
- @gradio/client@1.5.1
|
47
|
+
- @gradio/statustracker@0.7.5
|
48
|
+
- @gradio/wasm@0.13.0
|
49
|
+
- @gradio/icons@0.7.1
|
50
|
+
|
51
|
+
## 0.7.0
|
52
|
+
|
53
|
+
### Features
|
54
|
+
|
55
|
+
- [#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!
|
56
|
+
|
57
|
+
### Dependency updates
|
58
|
+
|
59
|
+
- @gradio/atoms@0.7.9
|
60
|
+
- @gradio/statustracker@0.7.4
|
61
|
+
- @gradio/client@1.5.0
|
62
|
+
- @gradio/icons@0.7.0
|
63
|
+
- @gradio/upload@0.12.2
|
64
|
+
|
65
|
+
## 0.6.15
|
66
|
+
|
67
|
+
### Dependency updates
|
68
|
+
|
69
|
+
- @gradio/atoms@0.7.8
|
70
|
+
- @gradio/icons@0.6.1
|
71
|
+
- @gradio/utils@0.5.2
|
72
|
+
- @gradio/statustracker@0.7.3
|
73
|
+
- @gradio/upload@0.12.1
|
74
|
+
|
75
|
+
## 0.6.14
|
76
|
+
|
77
|
+
### Dependency updates
|
78
|
+
|
79
|
+
- @gradio/wasm@0.12.0
|
80
|
+
- @gradio/client@1.4.0
|
81
|
+
- @gradio/statustracker@0.7.2
|
82
|
+
- @gradio/upload@0.12.0
|
83
|
+
- @gradio/atoms@0.7.7
|
84
|
+
|
85
|
+
## 0.6.13
|
86
|
+
|
87
|
+
### Dependency updates
|
88
|
+
|
89
|
+
- @gradio/atoms@0.7.6
|
90
|
+
- @gradio/utils@0.5.1
|
91
|
+
- @gradio/statustracker@0.7.1
|
92
|
+
- @gradio/client@1.3.0
|
93
|
+
- @gradio/upload@0.11.5
|
94
|
+
- @gradio/icons@0.6.0
|
95
|
+
|
96
|
+
## 0.6.12
|
97
|
+
|
98
|
+
### Dependency updates
|
99
|
+
|
100
|
+
- @gradio/upload@0.11.4
|
101
|
+
- @gradio/client@1.2.1
|
102
|
+
|
103
|
+
## 0.6.11
|
104
|
+
|
105
|
+
### Dependency updates
|
106
|
+
|
107
|
+
- @gradio/atoms@0.7.5
|
108
|
+
- @gradio/utils@0.5.0
|
109
|
+
- @gradio/icons@0.5.0
|
110
|
+
- @gradio/wasm@0.11.0
|
111
|
+
- @gradio/client@1.2.0
|
112
|
+
- @gradio/statustracker@0.7.0
|
113
|
+
- @gradio/upload@0.11.3
|
114
|
+
|
115
|
+
## 0.6.10
|
116
|
+
|
117
|
+
### Dependency updates
|
118
|
+
|
119
|
+
- @gradio/client@1.1.1
|
120
|
+
- @gradio/upload@0.11.2
|
121
|
+
|
122
|
+
## 0.6.9
|
123
|
+
|
124
|
+
### Dependency updates
|
125
|
+
|
126
|
+
- @gradio/upload@0.11.1
|
127
|
+
- @gradio/client@1.1.0
|
128
|
+
|
129
|
+
## 0.6.8
|
130
|
+
|
131
|
+
### Dependency updates
|
132
|
+
|
133
|
+
- @gradio/statustracker@0.6.0
|
134
|
+
- @gradio/client@1.0.0
|
135
|
+
- @gradio/upload@0.11.0
|
136
|
+
|
137
|
+
## 0.6.7
|
138
|
+
|
139
|
+
### Dependency updates
|
140
|
+
|
141
|
+
- @gradio/upload@0.10.7
|
142
|
+
- @gradio/client@0.20.1
|
143
|
+
|
144
|
+
## 0.6.6
|
145
|
+
|
146
|
+
### Dependency updates
|
147
|
+
|
148
|
+
- @gradio/client@0.20.0
|
149
|
+
- @gradio/statustracker@0.6.0
|
150
|
+
- @gradio/upload@0.10.6
|
151
|
+
|
152
|
+
## 0.6.5
|
153
|
+
|
154
|
+
### Dependency updates
|
155
|
+
|
156
|
+
- @gradio/utils@0.4.2
|
157
|
+
- @gradio/atoms@0.7.4
|
158
|
+
- @gradio/statustracker@0.5.5
|
159
|
+
- @gradio/upload@0.10.5
|
160
|
+
- @gradio/client@0.19.4
|
161
|
+
|
162
|
+
## 0.6.4
|
163
|
+
|
164
|
+
### Dependency updates
|
165
|
+
|
166
|
+
- @gradio/client@0.19.3
|
167
|
+
- @gradio/statustracker@0.5.4
|
168
|
+
- @gradio/upload@0.10.4
|
169
|
+
|
170
|
+
## 0.6.3
|
171
|
+
|
172
|
+
### Dependency updates
|
173
|
+
|
174
|
+
- @gradio/upload@0.10.3
|
175
|
+
- @gradio/client@0.19.2
|
176
|
+
|
177
|
+
## 0.6.2
|
178
|
+
|
179
|
+
### Dependency updates
|
180
|
+
|
181
|
+
- @gradio/statustracker@0.5.3
|
182
|
+
- @gradio/client@0.19.1
|
183
|
+
- @gradio/upload@0.10.2
|
184
|
+
|
185
|
+
## 0.6.1
|
186
|
+
|
187
|
+
### Dependency updates
|
188
|
+
|
189
|
+
- @gradio/atoms@0.7.3
|
190
|
+
- @gradio/statustracker@0.5.2
|
191
|
+
- @gradio/client@0.19.0
|
192
|
+
- @gradio/icons@0.4.1
|
193
|
+
- @gradio/upload@0.10.1
|
194
|
+
|
195
|
+
## 0.6.0
|
196
|
+
|
197
|
+
### Features
|
198
|
+
|
199
|
+
- [#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!
|
200
|
+
|
201
|
+
### Dependency updates
|
202
|
+
|
203
|
+
- @gradio/atoms@0.7.2
|
204
|
+
- @gradio/client@0.18.0
|
205
|
+
- @gradio/upload@0.10.0
|
206
|
+
- @gradio/utils@0.4.1
|
207
|
+
- @gradio/wasm@0.10.1
|
208
|
+
- @gradio/statustracker@0.5.1
|
209
|
+
|
210
|
+
## 0.5.13
|
211
|
+
|
212
|
+
### Fixes
|
213
|
+
|
214
|
+
- [#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!
|
215
|
+
|
216
|
+
### Dependency updates
|
217
|
+
|
218
|
+
- @gradio/atoms@0.7.1
|
219
|
+
- @gradio/client@0.17.0
|
220
|
+
- @gradio/statustracker@0.5.0
|
221
|
+
- @gradio/upload@0.9.0
|
222
|
+
- @gradio/utils@0.4.0
|
223
|
+
|
224
|
+
## 0.5.12
|
225
|
+
|
226
|
+
### Dependency updates
|
227
|
+
|
228
|
+
- @gradio/utils@0.3.2
|
229
|
+
- @gradio/statustracker@0.4.12
|
230
|
+
- @gradio/client@0.16.0
|
231
|
+
- @gradio/upload@0.8.5
|
232
|
+
- @gradio/atoms@0.7.0
|
233
|
+
- @gradio/icons@0.4.0
|
234
|
+
|
235
|
+
## 0.5.11
|
236
|
+
|
237
|
+
### Dependency updates
|
238
|
+
|
239
|
+
- @gradio/utils@0.3.1
|
240
|
+
- @gradio/atoms@0.6.2
|
241
|
+
- @gradio/statustracker@0.4.11
|
242
|
+
- @gradio/upload@0.8.4
|
243
|
+
- @gradio/client@0.15.1
|
244
|
+
|
245
|
+
## 0.5.10
|
246
|
+
|
247
|
+
### Dependency updates
|
248
|
+
|
249
|
+
- @gradio/upload@0.8.3
|
250
|
+
- @gradio/client@0.15.0
|
251
|
+
|
252
|
+
## 0.5.9
|
253
|
+
|
254
|
+
### Dependency updates
|
255
|
+
|
256
|
+
- @gradio/atoms@0.6.1
|
257
|
+
- @gradio/statustracker@0.4.10
|
258
|
+
- @gradio/icons@0.3.4
|
259
|
+
- @gradio/upload@0.8.2
|
260
|
+
|
261
|
+
## 0.5.8
|
262
|
+
|
263
|
+
### Dependency updates
|
264
|
+
|
265
|
+
- @gradio/upload@0.8.1
|
266
|
+
- @gradio/statustracker@0.4.9
|
267
|
+
- @gradio/wasm@0.10.0
|
268
|
+
- @gradio/atoms@0.6.0
|
269
|
+
|
270
|
+
## 0.5.7
|
271
|
+
|
272
|
+
### Dependency updates
|
273
|
+
|
274
|
+
- @gradio/client@0.14.0
|
275
|
+
- @gradio/upload@0.8.0
|
276
|
+
- @gradio/wasm@0.9.0
|
277
|
+
|
278
|
+
## 0.5.6
|
279
|
+
|
280
|
+
### Dependency updates
|
281
|
+
|
282
|
+
- @gradio/upload@0.7.7
|
283
|
+
- @gradio/client@0.13.0
|
284
|
+
- @gradio/wasm@0.8.0
|
285
|
+
|
286
|
+
## 0.5.5
|
287
|
+
|
288
|
+
### Patch Changes
|
289
|
+
|
290
|
+
- Updated dependencies [[`8181695`](https://github.com/gradio-app/gradio/commit/8181695e70187e8bc2bf7518697098c8d1b9843d)]:
|
291
|
+
- @gradio/upload@0.7.6
|
292
|
+
|
293
|
+
## 0.5.4
|
294
|
+
|
295
|
+
### Patch Changes
|
296
|
+
|
297
|
+
- Updated dependencies [[`26356a6`](https://github.com/gradio-app/gradio/commit/26356a623c4196f48ca236d973a597831743cdb8), [`9c6de6d`](https://github.com/gradio-app/gradio/commit/9c6de6d85092c1c9378d7f81e5ec734221536812), [`eda33b3`](https://github.com/gradio-app/gradio/commit/eda33b3763897a542acf298e523fa493dc655aee), [`4b0d589`](https://github.com/gradio-app/gradio/commit/4b0d58933057432758a54169a360eb352903d6b4), [`561579d`](https://github.com/gradio-app/gradio/commit/561579d9b7b860c5cb3f8131e0dced0c8114463f)]:
|
298
|
+
- @gradio/upload@0.7.5
|
299
|
+
- @gradio/wasm@0.7.0
|
300
|
+
- @gradio/client@0.12.2
|
301
|
+
|
302
|
+
## 0.5.3
|
303
|
+
|
304
|
+
### Patch Changes
|
305
|
+
|
306
|
+
- Updated dependencies [[`98a2719`](https://github.com/gradio-app/gradio/commit/98a2719bfb9c64338caf9009891b6c6b0b33ea89)]:
|
307
|
+
- @gradio/statustracker@0.4.8
|
308
|
+
|
309
|
+
## 0.5.2
|
310
|
+
|
311
|
+
### Patch Changes
|
312
|
+
|
313
|
+
- Updated dependencies [[`f191786`](https://github.com/gradio-app/gradio/commit/f1917867916647d383b8d7ce15e0c17f2abbdec1)]:
|
314
|
+
- @gradio/icons@0.3.3
|
315
|
+
- @gradio/atoms@0.5.3
|
316
|
+
- @gradio/statustracker@0.4.7
|
317
|
+
- @gradio/upload@0.7.4
|
318
|
+
|
319
|
+
## 0.5.1
|
320
|
+
|
321
|
+
### Patch Changes
|
322
|
+
|
323
|
+
- Updated dependencies [[`065c5b1`](https://github.com/gradio-app/gradio/commit/065c5b163c4badb9d9cbd06d627fb4ba086003e7), [`32b317f`](https://github.com/gradio-app/gradio/commit/32b317f24e3d43f26684bb9f3964f31efd0ea556)]:
|
324
|
+
- @gradio/utils@0.3.0
|
325
|
+
- @gradio/client@0.12.1
|
326
|
+
- @gradio/atoms@0.5.2
|
327
|
+
- @gradio/statustracker@0.4.6
|
328
|
+
- @gradio/upload@0.7.3
|
329
|
+
|
330
|
+
## 0.5.0
|
331
|
+
|
332
|
+
### Features
|
333
|
+
|
334
|
+
- [#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)!
|
335
|
+
|
336
|
+
## 0.4.4
|
337
|
+
|
338
|
+
### Patch Changes
|
339
|
+
|
340
|
+
- Updated dependencies [[`572e360`](https://github.com/gradio-app/gradio/commit/572e360fff4a03c335b86e1a7517a44cb6af2bcd), [`68a54a7`](https://github.com/gradio-app/gradio/commit/68a54a7a310d8d7072fdae930bf1cfdf12c45a7f), [`fdd1521`](https://github.com/gradio-app/gradio/commit/fdd15213c24b9cbc58bbc1b6beb4af7c18f48557), [`c3e61e4`](https://github.com/gradio-app/gradio/commit/c3e61e4f70696a71aede67b65d28447eb67daf16), [`05d8a3c`](https://github.com/gradio-app/gradio/commit/05d8a3c8030b733bd47250f5db6f89f230f9a707)]:
|
341
|
+
- @gradio/upload@0.7.1
|
342
|
+
- @gradio/client@0.11.0
|
343
|
+
- @gradio/utils@0.2.2
|
344
|
+
- @gradio/wasm@0.6.0
|
345
|
+
- @gradio/atoms@0.5.1
|
346
|
+
- @gradio/statustracker@0.4.5
|
347
|
+
|
348
|
+
## 0.4.3
|
349
|
+
|
350
|
+
### Patch Changes
|
351
|
+
|
352
|
+
- 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)]:
|
353
|
+
- @gradio/utils@0.2.1
|
354
|
+
- @gradio/upload@0.7.0
|
355
|
+
- @gradio/atoms@0.5.0
|
356
|
+
- @gradio/wasm@0.5.1
|
357
|
+
- @gradio/statustracker@0.4.4
|
358
|
+
|
359
|
+
## 0.4.2
|
360
|
+
|
361
|
+
### Patch Changes
|
362
|
+
|
363
|
+
- Updated dependencies [[`3c3cf86`](https://github.com/gradio-app/gradio/commit/3c3cf8618a8cad1ef66a7f96664923d2c9f5e0e2), [`3f139c7`](https://github.com/gradio-app/gradio/commit/3f139c7c995f749562bb007d2a567bb167669de9)]:
|
364
|
+
- @gradio/client@0.10.1
|
365
|
+
- @gradio/upload@0.6.1
|
366
|
+
|
367
|
+
## 0.4.1
|
368
|
+
|
369
|
+
### Patch Changes
|
370
|
+
|
371
|
+
- Updated dependencies [[`793bf8f`](https://github.com/gradio-app/gradio/commit/793bf8f7b1943f265c5d016c1a0c682ee549232a), [`5d00dd3`](https://github.com/gradio-app/gradio/commit/5d00dd37ca14bbfef2ceac550b29dbe05ba8cab0)]:
|
372
|
+
- @gradio/upload@0.6.0
|
373
|
+
- @gradio/wasm@0.5.0
|
374
|
+
|
375
|
+
## 0.4.0
|
376
|
+
|
377
|
+
### Features
|
378
|
+
|
379
|
+
- [#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)!
|
380
|
+
|
381
|
+
## 0.3.14
|
382
|
+
|
383
|
+
### Patch Changes
|
384
|
+
|
385
|
+
- Updated dependencies [[`d406855`](https://github.com/gradio-app/gradio/commit/d4068557953746662235d595ec435c42ceb24414)]:
|
386
|
+
- @gradio/client@0.9.4
|
387
|
+
- @gradio/upload@0.5.7
|
388
|
+
|
389
|
+
## 0.3.13
|
390
|
+
|
391
|
+
### Patch Changes
|
392
|
+
|
393
|
+
- Updated dependencies [[`828fb9e`](https://github.com/gradio-app/gradio/commit/828fb9e6ce15b6ea08318675a2361117596a1b5d), [`73268ee`](https://github.com/gradio-app/gradio/commit/73268ee2e39f23ebdd1e927cb49b8d79c4b9a144)]:
|
394
|
+
- @gradio/client@0.9.3
|
395
|
+
- @gradio/statustracker@0.4.3
|
396
|
+
- @gradio/atoms@0.4.1
|
397
|
+
- @gradio/upload@0.5.6
|
398
|
+
|
399
|
+
## 0.3.12
|
400
|
+
|
401
|
+
### Patch Changes
|
402
|
+
|
403
|
+
- Updated dependencies [[`245d58e`](https://github.com/gradio-app/gradio/commit/245d58eff788e8d44a59d37a2d9b26d0f08a62b4)]:
|
404
|
+
- @gradio/client@0.9.2
|
405
|
+
- @gradio/upload@0.5.5
|
406
|
+
|
407
|
+
## 0.3.11
|
408
|
+
|
409
|
+
### Patch Changes
|
410
|
+
|
411
|
+
- Updated dependencies [[`5d51fbc`](https://github.com/gradio-app/gradio/commit/5d51fbce7826da840a2fd4940feb5d9ad6f1bc5a), [`34f9431`](https://github.com/gradio-app/gradio/commit/34f943101bf7dd6b8a8974a6131c1ed7c4a0dac0)]:
|
412
|
+
- @gradio/upload@0.5.4
|
413
|
+
- @gradio/client@0.9.1
|
414
|
+
|
415
|
+
## 0.3.10
|
416
|
+
|
417
|
+
### Patch Changes
|
418
|
+
|
419
|
+
- Updated dependencies [[`6a9151d`](https://github.com/gradio-app/gradio/commit/6a9151d5c9432c724098da7d88a539aaaf5ffe88), [`d76bcaa`](https://github.com/gradio-app/gradio/commit/d76bcaaaf0734aaf49a680f94ea9d4d22a602e70), [`67ddd40`](https://github.com/gradio-app/gradio/commit/67ddd40b4b70d3a37cb1637c33620f8d197dbee0), [`053bec9`](https://github.com/gradio-app/gradio/commit/053bec98be1127e083414024e02cf0bebb0b5142), [`4d1cbbc`](https://github.com/gradio-app/gradio/commit/4d1cbbcf30833ef1de2d2d2710c7492a379a9a00)]:
|
420
|
+
- @gradio/upload@0.5.3
|
421
|
+
- @gradio/client@0.9.0
|
422
|
+
- @gradio/icons@0.3.2
|
423
|
+
- @gradio/atoms@0.4.0
|
424
|
+
- @gradio/statustracker@0.4.2
|
425
|
+
|
426
|
+
## 0.3.9
|
427
|
+
|
428
|
+
### Patch Changes
|
429
|
+
|
430
|
+
- Updated dependencies [[`206af31`](https://github.com/gradio-app/gradio/commit/206af31d7c1a31013364a44e9b40cf8df304ba50)]:
|
431
|
+
- @gradio/icons@0.3.1
|
432
|
+
- @gradio/atoms@0.3.1
|
433
|
+
- @gradio/statustracker@0.4.1
|
434
|
+
- @gradio/upload@0.5.2
|
435
|
+
|
436
|
+
## 0.3.8
|
437
|
+
|
438
|
+
### Patch Changes
|
439
|
+
|
440
|
+
- Updated dependencies [[`71f1a1f99`](https://github.com/gradio-app/gradio/commit/71f1a1f9931489d465c2c1302a5c8d768a3cd23a)]:
|
441
|
+
- @gradio/client@0.8.2
|
442
|
+
- @gradio/upload@0.5.1
|
443
|
+
|
444
|
+
## 0.3.7
|
445
|
+
|
446
|
+
### Patch Changes
|
447
|
+
|
448
|
+
- Updated dependencies [[`9caddc17b`](https://github.com/gradio-app/gradio/commit/9caddc17b1dea8da1af8ba724c6a5eab04ce0ed8)]:
|
449
|
+
- @gradio/atoms@0.3.0
|
450
|
+
- @gradio/icons@0.3.0
|
451
|
+
- @gradio/statustracker@0.4.0
|
452
|
+
- @gradio/upload@0.5.0
|
453
|
+
|
454
|
+
## 0.3.6
|
455
|
+
|
456
|
+
### Patch Changes
|
457
|
+
|
458
|
+
- Updated dependencies [[`2f805a7dd`](https://github.com/gradio-app/gradio/commit/2f805a7dd3d2b64b098f659dadd5d01258290521), [`f816136a0`](https://github.com/gradio-app/gradio/commit/f816136a039fa6011be9c4fb14f573e4050a681a)]:
|
459
|
+
- @gradio/upload@0.4.2
|
460
|
+
- @gradio/atoms@0.2.2
|
461
|
+
- @gradio/icons@0.2.1
|
462
|
+
- @gradio/statustracker@0.3.2
|
463
|
+
|
464
|
+
## 0.3.5
|
465
|
+
|
466
|
+
### Patch Changes
|
467
|
+
|
468
|
+
- Updated dependencies [[`324867f63`](https://github.com/gradio-app/gradio/commit/324867f63c920113d89a565892aa596cf8b1e486)]:
|
469
|
+
- @gradio/client@0.8.1
|
470
|
+
- @gradio/upload@0.4.1
|
471
|
+
|
472
|
+
## 0.3.4
|
473
|
+
|
474
|
+
### Patch Changes
|
475
|
+
|
476
|
+
- Updated dependencies [[`854b482f5`](https://github.com/gradio-app/gradio/commit/854b482f598e0dc47673846631643c079576da9c), [`f1409f95e`](https://github.com/gradio-app/gradio/commit/f1409f95ed39c5565bed6a601e41f94e30196a57)]:
|
477
|
+
- @gradio/upload@0.4.0
|
478
|
+
- @gradio/client@0.8.0
|
479
|
+
|
480
|
+
## 0.3.3
|
481
|
+
|
482
|
+
### Patch Changes
|
483
|
+
|
484
|
+
- 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)]:
|
485
|
+
- @gradio/client@0.7.2
|
486
|
+
- @gradio/atoms@0.2.1
|
487
|
+
- @gradio/upload@0.3.3
|
488
|
+
- @gradio/statustracker@0.3.1
|
489
|
+
|
490
|
+
## 0.3.2
|
491
|
+
|
492
|
+
### Patch Changes
|
493
|
+
|
494
|
+
- Updated dependencies [[`aaa55ce85`](https://github.com/gradio-app/gradio/commit/aaa55ce85e12f95aba9299445e9c5e59824da18e)]:
|
495
|
+
- @gradio/upload@0.3.2
|
496
|
+
|
497
|
+
## 0.3.1
|
498
|
+
|
499
|
+
### Patch Changes
|
500
|
+
|
501
|
+
- Updated dependencies [[`2ba14b284`](https://github.com/gradio-app/gradio/commit/2ba14b284f908aa13859f4337167a157075a68eb)]:
|
502
|
+
- @gradio/client@0.7.1
|
503
|
+
- @gradio/upload@0.3.1
|
504
|
+
|
505
|
+
## 0.3.0
|
506
|
+
|
507
|
+
### Features
|
508
|
+
|
509
|
+
- [#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)!
|
510
|
+
- [#5498](https://github.com/gradio-app/gradio/pull/5498) [`287fe6782`](https://github.com/gradio-app/gradio/commit/287fe6782825479513e79a5cf0ba0fbfe51443d7) - Clean root url. Thanks [@pngwn](https://github.com/pngwn)!
|
511
|
+
- [#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)!
|
512
|
+
- [#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)!
|
513
|
+
|
514
|
+
## 0.3.0-beta.2
|
515
|
+
|
516
|
+
### Features
|
517
|
+
|
518
|
+
- [#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)!
|
519
|
+
- [#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)!
|
520
|
+
|
521
|
+
## 0.3.0-beta.1
|
522
|
+
|
523
|
+
### Features
|
524
|
+
|
525
|
+
- [#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)!
|
526
|
+
|
527
|
+
## 0.3.0-beta.0
|
528
|
+
|
529
|
+
### Features
|
530
|
+
|
531
|
+
- [#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)!
|
532
|
+
|
533
|
+
## 0.2.3
|
534
|
+
|
535
|
+
### Patch Changes
|
536
|
+
|
537
|
+
- Updated dependencies [[`e70805d54`](https://github.com/gradio-app/gradio/commit/e70805d54cc792452545f5d8eccc1aa0212a4695)]:
|
538
|
+
- @gradio/atoms@0.2.0
|
539
|
+
- @gradio/statustracker@0.2.3
|
540
|
+
- @gradio/upload@0.3.3
|
541
|
+
|
542
|
+
## 0.2.2
|
543
|
+
|
544
|
+
### Patch Changes
|
545
|
+
|
546
|
+
- Updated dependencies []:
|
547
|
+
- @gradio/utils@0.1.2
|
548
|
+
- @gradio/atoms@0.1.4
|
549
|
+
- @gradio/statustracker@0.2.2
|
550
|
+
- @gradio/upload@0.3.2
|
551
|
+
|
552
|
+
## 0.2.1
|
553
|
+
|
554
|
+
### Patch Changes
|
555
|
+
|
556
|
+
- Updated dependencies [[`8f0fed857`](https://github.com/gradio-app/gradio/commit/8f0fed857d156830626eb48b469d54d211a582d2)]:
|
557
|
+
- @gradio/icons@0.2.0
|
558
|
+
- @gradio/atoms@0.1.3
|
559
|
+
- @gradio/statustracker@0.2.1
|
560
|
+
- @gradio/upload@0.3.1
|
561
|
+
|
562
|
+
## 0.2.0
|
563
|
+
|
564
|
+
### Features
|
565
|
+
|
566
|
+
- [#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)!
|
567
|
+
|
568
|
+
## 0.1.2
|
569
|
+
|
570
|
+
### Patch Changes
|
571
|
+
|
572
|
+
- Updated dependencies [[`afac0006`](https://github.com/gradio-app/gradio/commit/afac0006337ce2840cf497cd65691f2f60ee5912)]:
|
573
|
+
- @gradio/statustracker@0.2.0
|
574
|
+
- @gradio/utils@0.1.1
|
575
|
+
- @gradio/atoms@0.1.2
|
576
|
+
- @gradio/upload@0.2.1
|
577
|
+
|
578
|
+
## 0.1.1
|
579
|
+
|
580
|
+
### Patch Changes
|
581
|
+
|
582
|
+
- Updated dependencies [[`abf1c57d`](https://github.com/gradio-app/gradio/commit/abf1c57d7d85de0df233ee3b38aeb38b638477db), [`79d8f9d8`](https://github.com/gradio-app/gradio/commit/79d8f9d891901683c5a1b7486efb44eab2478c96)]:
|
583
|
+
- @gradio/icons@0.1.0
|
584
|
+
- @gradio/utils@0.1.0
|
585
|
+
- @gradio/upload@0.2.0
|
586
|
+
- @gradio/atoms@0.1.1
|
587
|
+
- @gradio/statustracker@0.1.1
|
588
|
+
|
589
|
+
## 0.1.0
|
590
|
+
|
591
|
+
### Highlights
|
592
|
+
|
593
|
+
#### Improve startup performance and markdown support ([#5279](https://github.com/gradio-app/gradio/pull/5279) [`fe057300`](https://github.com/gradio-app/gradio/commit/fe057300f0672c62dab9d9b4501054ac5d45a4ec))
|
594
|
+
|
595
|
+
##### Improved markdown support
|
596
|
+
|
597
|
+
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.
|
598
|
+
|
599
|
+
##### Various performance improvements
|
600
|
+
|
601
|
+
These improvements will be particularly beneficial to large applications.
|
602
|
+
|
603
|
+
- 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.
|
604
|
+
- Optimised the mounting of individual components, leading to a modest performance improvement during startup (~30%).
|
605
|
+
- Corrected an issue that was causing markdown to re-render infinitely.
|
606
|
+
- Ensured that the `gr.3DModel` does re-render prematurely.
|
607
|
+
|
608
|
+
Thanks [@pngwn](https://github.com/pngwn)!
|
609
|
+
|
610
|
+
### Features
|
611
|
+
|
612
|
+
- [#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)!
|
613
|
+
- [#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)!
|
614
|
+
|
615
|
+
## 0.0.2
|
616
|
+
|
617
|
+
### Patch Changes
|
618
|
+
|
619
|
+
- Updated dependencies [[`667875b2`](https://github.com/gradio-app/gradio/commit/667875b2441753e74d25bd9d3c8adedd8ede11cd)]:
|
620
|
+
- @gradio/upload@0.0.3
|