Releases: rawilk/laravel-form-components
Releases · rawilk/laravel-form-components
5.1.0
5.1.0 - 2021-07-26
Added
- Add custom
after
slot to allow custom markup for "trailing addons"
5.0.5
Fixed
- Update
custom-select
component to use $nextTick
in x-init
for Alpine.js v3 (#25)
5.0.4
Fixed
- Fix issues with timezone custom select options
- Update custom select "selected option" styling
Updated
- Use the new
Alpine.data(...)
to define the customSelect
Alpine component
5.0.3
Fixed
- Add backwards compatibility for Laravel 8.0 - 8.26 by adding a
class
macro to ComponentAttributeBag::class
if the method does not exist
5.0.2
Fixed
- Fix syntax error in checkbox/radio component
5.0.1
Fixed
- Fix syntax issues with FilePond component
Updated
- Add
hasStartsWith
macro for blade component attributes
5.0.0
Added
Removed
- Remove Alpine.js v2 support
Updated
- Update tailwind version to
2.2.2
in laravel-form-components-styles
sub-package
- Remove
postcss
in favor of tailwind cli in laravel-form-components-styles
sub-package
- Update dev dependencies
4.0.8
Fixed
- Fix issue with date picker not always showing the currently selected date when opened
4.0.7
Fixed
- Fix leading icon size and z-index issues
4.0.6
Fixed
- Fix FilePond background color issue