v5.5.2
Changes
- Validation in select field for boolean value of selected option. (@AndersonFriaca)
Fixes
- Fix form method of hidden input '_method' is preserved on next request. (@tortuetorche)
- Fix selected to check for using
Illuminate\Support\Collection::contains()
whenever possible. (@VinceG)