Releases: rawilk/laravel-form-components
Releases · rawilk/laravel-form-components
1.4.2
26 Oct 13:28
Compare
Sorry, something went wrong.
No results found
Changed
Allow form-group component to accept a label-id
attribute to allow giving the label an id
1.4.1
26 Oct 13:05
Compare
Sorry, something went wrong.
No results found
Fixed
Give custom select menu container a higher z-index to prevent it from appearing under other form inputs
1.4.0
25 Oct 17:26
Compare
Sorry, something went wrong.
No results found
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
15 Oct 15:18
Compare
Sorry, something went wrong.
No results found
Added
Add file-pond-clear
event listener to clear out all files in the FilePond instance
1.3.1
15 Oct 14:30
Compare
Sorry, something went wrong.
No results found
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
14 Oct 19:50
Compare
Sorry, something went wrong.
No results found
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
12 Oct 16:16
Compare
Sorry, something went wrong.
No results found
Changed
Only render the checkbox/radio label markup if a label or description is present
1.2.0
06 Oct 19:55
Compare
Sorry, something went wrong.
No results found
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
19 Sep 03:49
Compare
Sorry, something went wrong.
No results found
Fixed
Move x-cloak directive in x-password component to the toggle icon so autofocus can work properly on the input.
1.1.0
16 Sep 19:00
Compare
Sorry, something went wrong.
No results found
Added
Add timezone select component