Skip to content

v0.0.9

Compare
Choose a tag to compare
@dash14 dash14 released this 22 Aug 16:00
· 525 commits to main since this release
  • Add multi-line label support.
    • If the label contains line breaks, it will automatically assemble SVG elements with multi-line text.
  • Add function specification support for gap of edge config.
  • Change Grid-related config key names.
    • grid.line.strokeWidth -> grid.line.width
    • grid.line.strokeDasharray -> grid.line.dasharray
    • grid.thick.strokeWidth -> grid.thick.width
    • grid.thick.strokeDasharray -> grid.thick.dasharray
  • Add the support for inserting layers between paths and nodes.
  • Bump up deps.

Note: v0.0.8 has been reverted.