Releases: enflow/livewire-twig
Releases · enflow/livewire-twig
Laravel 11
Merge pull request #22 from enflow/laravel11 Upgrade for Laravel 11
4.1.0
Livewire 3 support
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
- Add child tracking support by utilizing the internal Livewire Blade handler. Thanks @wverhoogt
3.0.0
- 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
Drop support for PHP 7.4 & 8.1, add testing for Laravel 9
1.2.0
Merge pull request #4 from kblais/allow-both-string-and-name-type
Add PHP 8 support
1.1.0 Merge pull request #2 from kblais/add-php8-compatibility
1.0.1
Kebab case component names
1.0.0
Tweak wording and example