gradio@6.26.0
📦 gradioView on GitHub →
✨ 3 features🐛 3 fixes🔧 1 symbols
Summary
This release introduces new features for workflows, including saving as a copy and undo/redo functionality. It also includes several bug fixes, such as resolving OAuth redirect loops and improving SSR behavior for saved runs.
✨ New Features
- Allow saving workflows as a copy.
- Preserve workflow canvas layout per-viewer and add undo/redo functionality.
- Upgrade vulnerable frontend dependencies.
🐛 Bug Fixes
- Fixed OAuth redirect loops that were caused by stale sessions.
- Ensured the client's internal helper tasks use their own thread pool.
- When Server-Side Rendering (SSR) is enabled, load a saved run's outputs in addition to its inputs.