Added 6
- gr.Workflow now auto-creates input/output nodes for model nodes
- gr.Workflow node error messages can be copied
- Document the oauth_token parameter in the View API panel
- Workflow nodes are now resizable
- Workflow supports full-screen image view
- Workflow supports webcam and microphone capture
Changed 2
- gr.Workflow replaces the Input/Output buttons with a single Component button whose direction is derived from wiring
- gr.Workflow renames Data to Dataset
Fixed 1
- Publish the Prism global before its grammar files load to fix ReferenceError on docs pages during hydration
Security 1
- Harden authentication and file redirect boundaries
Features
- #13685
6302098-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 theoauth_tokenparameter in the View API panel. Thanks @abidlabs! - #13688
321361f- Workflow: resizable nodes, full-screen image view, and webcam/mic capture. Thanks @abidlabs! - #13697
3ac9d5d- Fix release CI regressions for assets and bundles. Thanks @abidlabs!