gradio@6.6.0
📦 gradioView on GitHub →
✨ 2 features🐛 15 fixes🔧 8 symbols
Summary
This release introduces the ability to hide empty forms and includes numerous bug fixes across components like ChatInterface, Gallery, and ColorPicker, alongside the migration of the Video component to Svelte 5.
✨ New Features
- Hide forms with no elements.
- Rewrite behavior section of docs.
🐛 Bug Fixes
- Fix stop button not switching back to submit button in chat interface.
- Refactor translation logic.
- Ensure disconnected toast text is visible.
- Fix stop button not working in Audio streaming.
- Fix ColorPicker not firing focus, blur, or submit events after Svelte 5 migration.
- Fix Gallery fullscreen button not working in preview mode.
- Fix Gallery preview=True parameter not working on initial load.
- Fix load examples bug in spa.
- Migrated Video component to Svelte 5.
- Validate proxy url host.
- Re-assign config for SpacesReloader.
- Oauth fixes.
- Fix windows tests.
- Fix bug where children of accordions dont get rendered when they are opened programmatically.
- Fix AttributeError in ColoredCheckboxGroup.api_info().