Releases: hotwired-laravel/turbo-laravel
Releases · hotwired-laravel/turbo-laravel
0.15.1
0.15.0
Changelog
- CHANGED: Changed the default JS scaffolding (for new applications using
php artisan turbo:install
) - CHANGED: Bumps Turbo to final 7.0.0 version and Stimulus to the final 3.0.0 version
- FIX: Bumped the Livewire bridge to install the latest 0.1.4 version, which fixes the issue with
entangle
0.14.0
0.13.0
Changelog
- CHANGED: updated the JS scaffolding to add a
resources/js/libs
folder with a file for each lib. New installs should be more organized this way (I think) - CHANGED: updated
@hotwired/turbo
to the latest RC3 - CHANGED: updated Stimulus imports and installs. The package moved from
stimulus
to@hotwired/stimulus
. - CHANGED: tweaked the install command so it generates a more organized initial setup.
0.12.0
0.11.2
0.11.1
0.11.0
Changelog
- NEW: new testing helpers were added to the main package. From now on, the test-specific package is no longer needed and will be deprecated.
- CHANGED: the installer is now pulling the latest Turbo.js version (
v7.0.0-beta.8
)
0.10.0
0.9.0
Changelog
- BC: The
broadcastDetaultTargets
method on theBroadcasts
trait was renamed tobrodcastDefaultStreamables
- NEW: Adds a
before
andafter
method to the response builder. These were introduced in the v7.0.0-beta.6 - NEW: Adds the
broadcastBefore
,broadcastAfter
,broadcastBeforeTo
, andbeforeAfterTo
to theBroadcasts
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