mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-17 11:29:58 +08:00
Version 3.28.1 (#4009)
* changelog * changelog * Fix dropdown as output --------- Co-authored-by: aliabid94 <aabid94@gmail.com>
This commit is contained in:
parent
89dc35c97d
commit
1f9584f9a7
31
CHANGELOG.md
31
CHANGELOG.md
@ -2,6 +2,37 @@
|
||||
|
||||
## New Features:
|
||||
|
||||
No changes to highlight.
|
||||
|
||||
## Bug Fixes:
|
||||
|
||||
No changes to highlight.
|
||||
|
||||
## Documentation Changes:
|
||||
|
||||
No changes to highlight.
|
||||
|
||||
## Testing and Infrastructure Changes:
|
||||
|
||||
No changes to highlight.
|
||||
|
||||
## Breaking Changes:
|
||||
|
||||
No changes to highlight.
|
||||
|
||||
## Full Changelog:
|
||||
|
||||
No changes to highlight.
|
||||
|
||||
## Contributors Shoutout:
|
||||
|
||||
No changes to highlight.
|
||||
|
||||
|
||||
# 3.28.1
|
||||
|
||||
## New Features:
|
||||
|
||||
- Add a "clear mask" button to `gr.Image` sketch modes, by [@space-nuko](https://github.com/space-nuko) in [PR 3615](https://github.com/gradio-app/gradio/pull/3615)
|
||||
|
||||
## Bug Fixes:
|
||||
|
@ -1 +1 @@
|
||||
3.28.0
|
||||
3.28.1
|
||||
|
@ -25,7 +25,7 @@
|
||||
showOptions = false,
|
||||
filterInput: HTMLElement;
|
||||
|
||||
if (typeof value === "string") {
|
||||
$: if (typeof value === "string") {
|
||||
inputValue = value;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user