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
- Support array syntax in
Illuminate\Routing\Route::uses()
(f80ba11)
Fixed
- Fixed
BatchRepositoryFake
TypeError (#34225)
- Fixed dynamic component bug (4b1e317)
Changed
- Give shadow a rounded edge to match content in
tailwind.blade.php
(#34198)
- Pass the request to the renderable callback in
Illuminate\Foundation\Exceptions\Handler::render()
(#34200)
- Respect local env in
Illuminate\Foundation\Console\ServeCommand::startProcess()
(75e792d)
Check the upgrade guide in the Official Laravel Upgrade Documentation. Also you can see some release notes in the Official Laravel Release Documentation.
Added
- Added new line to
DetectsLostConnections
(#36373)
Fixed
- Fixed
Illuminate\View\ViewException::report()
(#36110)
- Fixed
Illuminate\Redis\Connections\PhpRedisConnection::spop()
(#36106)
- Fixed
Illuminate/Database/Query/Builder::limit()
to only cast integer when given other than null (#39653)
- Fixes database offset value with non numbers (#39656)
Changed
- Pipe new through render and report exception methods (#36037)
- Typecast page number as integer in
Illuminate\Pagination\AbstractPaginator::resolveCurrentPage()
(#36055)