v0.26.0
Features
- When specifying a Component's Prop Interface, you can now use the
extends
keyword. (#395)
Changes
- Cached, pre-bundled dependencies are now ignored when starting Studio. Studio's Vite instance will pre-bundle all dependencies each time Studio is started. (#405)
- Props with a Tooltip now have an Info Icon (#403)
Fixes
- Incorrect imports for commonly-named Components have been fixed. (#398)