Skip to content

Tags: livewire/volt

Tags

v1.10.1

Toggle v1.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[1.x] PHP 8.5 Compatibility (#148)

* [1.x] PHP 8.5 Compatibility

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* wip

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

---------

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix component alias resolution for Livewire 4 (#146)

* update component resolution

* Fix code styling

* support both 3.x and 4.x

* add import

* Fix code styling

* apply similar fix to test utility

---------

Co-authored-by: calebporzio <3670578+calebporzio@users.noreply.github.com>

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Livewire v4 support (#144)

* Allow LIvewire v4

Based on composer updates for flux: livewire/flux@v2.6.0...v2.6.1#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34

* Update mount() params to match changes for Livewire 4

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

v1.7.2

Toggle v1.7.2's commit message
Fix code styling

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add missing session method to state options and related tests (#133)

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump Livewire minimum version to include fix from livewire/livewire#9216

 (#131)

v1.6.7

Toggle v1.6.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Supports Laravel 12 (#129)

* Supports Laravel 12

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* wip

* Update composer.json

---------

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

v1.6.6

Toggle v1.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[1.x] Supports PHP 8.4 (#124)

* Fix code styling

* [1.x] Supports PHP 8.4

* Update tests.yml

* Update tests.yml

---------

Co-authored-by: crynobone <crynobone@users.noreply.github.com>

v1.6.5

Toggle v1.6.5's commit message
Fix code styling