This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
Releases: protonemedia/laravel-form-components
Releases · protonemedia/laravel-form-components
3.8.0
3.7.0
- Added support for PHP 8.2
- Dropped support for PHP 7.4 and Laravel 8
3.6.0
Support for Laravel 9
3.5.1
3.5.0
- Added
default_wire
configuration - Fix for overriding
wire:model
attribute
3.4.0
- Added
tailwind-forms-simple
views
3.3.1
- Ensure nested properties uses dot notation (thanks @marcostmunhoz!)
3.3.0
- Support for PHP 8.1
- Dropped support for Laravel 7
3.2.0
Select placeholder
3.1.0
- Support for Date Casting
- Support for checkboxes where the bound value is Arrayable
- Bugfix for default
0
values - Bootstrap 4 validation structure fix