This repository was archived by the owner on Mar 18, 2025. It is now read-only.
v6.0.0
Added
- Register all components under a the
form-components::namespace
Fixed
- Fix button display issues when passing values manually to
custom-select(#34)
Updated
- Update asset versions in the config
- Reference all
form-componentscomponents using<x-form-components::>instead of<x-dynamic-component> - Add better support for multi
custom-selectin non-livewire forms (#34)
Changed
- Switch from rollup to laravel-mix for compiling package JavaScript
Breaking changes
- Increase minimum Laravel version to
8.56 - Remove ability to override component views in the config (in favor of just publishing the package's views)