v7.9.0 (2020-04-28)
Added
- Add pdo try again as lost connection message (#32544)
- Compile Echos Within Blade Component Attributes (#32558)
- Parameterless Component Methods Invokable With & Without Parens (#32560)
Fixed
- Fixed
firstWhere
behavior for relations (#32525) - Added check to avoid endless loop in
MailManager::createTransport()
(#32549) - Fixed table prefixes with
compileDropDefaultConstraint()
(#32554) - Fixed boolean value in
Illuminate\Foundation\Testing\TestResponse::assertSessionHasErrors()
(#32555) - Fixed
Model::getOriginal()
with custom casts (9e22c7c)
Changed
- Added
withName
toIlluminate\View\Component::ignoredMethods()
(2e9eef2)