Skip to content

v0.26.0

Compare
Choose a tag to compare
@tmeyer2115 tmeyer2115 released this 11 Oct 16:40
· 13 commits to main since this release
b68eda0

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)