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
- Views: make attributes available within render method (#32978)
- Added
forceDeleted
method toSoftDeletes
(#32982)
- Added
Illuminate\Http\Client\Request::toPsrRequest()
(#33016)
- Added
Illuminate\Support\MessageBag::addIf()
method (50efe09)
- Provide
psr/container-implementation
(#33020)
Fixed
- Restore
app()->getCached*Path()
absolute '/' behavior in Windows (#32969)
- Fixed custom class cast with dates (2d52abc)
- Fixed
Illuminate\Database\Eloquent\Collection::getQueueableRelations()
(00e9ed7)
- Fixed bug with update existing pivot and polymorphic many to many (684208b)
- Fixed localization in tailwind view (f2eb9ab)
Changed
- Use new line for
route:list
middleware (#32993)
- Disallow generation commands with reserved names (#33037)
Added
- Added
Illuminate\Http\Middleware\TrustHosts
(9229264)
- Added ability to skip middleware from resource routes (#32891)
Fixed
- Fixed Queued Mail MessageSent Listener With Attachments (#32795)
- Added error clearing before sending in
Illuminate\Mail\Mailer::sendSwiftMessage()
(#32799)
- Avoid foundation function call in the auth component (#32805)
- Fixed inferred table reference for
Illuminate\Database\Schema\ForeignIdColumnDefinition::constrained()
(#32847)
- Fixed wrong component generation (73060db)
- Fixed bug with request rebind and url defaults in
Illuminate\Routing\UrlGenerator
(6ad92bf)
- Fixed
Illuminate\Cache\ArrayStore::increment()
bug that changes expiration to forever (#32875)
Changed
- Don't cache non objects in
Illuminate/Database/Eloquent/Concerns/HasAttributes::getClassCastableAttributeValue()
(894fe22)
- Added explicit
symfony/polyfill-php73
dependency (5796b1e)
- Added alias as key of package's view components (#32863)