Releases: jonassiewertsen/statamic-livewire
Releases · jonassiewertsen/statamic-livewire
v2.7.1
v2.7.0
Support Statamic 3.2
v2.6
v2.5.0
v2.4.0
Port the Entangle blade directive to Antlers, to share State between Livewire and Alpline:
To be usable with Antlers and to make use of the provided functionality provided by the original livewire package, we did add a dedicated Antlers Tag:
<!-- With Antlers -->
<div x-data="{ open: {{ livewire:entangle property='showDropdown' }} }">
<!-- With Blade -->
<div x-data="{ open: @entangle('showDropdown').defer }">
See the original livewire docs for more information
Thanks to @jasonvarga to point me into the correct direction
v2.3.0
PHP8 Support added
v2.2.0
It's now possible to paginate your results, if using the Antlers template engine.
More information:
https://github.com/jonassiewertsen/statamic-livewire#paginating-data
Thank you @aerni !
v2.1.2
Remove some unsued boilerplate code
v2.1.1
Make 101% clear that this is a third-party integration