Releases: hotwired-laravel/turbo-laravel
Releases · hotwired-laravel/turbo-laravel
0.9.0
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
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
Removed
- Removes the mention to the
echo.js
file in the install command
0.7.0
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
Changed
- BC: New Turbo Stream HTTP Response API (#19)
0.5.1
Changed
- Bump the
@hotwired/turbo
NPM dependency to 7.0.0-beta.5
when installing the package.
0.5.0
Changed
- BC: Adds the new broadcasting API. Here's an example of the changes needed for the upgrade. (#17)
0.4.0
Fixed
- Soft-deletes should be treated as regular deletes (see #16)
0.3.2
Changed
- Updates the scaffolding of the JS files to streamline Turbo.js setup
0.3.1
Changed
- [internal] Orchestra testbench should use at least 6.11