Releases: TrueCommerce/MermaidJS.Blazor
Releases · TrueCommerce/MermaidJS.Blazor
2.0.1
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
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
New Features
- Bumped underlying Mermaid library to v8.13.2.
1.0.2
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
Bug Fixes
- Added the missing JS dependencies.
1.0.0
Initial Release