Skip to content

Releases: Ovyerus/prismaliser

v1.0.1

28 Jul 03:19
Compare
Choose a tag to compare

Fixes

  • Add a fix for Vercel not discovering Prisma's query engine binaries (01386ef)
  • Make the initial schema given a full schema to prevent initial error from the native type (95f9aab)

v1.0.0

25 Jul 11:30
Compare
Choose a tag to compare

The first release of Prismaliser!

This release includes:

  • Monaco-powered editor to provide inline error hints and syntax highlighting.
  • React Flow-powered workspace view for visualising relations between models.
  • A button for formatting the schema using Prisma's built in formatter.

What's coming soon:

  • Multi-history support (user defined saves).
  • Sharing a schema with other users via a generated link (similar to TypeScript's playground).
  • Saving node positions across page resets.
  • Autocomplete for the editor (very big, Monaco is a bit fiddly at times, would probably need to do some looking at the VSCode plugin for Prisma to figure out some stuff).

Known issues

  • When resizing the window, the editor & flow view don't resize, causing some elements to overflow off the screen with no way to get them without refreshing.