Skip to content

v5.5.2

Compare
Choose a tag to compare
@crynobone crynobone released this 03 Apr 09:23
· 297 commits to master since this release

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)