MermaidJS.Blazor

A simple MermaidDiagram component for Blazor.

MIT License

Stars
24
Committers
1

Bot releases are hidden (Show)

MermaidJS.Blazor - 2.0.1 Latest Release

Published by DotJoshJohnson about 3 years ago

What's Changed

  • Fixed an issue with the default theme not being applied when theme isn't explicitly specified.

Full Changelog: https://github.com/TrueCommerce/MermaidJS.Blazor/compare/2.0.0...2.0.1

MermaidJS.Blazor - 2.0.0

Published by DotJoshJohnson about 3 years ago

What's Changed

Full Changelog: https://github.com/TrueCommerce/MermaidJS.Blazor/compare/1.1.0...2.0.0

MermaidJS.Blazor - 1.1.0

Published by DotJoshJohnson about 3 years ago

New Features

  • Bumped underlying Mermaid library to v8.13.2.
MermaidJS.Blazor - 1.0.2

Published by DotJoshJohnson over 3 years ago

Bug Fixes

  • The diagram will now only be re-rendered if the definition has changed. Previously, the diagram would re-render every time the parent Blazor component would re-render. If the parent component had a "noisy" event handler (such as a mouse move handler), this resulted in excessive renders.
MermaidJS.Blazor - 1.0.1

Published by DotJoshJohnson over 3 years ago

Bug Fixes

  • Added the missing JS dependencies.
MermaidJS.Blazor - 1.0.0

Published by DotJoshJohnson over 3 years ago

Initial Release