This repository was archived by the owner on Mar 18, 2025. It is now read-only.
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)