This repository was archived by the owner on Mar 18, 2025. It is now read-only.
4.0.0
Changed
- Inline most tailwind class names on form components
- Remove majority of styles from stylesheet
- Change styling from sass to css/postcss
- Enable border by default on
<x-form-group>when it is inline and not the first child in a container - Enable margins on
<x-form-group>by default - Change how
<x-custom-select>"scrolls" to each option - Switch any icons rendered with
svg()helper to be rendered with<x-dynamic-component />blade component instead
Added
- Add ability to specify grid columns on
<x-checkbox-group>component (when inline) - Add
$optionaland$hintattributes to<x-form-group>component
Removed
- Remove
$fixedPositionprop from<x-custom-select>
Fixed
- Fix array to string conversion error on textarea when no value is passed in to it
- Prevent
$wirefrom breaking<x-custom-select>when not used in a livewire component <x-custom-select>will now position itself correctly and will not require thefixed-positionprop anymore (requires Popper.js)- Add missing translations to form-components translation file
- Render timezone-select with correctly when using a component name prefix (#16)