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.

v7.9.2 (2020-04-28)

Changed

  • Extract InvokableComponentVariable class (f1ef6e6)
  • Changed argument order in Illuminate\View\Compilers\ComponentTagCompiler::__construct() (520544d)

v7.9.1 (2020-04-28)

Added

  • Added more proxy methods to deferred value from Illuminate\View\Component::createInvokableVariable() (08c4012)

v7.9.0 (2020-04-28)

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 to Illuminate\View\Component::ignoredMethods() (2e9eef2)

v7.8.1 (2020-04-24)

Fixed

  • Fixed Illuminate\Http\Resources\Json\PaginatedResourceResponse::toResponse() (d460374)

v7.8.0 (2020-04-24)

Added

  • Added signedRoute() and temporarySignedRoute() methods to Illuminate\Routing\Redirector (#32489)
  • Added takeUntil and takeWhile collection methods (#32494, #32496)
  • Added Illuminate\Container\ContextualBindingBuilder::giveTagged() (#32514)
  • 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)