Laravel Changelog History Search
Welcome to the Laravel Changelog History Search! Dive into the comprehensive history of the Laravel framework with ease. Explore past changes, updates, and improvements. Find specific versions or features quickly. Stay informed and empowered as you navigate the evolution of Laravel. Start searching and uncover the valuable insights from the Laravel Changelog History.
Added
- Added more proxy methods to deferred value from
Illuminate\View\Component::createInvokableVariable()
(08c4012)
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)
Fixed
- Fixed
Illuminate\Http\Resources\Json\PaginatedResourceResponse::toResponse()
(d460374)
Added
- Added
signedRoute()
andtemporarySignedRoute()
methods toIlluminate\Routing\Redirector
(#32489)
- Added
Illuminate\Container\ContextualBindingBuilder::giveTagged()
(#32514)
- Added methods
withFragment
andwithoutFragment
toIlluminate\Http\RedirectResponse
(11d6bef, 0099591, 42c67a1, a1e741a)
- Added
exclude_without
validation rule (4083ae5)
Fixed
- Fixed compiled route actions without a namespace (#32512)
- Reset select bindings when setting select (#32531)
Changed
- Added warn in
Illuminate/Support/Facades/Auth::routes()
when laravel/ui is not installed (#32482)
- Added auth to each master on
Illuminate\Redis\Connections\PhpRedisConnection::flushdb()
(837921b)
- Register opis key so it is not tied to a deferred service provider (Illuminate/Encryption/EncryptionServiceProvider.php) (62d8a07)
- Pass status code to schedule finish (#32516)
- Check route:list --columns option case insensitively (#32521)
Deprecated
- Deprecate
Illuminate\Support\Traits\EnumeratesValues::until
(#32517)