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

v6.0.0

Compare
Choose a tag to compare
@rawilk rawilk released this 20 Sep 12:52
· 336 commits to main since this release
425dbe6

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-components components using <x-form-components::> instead of <x-dynamic-component>
  • Add better support for multi custom-select in 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)