Skip to content

Releases: rawilk/laravel-form-components

5.1.0

26 Jul 19:26
78b1fdf
Compare
Choose a tag to compare

5.1.0 - 2021-07-26

Added

  • Add custom after slot to allow custom markup for "trailing addons"

5.0.5

13 Jul 15:41
1e5863c
Compare
Choose a tag to compare

Fixed

  • Update custom-select component to use $nextTick in x-init for Alpine.js v3 (#25)

5.0.4

02 Jul 15:12
5b4d885
Compare
Choose a tag to compare

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

25 Jun 15:03
9dfae7a
Compare
Choose a tag to compare

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

24 Jun 16:15
4755f04
Compare
Choose a tag to compare

Fixed

  • Fix syntax error in checkbox/radio component

5.0.1

24 Jun 15:38
cc8b490
Compare
Choose a tag to compare

Fixed

  • Fix syntax issues with FilePond component

Updated

  • Add hasStartsWith macro for blade component attributes

5.0.0

23 Jun 20:16
Compare
Choose a tag to compare

Added

  • Add Alpine.js v3 support

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

01 Jun 15:06
8f6711f
Compare
Choose a tag to compare

Fixed

  • Fix issue with date picker not always showing the currently selected date when opened

4.0.7

08 Apr 15:58
a00398e
Compare
Choose a tag to compare

Fixed

  • Fix leading icon size and z-index issues

4.0.6

31 Mar 20:15
8464d35
Compare
Choose a tag to compare

Fixed

  • Fix FilePond background color issue