Releases: livewire/volt
Releases · livewire/volt
v1.6.6
- [1.x] Supports PHP 8.4 by @crynobone in #124
v1.6.5
- Make class component if project uses Volt Class components by @joshcirre in #106
v1.6.4
- Remove final from render by @deanmcpherson in #105
v1.6.3
v1.6.2
v1.6.1
- [1.x] Adds tests for model route binding by @nunomaduro in #84
- [1.x] Fixes non-usage of
livewire.view_path
configuration by @nunomaduro in #85
v1.6.0
v1.5.0
- [1.x] Fixes rules missing exception message by @nunomaduro in #70
- [1.x] Allows to specify rules as closure by @nunomaduro in #71
v1.4.0
- [1.x] Adds tests around php blocks by @nunomaduro in #58
- [1.x] Adds
actingAs
to Volt facade by @nunomaduro in #61 - [1.x] Fixes imports used on fragments by @nunomaduro in #63
- [1.x] Removes custom
rendering
call by @nunomaduro in #65
v1.3.3
- Add docblock for
Volt::withQueryParams()
by @robsontenorio in #55