Skip to content

v0.1.0

Compare
Choose a tag to compare
@smashboy smashboy released this 07 Mar 15:39
· 11 commits to main since this release

Enhanced spotlight

ezgif-5-b8aa92f664

  • Automatic scrolling is now supported when using keyboard navigation
  • Action now has shortcut label, if it has one
  • More options for models and enums, such as creating relations, fields, and deleting models and enums

New schema editor

ezgif-4-19ae91f5e7

  • Completely reworked schema editor, all your models, enums, generators and datasource now displays in a single navigation bar
  • Sortable schema blocks and fields
  • Generator and datasource moved from project settings to schema editor

Dark mode

ezgif-4-836aca8582

Explicit many-to-many relations

ezgif-4-f55326366f

Now when creating a many-to-many relation you can specify that you want the relation to be explicit, this will create an additional model.