v1.4
What's Changed
- New Blade component syntax by @marcfowler in #20
- Static method facade by @marcfowler in #20
We've modernised the way that the package can be called in a blade file to adopt the modern syntax and modernised the way to call the package from inside the application's php code to use a static Facade instead of calling app() all the time.
This release also fixes some edge cases for dynamic charts in Livewire where the options() were not being passed correctly.
New Contributors
- @marcfowler made their first contribution in #20
Full Changelog: v1.3...v1.4