1.2.0
September 24th, 2026
What's New
- Added render-hidden attribute to control whether hidden fields (in the blueprinst) should be rendered as hidden fields (in the DOM) or not in https://github.com/allyoullneed/livewire-forms/pull/9
- Added Livewire and Statamic (PHP) events triggered when the form is submitted.
- Added
reset-after-submitattribute (default true) to prevent the form from resetting to default values after submitting it. - Added
submission-idattribute to edit an existing form submission in Statamic. - Added 'on-submit' attribute to replace the default action triggered on submission by a JS code to be executed.
Full Changelog: https://github.com/allyoullneed/livewire-forms/compare/v1.1.3...v1.2.0
1.1.3
September 18th, 2026
Updated version constraints
Full Changelog: https://github.com/allyoullneed/livewire-forms/compare/v1.1.2...v1.1.3
1.1.2
September 15th, 2026
What's Changed
- Followed change of capitalization from TextArea to Textarea by @AtmoFX in https://github.com/allyoullneed/livewire-forms/pull/8
Full Changelog: https://github.com/allyoullneed/livewire-forms/compare/v1.1.1...v1.1.2
1.1.1
April 11th, 2026
What's Fixed
- Removed the padding around the arrows of wizard forms by @AtmoFX in https://github.com/allyoullneed/livewire-forms/pull/6
- Register components on every init for php artisan commands by @AtmoFX in https://github.com/allyoullneed/livewire-forms/pull/7
Full Changelog: https://github.com/allyoullneed/livewire-forms/compare/v1.1.0...v1.1.1