Skip to content

Releases: TrueCommerce/MermaidJS.Blazor

2.0.1

19 Oct 14:56
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: 2.0.0...2.0.1

2.0.0

19 Oct 14:21
a8a7b20
Compare
Choose a tag to compare

What's Changed

  • Add Ability to Set Initialization Options by @DotJoshJohnson in #8
  • This is a major rev because the default securityLevel has been changed back to the default of "strict". This can be overridden via the new options API.

Full Changelog: 1.1.0...2.0.0

1.1.0

05 Oct 19:09
5e5b80f
Compare
Choose a tag to compare

New Features

  • Bumped underlying Mermaid library to v8.13.2.

1.0.2

07 Jul 10:51
0981623
Compare
Choose a tag to compare

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.

1.0.1

25 Jun 20:55
6099bc0
Compare
Choose a tag to compare

Bug Fixes

  • Added the missing JS dependencies.

1.0.0

25 Jun 19:32
9fe1c34
Compare
Choose a tag to compare

Initial Release