We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e22157 commit 1ce1d71Copy full SHA for 1ce1d71
CHANGELOG.md
@@ -2,6 +2,19 @@
2
3
This changelog references the relevant changes (bug and security fixes) done to `laravie/html`.
4
5
+## 5.5.2
6
+
7
+Released: 2018-04-03
8
9
+### Changes
10
11
+* Validation in select field for boolean value of selected option. ([@AndersonFriaca](https://github.com/AndersonFriaca))
12
13
+### Fixes
14
15
+* Fix form method of hidden input '_method' is preserved on next request. ([@tortuetorche](https://github.com/tortuetorche))
16
+* Fix selected to check for using `Illuminate\Support\Collection::contains()` whenever possible. ([@VinceG](https://github.com/VinceG))
17
18
## 5.5.1
19
20
Released: 2018-02-10
0 commit comments