Skip to content

Releases: LaravelCollective/html

v5.7.1

05 Sep 18:36
Compare
Choose a tag to compare
Merge branch '5.6' into 5.7

Laravel 5.7 Compatible

05 Sep 18:12
68caec9
Compare
Choose a tag to compare
Merge pull request #567 from yajra/patch-57

Add support for Laravel 5.7

v5.6.10

18 Jun 15:04
Compare
Choose a tag to compare
Allow sub-select to be iterable to accept array and collection (#540)

v5.6.9: Can set class attribute in array. (#521)

30 May 16:09
Compare
Choose a tag to compare
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)

10 May 17:15
Compare
Choose a tag to compare
* Added range, month, week.

* Added URL test.

* Removed duplicate function testFormFile.

v5.6.7

26 Apr 16:09
Compare
Choose a tag to compare
Update to PHPUnit 7.1 (#511)

v5.6.6: Fix the issue where defaults has a higher priority then the attribute…

09 Apr 14:10
Compare
Choose a tag to compare

v5.5.4

27 Mar 13:35
04c596a
Compare
Choose a tag to compare
Update composer.json

v5.6.5: Placeholder for select element not hidden anymore (#493) (#499)

22 Mar 14:01
Compare
Choose a tag to compare
* 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)

17 Mar 19:06
Compare
Choose a tag to compare
* Placeholder for select element not hidden anymore (#493)

* Fix tests for placeholder select element without hidden attribue