New Diagram
In this alpha release, I've created a crude dotDiagram
as a tiny tiny subset of the great GraphViz. It has many limitations but still, a good start.
See the docs for more details.
Changelog
Minor Changes
- 87f80b1: feat: add dotDiagram
Patch Changes
- 3e8325c: optimize: adjust er diagram width when minEntityWidth is larger than attributes width sum
- ac510ed: optimize: erDiagram can have '{}' with 0 attributes
- 6174d92: chore: update pintora-renderer deps
Pull Requests
- fix(deps): update codemirror to v6 (major) by @renovate in #95
- fix(deps): update dependency throttle-debounce to v5 by @renovate in #71
- chore: update pintora-renderer deps by @hikerpig in #96
- chore: upgrade pnpm to 7 and node-version to v16 by @hikerpig in #99
- chore: update docusaurus monorepo to v2.0.0-beta.21 by @hikerpig in #101
- chore: add missing dep 'esbuild' by @hikerpig in #103
- chore: upload test report to foresight by @hikerpig in #106
- optimize erDiagram parser and table width by @hikerpig in #109
- feat(demo): copy code editor url for sharing by @hikerpig in #111
- chore(deps): update pnpm to v7.4.0 by @renovate in #104
- feat(demo): dark mode for live-editor by @hikerpig in #113
- fix(deps): update dependency browser-fs-access to ^0.31.0 by @renovate in #108
- chore(deps): update dependency vite to v3 by @renovate in #117
- optimize: [componentDiagram]
component "desc" as alias
by @hikerpig in #118 - chore: upgrade some dev dependencies by @hikerpig in #119
- chore(deps): update pnpm to v7.5.2 by @renovate in #116
- feat: add dotDiagram by @hikerpig in #120
Full Changelog: v0.5.2...v0.6.0-alpha.0