Releases: rawilk/laravel-form-components
Releases · rawilk/laravel-form-components
4.0.5
31 Mar 14:21
Compare
Sorry, something went wrong.
No results found
Fixed
Prevent custom select placeholder being rendered twice
4.0.4
31 Mar 12:33
Compare
Sorry, something went wrong.
No results found
Fixed
Fix next/previous month button styling on flatpickr
4.0.3
30 Mar 20:20
Compare
Sorry, something went wrong.
No results found
Fixed
Fix issue with date-picker toggle icon trying to render for a false value
Fix minor styling issues with flatpickr
4.0.2
30 Mar 16:29
Compare
Sorry, something went wrong.
No results found
Fixed
Fix issue with inputs that have no leading addons having no border radius
4.0.1
30 Mar 16:21
Compare
Sorry, something went wrong.
No results found
Fixed
Fix border radius issue with inputs that have leading addons
Fix width issue for leading addons
4.0.0
29 Mar 14:12
Compare
Sorry, something went wrong.
No results found
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 the fixed-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 )
3.1.1
01 Mar 15:13
Compare
Sorry, something went wrong.
No results found
Fixed
Prevent inputs from rendering the string [] when name is omitted
3.1.0
24 Feb 14:34
Compare
Sorry, something went wrong.
No results found
Added
Add extra-attributes property to inputs to allow more options for attribute forwarding
3.0.6
22 Feb 16:07
Compare
Sorry, something went wrong.
No results found
Fixed
Stop using strict comparison for finding a "selected" option in select component (#11 )
3.0.5
03 Feb 15:04
Compare
Sorry, something went wrong.
No results found
Fixed
Fix bug with multiple custom select "selectedOption" not updating correctly and throwing JS errors