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.

v10.48.3 - 2024-03-15

  • Re-tag version

v10.48.2 - 2024-03-12

  • [10.x] Fix for attributes being escaped on Dynamic Blade Components by @pascalbaljet in (#50471)

v10.48.1 - 2024-03-12

v10.48.0 - 2024-03-12

  • fix: incomplete type for Builder::from property by @sebj54 in (#50426)
  • [10.x] After commit callback throwing an exception causes broken transactions afterwards by @oprypkhantc in (#50423)
  • [10.x] Anonymous component bound attribute values are evaluated twice by @danharrin in (#50403)
  • [10.x] Fix for sortByDesc ignoring multiple attributes by @TWithers in (#50431)
  • [10.x] Allow sync with carbon to be set from fake method by @abenerd in (#50450)
  • [10.x] Improves Illuminate\Mail\Mailables\Envelope docblock by @crynobone in (#50448)
  • [10.x] Incorrect return in FileSystem.php by @gcazin in (#50459)

v10.47.0 - 2024-03-05

  • [10.x] Allow for relation key to be an enum by @AJenbo in (#50311)
  • FIx for "empty" strings passed to Str::apa() by @tiagof in (#50335)
  • [10.x] Fixed header mail text component to not use markdown by @dmyers in (#50332)
  • [10.x] Add test for the "empty strings in Str::apa()" fix by @osbre in (#50340)
  • [10.x] Support sort option flags on sortByMany Collections by @TWithers in (#50269)
  • [10.x] Add whereAll and whereAny methods to the query builder by @musiermoore in (#50344)