Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

2.0.0

Choose a tag to compare

@rawilk rawilk released this 27 Nov 18:59
29ea7e4

Changed

  • Change styling to be compatible with TailwindCSS v2
  • Change color classes to more abstract names like primary or danger - see the upgrade guide for more info
  • <x-custom-select> component now renders options in an x-for loop and only accepts an array of options now
  • <x-custom-select> component now uses wire:filter as a livewire method name to perform server-side filtering
  • Change how alpine click event is registered on password component (from @click to x-on:click)
  • Make <x-timezone-select> compatible with new api for <x-custom-select>
  • Change default clear icon for <x-custom-select>

Added

  • Add buttonDisplay slot to <x-custom-select> component
  • Add optionDisplay slot to <x-custom-select> component
  • Add wireListeners property to <x-custom-select> component
  • Add $maxOptions property 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 array type hint on $options attribute on <x-custom-select> to allow for more flexibility (i.e. passing in Collections)