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.0.1
Added name attribute when element is wired
3.0.0
Support for Bootstrap 5 (thanks to @DionPotkamp!)
2.5.4
- Bugfix for old nested data
2.5.3
- Bugfix for setting radio elements as checked/default
2.5.2
- Generate ID by name and value (checkbox and radio elements only)
2.5.1
Use the name
attribute to auto-generate an ID (if not set)
2.5.0
Support for BelongsToMany, MorphMany, and MorphToMany relationships (select element)
2.4.0
Support for Livewire modifiers
2.3.0
- Support for PHP 8.0
- Dropped support for Livewire v1
2.2.0
- Support for Tailwind CSS 2.0 with the Tailwind Forms plugin