v1.6.6 - 2024-11-12
- [1.x] Supports PHP 8.4 by @crynobone in #124
v1.6.5 - 2024-05-31
- Make class component if project uses Volt Class components by @joshcirre in #106
v1.6.4 - 2024-05-27
- Remove final from render by @deanmcpherson in #105
v1.6.3 - 2024-03-06
v1.6.2 - 2024-01-30
v1.6.1 - 2024-01-03
- [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 - 2023-11-28
- fix: State properties by @lee-to in #78
- [1.x] Allow setting title using a closure in functional API by @RVxLab in #79
v1.5.0 - 2023-11-20
- [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 - 2023-10-19
- [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 - 2023-09-25
- Add docblock for
Volt::withQueryParams()
by @robsontenorio in #55
v1.3.2 - 2023-09-19
- [1.x] Adds
withQueryParams
by @nunomaduro in #51 - [1.x] Adds
rendering
callback by @nunomaduro in #52
v1.3.1 - 2023-09-11
- Fixing Bug in Precompiler when Blade::getPath() is null by @joaopalopes24 in #48
v1.3.0 - 2023-09-01
- Add
assertDontSeeVolt
Test Expectation by @devajmeireles in #44
v1.2.0 - 2023-08-31
- Adds
--class
option tomake:volt
command (#43)
v1.1.1 - 2023-08-30
- Fixes
Segmentation fault
onroute:cache
(#42)
v1.1.0 - 2023-08-28
- [1.x] Adds
title
function by @nunomaduro in #34 - [1.x] Fixes sending "name" as property hook argument by @nunomaduro in #37
- [1.x] Fixes already defined
with
by @nunomaduro in #35 - [1.x] Fixes bottom script being included as template by @nunomaduro in #38
v1.0.0 - 2023-08-24
- Stable release of Volt. For more information, please consult the Volt documentation.
v1.0.0-beta.7 - 2023-08-22
- Adds
with
method to the class API (#31)
v1.0.0-beta.6 - 2023-08-17
- Fixes
call to undefined function "opcache_invalidate"
when opcache is not installed (#28)
v1.0.0-beta.5 - 2023-08-15
- Improves testbench development workflow (#24)
- Fixes Class API when used with multiple fragments (#26)
v1.0.0-beta.4 - 2023-08-08
uses
interface support (#11)- Example to
make:volt
prompt (#12) - SFC with Class API (#15)
- UX when using Folio's pages with Volt's anonymous components (#17)
- Windows support (#6)
First pre-release.