This repository was archived by the owner on Mar 18, 2025. It is now read-only.
v7.0.0
Added
- Add new
<x-tree-select>custom select component - Add new
<x-tree-select-option>component - Add new
<x-custom-select-option>component - Add livewire version of custom select component
- Add livewire version of tree select component
- Add various helper components for custom/tree select components
Changed
- Breaking Change: Bump minimum Laravel version to
8.70 - Breaking Change: Move styles into
resources/cssdirectory, which will require a different directory and file to import into stylesheets - Breaking Change: Change
textFieldprop oncustomSelecttolabelField - Breaking Change: Change defaults of
valueFieldandlabelFieldon custom select component toidandname, respectively - Breaking Change: Rename
minandmaxprops on custom select tominSelectedandmaxSelected, respectively - Breaking Change: Require a flat array of options on custom select, even if they contain "opt groups"
- Breaking Change: Remove
wire-listenersfrom custom select - Add various new props to custom select component
- Change default styling of custom select component
- Add Laravel 9.* compatibility
- Add PHP 8.1 compatibility
- Update Alpine JS CDN version in config
Fixed
- Various bug fixes in custom select and other components