Releases: LaravelCollective/html
Releases · LaravelCollective/html
v5.7.1
Laravel 5.7 Compatible
Merge pull request #567 from yajra/patch-57 Add support for Laravel 5.7
v5.6.10
v5.6.9: Can set class attribute in array. (#521)
In case of you want to add class by condition. ``` Form::text('name', null, ['class' => [ 'form-control-, $error ? 'is-invalid' : '', ]]); ```
v5.6.8: Add range, month, week. (#520)
* Added range, month, week. * Added URL test. * Removed duplicate function testFormFile.
v5.6.7
v5.6.6
v5.5.4
v5.6.5: Placeholder for select element not hidden anymore (#493) (#499)
* Placeholder for select element not hidden anymore (#493) * Fix tests for placeholder select element without hidden attribue
v5.6.4: Placeholder for select element not hidden anymore (#493) (#499)
* Placeholder for select element not hidden anymore (#493) * Fix tests for placeholder select element without hidden attribue