Dyad LogoDyad
Releases

0.28.0 Beta 1

Multi-select components, deploy Supabase edge functions on restore and more

Dyad v0.28 Beta 1 allows you to select multiple components for your chat context. It also includes an important fix so that Supabase edge functions are re-deployed when you restore/undo.

Highlights

Select multiple components

You can now select multiple components and bring them into your chat context. This is useful for instructing more complex UI changes to the AI.

Deploy Supabase edge functions on restore

If you do restore version or undo, Dyad will now automatically redeploy all Supabase edge functions to ensure your deployment stays in sync with your codebase.

Previously, restoring to a previous version or undoing changes would update your local files but wouldn't trigger a redeployment of edge functions, potentially causing inconsistencies between your code and deployed functions.

This ensures that your Supabase edge functions match the version of code you're working with, eliminating the need to manually redeploy after restore operations.

If you have a lot of Supabase edge functions in your app, doing the restore/undo operation will take significantly longer (e.g. around 1 second or more per edge function).

User interface zoom

If you find the Dyad UI a bit too small, you can go to Settings and increase the zoom level so that everything in the UI is bigger.

Thanks @SlayTheDragons for contributing this!

Feedback

If you run into any issues or have suggestions for this release, the best way to share them is by reporting a bug or uploading a chat session.

On this page