All notable changes to the "dbml-erd-visualizer" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Improve auto layout with dagrejs
- Added DBML logo as file icon for dbml file
- Dependence with the
vscode-dbml
VS Code plugin
- Prevent table names from being truncated for long table name
- Typo in preview tab name
- Remove
languages
section from the package.json
- Improved multi-schema code handling
- Ability to toggle table visualization mode. Display all columns, relational columns only or table headers only by @tv-long
- Support table header customization via table settings in the dbml code by @tv-long
- Make the table width fit the table content
- Save and restore tables positions on exiting
- Save and restore stage position on exiting
- Display an
empty content message
when there is no table in the schema - Enhance message for undefined schema
- Remove mention of Prisma from plugin description
- Create diagram from DBML code
- Add light and dark theme