Skip to content

Releases: icehouse-ventures/laravel-mermaid

v1.1.1

03 Aug 00:02
Compare
Choose a tag to compare

Fix facade name spacing.

Full Changelog: v1.1...v1.1.1

v1.1

02 Aug 23:56
Compare
Choose a tag to compare

What's Changed

This update adds a static Facade to make the package callable without calling app().

New Contributors

Full Changelog: v1.0.1...v1.1

Theme Support

24 May 23:45
Compare
Choose a tag to compare

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

22 May 08:36
Compare
Choose a tag to compare

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

Full Changelog: v0.0.2...v1.0.0

Ready for testing in multiple apps

07 May 00:19
Compare
Choose a tag to compare

Config and theming are now abstracted from demo application code and can be used in normal stand-alone Laravel apps.

First Attempt

04 May 20:57
Compare
Choose a tag to compare

First attempt to embed a Mermaid JS diagram through a blade component.