mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
Release v3.22.0 (#3489)
* release 3.22.0 * Add type hint --------- Co-authored-by: freddyaboulton <alfonsoboulton@gmail.com>
This commit is contained in:
parent
8114202697
commit
5249bdd753
31
CHANGELOG.md
31
CHANGELOG.md
@ -1,5 +1,36 @@
|
||||
# Upcoming Release
|
||||
|
||||
## 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.22.0
|
||||
|
||||
|
||||
## New Features:
|
||||
|
||||
|
@ -458,7 +458,7 @@ class Base(ThemeClass):
|
||||
button_small_text_size=None,
|
||||
button_small_text_weight=None,
|
||||
button_transition=None,
|
||||
):
|
||||
) -> Base:
|
||||
"""
|
||||
Parameters:
|
||||
body_background_fill: The background of the entire app.
|
||||
|
@ -1 +1 @@
|
||||
3.21.0
|
||||
3.22.0
|
||||
|
Loading…
Reference in New Issue
Block a user