Releases: rawilk/laravel-form-components
Releases · rawilk/laravel-form-components
1.4.2
Changed
- Allow form-group component to accept a
label-id
attribute to allow giving the label an id
1.4.1
Fixed
- Give custom select menu container a higher z-index to prevent it from appearing under other form inputs
1.4.0
Added
- Add new
custom-select
component (#4)
- Add new
@fcJavaScript
blade directive for custom package JavaScript
Changed
- Modify
@fcScripts
to output package JavaScript that powers custom components
- Change
timezone-select
to support using both native select and new custom-select
component
1.3.2
Added
- Add
file-pond-clear
event listener to clear out all files in the FilePond instance
1.3.1
Added
- Add a
wire:model
watcher to the file-pond
component to watch for manual file deletions
Changed
- Change how FilePond is initialized on the
file-pond
component.
1.3.0
Added
- Add a file input component (#2)
- Add a FilePond component (#2)
Changed
- Only render the id attribute on inputs if an id is set on the component
1.2.1
Changed
- Only render the checkbox/radio label markup if a label or description is present
1.2.0
Added
- Add a date picker component (#7)
- Add directives
@fcStyles
and @fcScripts
for linking to 3rd party CDN libraries when not in production (view commit)
Changed
- Change format of timezone display in select options
1.1.1
Fixed
- Move x-cloak directive in x-password component to the toggle icon so autofocus can work properly on the input.
1.1.0
Added
- Add timezone select component