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.
v9.36.2 - 2022-10-18
Fixed
- Ensures view creators and composers are called when * is present (#44636)
v9.36.1 - 2022-10-18
Fixed
- Fixes livewire components that were using createBladeViewFromString (#pull)
v9.36.0 - 2022-10-18
Added
- Added mailable assertions (#44563)
- Added
Illuminate/Testing/TestResponse::assertContent()
(#44580)
- Added to
Illuminate/Console/Concerns/InteractsWithIO::alert()
$verbosity
param (#44614)
Optimization
- Makes blade components blazing fast (#44487)
Fixed
- Fixed
Illuminate/Filesystem/Filesystem::relativeLink()
(#44519)
- Fixed for
model:show
failing with models that have null timestamp columns (#44576)
- Allow Model::shouldBeStrict(false) to disable "strict mode" (#44627)
Changed
- Dont require a host for sqlite connections in php artisan db (#44585)
- Let MustVerifyEmail to be used on models without id as primary key (#44613)
- Changed
Illuminate/Routing/Route::controllerMiddleware()
(#44590)
v9.35.1 - 2022-10-11
Fixed
- Remove check for
$viewFactory->exists($component)
inIlluminate/View/Compilers/ComponentTagCompiler::componentClass
(7c6db00)
v9.35.0 - 2022-10-11
Added
- Allow loading trashed models for resource routes (#44405)
- Added
Illuminate/Database/Eloquent/Model::shouldBeStrict()
and other (#44283)
- Controller middleware without resolving controller (#44516)
- Alternative Mailable Syntax (#44462)
Fixed
- Fix issue with aggregates (withSum, etc.) for pivot columns on self-referencing many-to-many relations (#44286)
- Fixes issue using static class properties as blade attributes (#44473)
- Traversable should have priority over JsonSerializable in EnumerateValues (#44456)
- Fixed
make:cast --inbound
so it's a boolean option, not value (#44505)
Changed
- Testing methods. Making error messages with json_encode more readable (#44397)
- Have 'Model::withoutTimestamps()' return the callback's return value (#44457)
- only load trashed models on relevant routes (#44478)
- Adding additional PHP extensions to shouldBlockPhpUpload Function (#44512)
- Register cutInternals casters for particularly noisy objects (#44514)
- Use get methods to access application locale (#44521)
- Correct channel matching (#44531)
- Migrate mail components (#44527)