Releases: Okipa/laravel-form-components
Releases · Okipa/laravel-form-components
1.2.0: Laravel 10 support (#28)
1.1.0: Php 8.2 support (#24)
- Added PHP 8.2 support
- Dropped PHP 8.0 support
1.0.9
1.0.8
1.0.7 (#20)
- Replaced
phpcs/phpcbf
bylaravel/pint
1.0.6: Input file fixes (#17)
- Fixed Bootstrap 4 input file input validation class wrong positioning:
is-valid
andis-invalid
classes are now added to thecustom-file
div without addon declarationis-valid
andis-invalid
classes are now added to theinput-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)
- Fixed remaining input components without
name
attributes when they were wired
1.0.4 (#15)
- Fixed inputs in order to let them generate the
name
attribute even if they are wired