Releases: rawilk/laravel-form-components
Releases · rawilk/laravel-form-components
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
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
$optional
and$hint
attributes to<x-form-group>
component
Removed
- Remove
$fixedPosition
prop from<x-custom-select>
Fixed
- Fix array to string conversion error on textarea when no value is passed in to it
- Prevent
$wire
from breaking<x-custom-select>
when not used in a livewire component <x-custom-select>
will now position itself correctly and will not require thefixed-position
prop anymore (requires Popper.js)- Add missing translations to form-components translation file
- Render timezone-select with correctly when using a component name prefix (#16)