Version 3.28.1 (#4009)

* changelog

* changelog

* Fix dropdown as output

---------

Co-authored-by: aliabid94 <aabid94@gmail.com>
This commit is contained in:
Abubakar Abid 2023-04-28 17:43:04 -04:00 committed by GitHub
parent 89dc35c97d
commit 1f9584f9a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 33 additions and 2 deletions

View File

@ -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:

View File

@ -1 +1 @@
3.28.0
3.28.1

View File

@ -25,7 +25,7 @@
showOptions = false,
filterInput: HTMLElement;
if (typeof value === "string") {
$: if (typeof value === "string") {
inputValue = value;
}