gradio@6.14.0
📦 gradioView on GitHub →
✨ 2 features🐛 5 fixes🔧 4 symbols
Summary
This release introduces new features like the theme designer skill and adds comprehensive unit tests for Model3D and Dialogue components. Several bugs were fixed, including a crash in gr.Slider and issues related to event queuing and Gallery component behavior.
✨ New Features
- Added unit tests for Model3D component.
- Introduced theme designer skill.
🐛 Bug Fixes
- Fixed a crash in gr.Slider when used with zero-width ranges.
- Added unit tests for the Dialogue component.
- Ensured events are removed from the queue when they are cancelled.
- Corrected the description of the 'js' parameter in Blocks.load.
- Prevented the Gallery Select event from triggering when the value is updated programmatically.