Skip to content

Releases: hotwired-laravel/turbo-laravel

0.9.0

17 Jun 02:09
1ee49ac
Compare
Choose a tag to compare

Changelog

  • BC: The broadcastDetaultTargets method on the Broadcasts trait was renamed to brodcastDefaultStreamables
  • NEW: Adds a before and after method to the response builder. These were introduced in the v7.0.0-beta.6
  • NEW: Adds the broadcastBefore, broadcastAfter, broadcastBeforeTo, and beforeAfterTo to the Broadcasts trait. These were introduced in the v7.0.0-beta.6
  • CHANGED: The installer now requires Alpine.js 3 with the adapter snippet included
  • CHANGED: The installer now requires Turbo v7.0.0-beta.7

0.8.0

16 Jun 01:34
Compare
Choose a tag to compare

Changed

  • BC: Updated the minimum required Laravel version to ^8.45 so we can use the new broadcast goodies
  • Use (and recommend in docs) the new broadcast conventions in Laravel
  • Use the broadcast_sync instead of the broadcast_now function (it got deprecated)

0.7.1

16 Jun 01:31
Compare
Choose a tag to compare

Removed

  • Removes the mention to the echo.js file in the install command

0.7.0

31 May 23:09
Compare
Choose a tag to compare

Changed

  • Tweaked the JS scaffolding (6fafd48)

Added

  • Added a @unlessturbonative custom blade IF macro which works as the opposite of the existing @turbonative macro (1d33331)

0.6.0

14 May 01:25
bb549c7
Compare
Choose a tag to compare

Changed

  • BC: New Turbo Stream HTTP Response API (#19)

0.5.1

20 Apr 02:45
Compare
Choose a tag to compare

Changed

  • Bump the @hotwired/turbo NPM dependency to 7.0.0-beta.5 when installing the package.

0.5.0

20 Apr 02:44
812c074
Compare
Choose a tag to compare

Changed

  • BC: Adds the new broadcasting API. Here's an example of the changes needed for the upgrade. (#17)

0.4.0

19 Mar 16:50
Compare
Choose a tag to compare

Fixed

  • Soft-deletes should be treated as regular deletes (see #16)

0.3.2

19 Mar 16:50
e85955f
Compare
Choose a tag to compare

Changed

  • Updates the scaffolding of the JS files to streamline Turbo.js setup

0.3.1

10 Feb 03:29
Compare
Choose a tag to compare

Changed

  • [internal] Orchestra testbench should use at least 6.11