Skip to content

Releases: rawilk/laravel-form-components

1.4.2

26 Oct 13:28
7314a06
Compare
Choose a tag to compare

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
60706cb
Compare
Choose a tag to compare

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
fa4e071
Compare
Choose a tag to compare

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
1f26c13
Compare
Choose a tag to compare

Added

  • Add file-pond-clear event listener to clear out all files in the FilePond instance

1.3.1

15 Oct 14:30
5383321
Compare
Choose a tag to compare

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
8dfa2e7
Compare
Choose a tag to compare

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
c049593
Compare
Choose a tag to compare

Changed

  • Only render the checkbox/radio label markup if a label or description is present

1.2.0

06 Oct 19:55
f076834
Compare
Choose a tag to compare

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
ac1cc78
Compare
Choose a tag to compare

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
d1a9b8b
Compare
Choose a tag to compare

Added

  • Add timezone select component