@gradio/imageeditor@0.20.0
📦 gradioView on GitHub →
✨ 1 features🐛 3 fixes🔧 2 symbols
Summary
This release focuses on migrating Image components to Svelte 5 and includes several bug fixes specifically targeting high CPU usage and incorrect behavior within the ImageEditor component.
✨ New Features
- Migrate Image components to Svelte 5.
🐛 Bug Fixes
- Fix gr.ImageEditor high CPU usage when idle by sleeping the render loop when nothing is changing.
- Fix ImageEditor transform tools and hidden cleanup.
- Fix ImageEditor brush texture resets.