Skip to content

Releases: jonassiewertsen/statamic-livewire

v2.7.1

12 Dec 23:21
725f7b2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...v2.7.1

v2.7.0

25 Aug 06:28
982f41f
Compare
Choose a tag to compare

Support Statamic 3.2

v2.6

05 Jul 07:52
c12b99e
Compare
Choose a tag to compare

The this directive will now be supported.

Thanks @aerni !

v2.5.0

22 Mar 16:19
c5ed992
Compare
Choose a tag to compare

Support Statamic 3.1

Thanks @leganz

v2.4.0

04 Jan 23:14
Compare
Choose a tag to compare

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

27 Dec 14:39
Compare
Choose a tag to compare

PHP8 Support added

v2.2.0

30 Nov 21:00
5f54405
Compare
Choose a tag to compare

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

14 Nov 15:50
Compare
Choose a tag to compare

Remove some unsued boilerplate code

v2.1.1

18 Oct 16:40
df8208b
Compare
Choose a tag to compare

Make 101% clear that this is a third-party integration

v2.1.0

10 Oct 12:28
Compare
Choose a tag to compare

Laravel 8 Support added. Closes #3