gradio/js/dropdown/CHANGELOG.md
pngwn 9d1bd28bdf
chore: update versions (#5038)
* chore: update versions

* update actions

* update changelog

* other changelgo

* extra

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
2023-08-10 16:59:00 -04:00

652 B

@gradio/dropdown

0.0.2

Fixes

  • #5062 7d897165 - gr.Dropdown now has correct behavior in static mode as well as when an option is selected. Thanks @abidlabs!
  • #5039 620e4645 - gr.Dropdown() now supports values with arbitrary characters and doesn't clear value when re-focused. Thanks @abidlabs!