@gradio/plot@0.12.2
📦 gradioView on GitHub →
🐛 2 fixes
Summary
This release fixes two bugs: one related to shared props lost during frontend prop partitioning and another where plots were remounted unnecessarily. It also includes dependency updates for several Gradio packages.
🐛 Bug Fixes
- Restored shared props that were lost during frontend prop partitioning.
- Only remount a plot when its payload changes.