@gradio/core@1.9.0
📦 gradioView on GitHub →
✨ 1 features🐛 4 fixes🔧 3 symbols
Summary
This release introduces a "Download All" feature for the Gallery component and resolves several critical bugs related to layout sizing, event firing for tabs and streaming updates, and component visibility.
✨ New Features
- Added "Download All" functionality to Gallery component.
🐛 Bug Fixes
- Fixed embedded Gradio apps growing infinitely tall on HF Spaces when using vh/\% heights or fill_height.
- Ensured state.change() is fired for streaming (.stream()) events.
- Fixed gr.Tabs.select() event not firing when switching tabs.
- Fixed Column component staying hidden after a multi-yield visibility update.