johanneswuerbach / backstage-plugin-techdocs-addon-mermaid

Backstage TechDocs Mermaid Addon
MIT License
46 stars 20 forks source link

Update to newest Mermaid version? #44

Closed MeikPiepmeyer closed 7 months ago

MeikPiepmeyer commented 7 months ago

This plugin currently uses Mermaid 10.3.0, the latest release is 10.8.0. Is if possible to update to this version to enable usage of the recently added diagrams like the block diagram? http://mermaid.js.org/syntax/block.html

johanneswuerbach commented 7 months ago

The plugin only has a minimum dependency of 10.3.0, but also works with 10.8.0 or newer, you can use yarn upgrade or similar to upgrade sub-dependencies to newer allowed versions.

MeikPiepmeyer commented 7 months ago

Thanks a lot - I'll report this back to my collegues who actually operate our backstage instance.

jtreher commented 1 month ago

@johanneswuerbach Do you want to keep this at 10.3.0. I bumped it in #53 , but I can revert that part.