Skip to content

Commit

Permalink
Prepare v5.6.1 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Apr 3, 2018
1 parent 4c9d831 commit 90e20a9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

This changelog references the relevant changes (bug and security fixes) done to `laravie/html`.

## 5.6.1

Released: 2018-04-03

### Changes

* Validation in select field for boolean value of selected option. ([@AndersonFriaca](https://github.com/AndersonFriaca))
* Placeholder for select element is no longer hidden. ([@ilyadrv](https://github.com/ilyadrv))

### Fixes

* Fix form method of hidden input '_method' is preserved on next request. ([@tortuetorche](https://github.com/tortuetorche))
* Fix bug with radio button not being checked. ([@devinfd](https://github.com/devinfd))
* Fix selected to check for using `Illuminate\Support\Collection::contains()` whenever possible. ([@VinceG](https://github.com/VinceG))

## 5.6.0

Released: 2018-02-12
Expand Down

0 comments on commit 90e20a9

Please sign in to comment.