This repository was archived by the owner on Mar 18, 2025. It is now read-only.
Releases: rawilk/laravel-form-components
Releases · rawilk/laravel-form-components
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
Breaking Changes
- Drop support for php 7
Added
- Add
container-classprop to inputs - Add language file for any text used in components
- Add switch toggle component (
<x-switch-toggle />)
Changed
- Allow
form-groupcomponent label to be omitted by passing infalseforlabel - Update alpine dependency to version
2.8.0 - Lighten up input placeholder color (apply
placeholder-gray-400to inputs)
2.0.2
2.0.1
2.0.0
Changed
- Change styling to be compatible with TailwindCSS v2
- Change color classes to more abstract names like
primaryordanger- see the upgrade guide for more info <x-custom-select>component now renders options in anx-forloop and only accepts an array of options now<x-custom-select>component now useswire:filteras a livewire method name to perform server-side filtering- Change how alpine click event is registered on password component (from
@clicktox-on:click) - Make
<x-timezone-select>compatible with new api for<x-custom-select> - Change default clear icon for
<x-custom-select>
Added
- Add
buttonDisplayslot to<x-custom-select>component - Add
optionDisplayslot to<x-custom-select>component - Add
wireListenersproperty to<x-custom-select>component - Add
$maxOptionsproperty to<x-custom-select>component - Add ability for custom select options to be dependent on other custom selects
- Add php 8 support
Removed
- Remove
<x-custom-select-option>blade component - Remove
arraytype hint on$optionsattribute on<x-custom-select>to allow for more flexibility (i.e. passing in Collections)