Skip to content

Releases: Okipa/laravel-form-components

1.2.0: Laravel 10 support (#28)

21 Jan 21:45
7ddabaa
Compare
Choose a tag to compare
  • Locked PHP versions to 8.1 and 8.2
  • Dropped Laravel 8 support
  • Added Laravel 10 support

1.1.0: Php 8.2 support (#24)

23 Dec 20:53
326edd4
Compare
Choose a tag to compare
  • Added PHP 8.2 support
  • Dropped PHP 8.0 support

1.0.9

07 Nov 09:58
Compare
Choose a tag to compare
  • Fixed Bootstrap 4 checkbox & radio wrong classes by @Balsakup in #22
  • Fix Bootstrap 4 caption and error message positioning that caused displaying issue when declaring an input group by @Balsakup (first contribution) in #21

1.0.8

27 Oct 08:57
Compare
Choose a tag to compare
  • Improved CI

1.0.7 (#20)

01 Aug 08:29
408a6a8
Compare
Choose a tag to compare
  • Replaced phpcs/phpcbf by laravel/pint

1.0.6: Input file fixes (#17)

15 Apr 10:26
1aa5323
Compare
Choose a tag to compare
  • Fixed Bootstrap 4 input file input validation class wrong positioning:
    • is-valid and is-invalid classes are now added to the custom-file div without addon declaration
    • is-valid and is-invalid classes are now added to the input-group div with addon declaration
  • Fixed Bootstrap 4 input caption and error message positioning: they are now positioned under input group div in order to be displayed correctly

1.0.5 (#16)

18 Mar 15:02
e0fc3cd
Compare
Choose a tag to compare
  • Fixed remaining input components without name attributes when they were wired

1.0.4 (#15)

18 Mar 14:52
09af93e
Compare
Choose a tag to compare
  • Fixed inputs in order to let them generate the name attribute even if they are wired

1.0.3

17 Mar 10:30
Compare
Choose a tag to compare
  • Fixed Bootstrap4 file input missing label
  • Transformed Bootstrap4 file input custom label to behave as a placeholder

1.0.2

23 Feb 17:39
Compare
Choose a tag to compare
  • Fixed Bootstrap4 file input
  • Fixed Bootstrap4 caption partial