Change8

gradio@6.22.0

📦 gradioView on GitHub →
3 features🐛 2 fixes🔧 1 symbols

Summary

This release introduces significant enhancements to the `gr.Workflow` component, including auto-creation of nodes, resizable nodes, full-screen image viewing, and webcam/mic capture. It also includes bug fixes for CI regressions, documentation hydration, and authentication boundaries.

✨ New Features

  • gr.Workflow: auto-create input/output nodes for model nodes (as already happens for Space nodes), replace the "Input"/"Output" buttons with a single "Component" button whose direction is derived from wiring, rename "Data" to "Dataset", let node error messages be copied, and document the `oauth_token` parameter in the View API panel.
  • Workflow: resizable nodes, full-screen image view, and webcam/mic capture.
  • Fix release CI regressions for assets and bundles.

🐛 Bug Fixes

  • Publish the `Prism` global before its grammar files load, so the docs pages stop failing to hydrate with `ReferenceError: Prism is not defined`.
  • Harden authentication and file redirect boundaries.

Affected Symbols