v1.10.5 - 2026-03-18
- Remove redundant "When to Apply" section from skill body by @pushpak1300 in #154
v1.10.4 - 2026-03-05
- Laravel 13.x Compatibility by @laravel-shift in #152
v1.10.3 - 2026-02-20
- Add Boost Guidelines & Skills by @pushpak1300 in #151
v1.10.2 - 2026-01-28
- Fix TypeError when Blade::getPath() returns null during view caching by @chriscupas in #150
v1.10.1 - 2025-11-25
- [1.x] PHP 8.5 Compatibility by @crynobone in #148
v1.10.0 - 2025-11-14
- Fix multiple scripts test to use a single root element by @calebporzio in #147
- Fix component alias resolution for Livewire 4 by @calebporzio in #146
v1.9.0 - 2025-10-30
v1.8.0 - 2025-10-29
v1.7.2 - 2025-08-06
- Support the dot in the make:volt command by @morpheus7CS in #140
v1.7.1 - 2025-04-08
- Add missing session method to state options and related tests by @mondesirm in #133
v1.7.0 - 2025-03-05
- Bump Livewire minimum version to include fix from livewire/livewire#9216 by @joshhanley in #131
v1.6.7 - 2025-02-17
- Supports Laravel 12 by @crynobone in #129
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_pathconfiguration 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
actingAsto Volt facade by @nunomaduro in #61 - [1.x] Fixes imports used on fragments by @nunomaduro in #63
- [1.x] Removes custom
renderingcall 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
withQueryParamsby @nunomaduro in #51 - [1.x] Adds
renderingcallback 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
assertDontSeeVoltTest Expectation by @devajmeireles in #44
v1.2.0 - 2023-08-31
- Adds
--classoption tomake:voltcommand (#43)
v1.1.1 - 2023-08-30
- Fixes
Segmentation faultonroute:cache(#42)
v1.1.0 - 2023-08-28
- [1.x] Adds
titlefunction by @nunomaduro in #34 - [1.x] Fixes sending "name" as property hook argument by @nunomaduro in #37
- [1.x] Fixes already defined
withby @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
withmethod 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
usesinterface support (#11)- Example to
make:voltprompt (#12) - SFC with Class API (#15)
- UX when using Folio's pages with Volt's anonymous components (#17)
- Windows support (#6)
First pre-release.