Releases: icehouse-ventures/laravel-mermaid
Releases · icehouse-ventures/laravel-mermaid
v1.1.1
Fix facade name spacing.
Full Changelog: v1.1...v1.1.1
v1.1
What's Changed
- Accessing name attribute directly by @marcfowler in #4
This update adds a static Facade to make the package callable without calling app().
New Contributors
- @marcfowler made their first contribution in #4
Full Changelog: v1.0.1...v1.1
Theme Support
Updated support for custom themes, first party themes from the Mermaid team, and package provided themes such as Tailwind Inspired, Bootstrap Inspired and Dark Mode.
Full Changelog: v1.0.0...v1.0.1
Livewire Support
What's Changed
- Add a theme variable to the slot based pattern for the blade component.
- Add a Dark Mode theme.
- Update readme and tidy up core package files.
- Add a Livewire version of the component by @jasonlbeggs in #1
New Contributors
- @jasonlbeggs made their first contribution in #1
Full Changelog: v0.0.2...v1.0.0
Ready for testing in multiple apps
Config and theming are now abstracted from demo application code and can be used in normal stand-alone Laravel apps.
First Attempt
First attempt to embed a Mermaid JS diagram through a blade component.