Skip to content

v1.5.1

Choose a tag to compare

@sindrel sindrel released this 13 Jun 19:06
316346b

This release contains some improvements to Mermaid conversions.

New Features

  • Adds support for links (URLs)

Bug fixes

  • Fixes transparent node backgrounds
  • Replaces linebreaks with HTML tag <br>
  • Sets top-down (TD) as default flowchart direction
  • Adds chaining of edges when two edges are transitively connected

Changelog

  • 316346b feat: Chain transitive connections/edges (#58)
  • 232589d fix: Fix Mermaid formatting for fill transparency, linebreaks, links (#57)
  • e9f7ce8 chore: Set workflow permissions (#56)