Laravel v7.14.0 is released in 2020/06/02, here are the changes we`ve merged into this release.
v7.14.0 (2020-06-02)
Added
- Views: make attributes available within render method (#32978)
- Added forceDeleted method to SoftDeletes (#32982)
- Added Illuminate\Filesystem\Filesystem::guessExtension() method (#33001, d26be90)
- Added Illuminate\Http\Client\Request::toPsrRequest() (#33016)
- Added Illuminate\Support\MessageBag::addIf() method (50efe09)
- Provide psr/container-implementation (#33020)
- Support PHP 8's reflection API (#33039, 6018c1d)
Fixed
- Restore app()->getCached*Path() absolute '/' behavior in Windows (#32969)
- Fixed Issue with using "sticky" option with Postgresql driver and read/write connections. (#32973)
- 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)