Skip to content

Releases: enflow/livewire-twig

Laravel 11

15 Mar 12:28
55a812a
Compare
Choose a tag to compare
Merge pull request #22 from enflow/laravel11

Upgrade for Laravel 11

4.1.0

29 Jan 20:36
Compare
Choose a tag to compare

See #21

Livewire 3 support

27 Sep 15:16
f8352fc
Compare
Choose a tag to compare

This release introduces Livewire 3.0 support. This includes breaking changes in how to load in Livewire components. See the README.md for more info.

3.1.0

06 Jul 06:36
Compare
Choose a tag to compare
  • Add child tracking support by utilizing the internal Livewire Blade handler. Thanks @wverhoogt

3.0.0

24 Feb 08:57
8f533ae
Compare
Choose a tag to compare
  • Moves to min. PHP 8.2
  • Moves to min. Laravel 10
  • Moves to Laravel Pint for code style
  • Add dependabot GitHub Actions configuration
  • Add return types / move to arrow functions

2.0.0

10 Feb 15:02
7482a20
Compare
Choose a tag to compare

Drop support for PHP 7.4 & 8.1, add testing for Laravel 9

1.2.0

18 Jan 14:24
8327d2a
Compare
Choose a tag to compare
Merge pull request #4 from kblais/allow-both-string-and-name-type

Add PHP 8 support

07 Jan 11:22
5582ec7
Compare
Choose a tag to compare
1.1.0

Merge pull request #2 from kblais/add-php8-compatibility

1.0.1

23 Nov 20:14
Compare
Choose a tag to compare
Kebab case component names

1.0.0

05 Nov 19:44
Compare
Choose a tag to compare
Tweak wording and example