Skip to content

Releases: hotwired-laravel/turbo-laravel

0.15.1

01 Oct 00:05
9086262
Compare
Choose a tag to compare

Changelog

  • CHANGED: Bumps the @hotwired/turbo to version ^7.0.1 for new installs

0.15.0

24 Sep 19:31
a0963e3
Compare
Choose a tag to compare

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

15 Sep 23:04
de38ac1
Compare
Choose a tag to compare

Changelog

  • CHANGED: Bumps @hotwired/turbo to RC.4 on new installs

0.13.0

15 Sep 00:12
bba76fb
Compare
Choose a tag to compare

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

23 Jul 21:19
b1f3314
Compare
Choose a tag to compare

Changelog

  • NEW: there is a new request macro request()->wasFromTurboNative(), which can be used in content negotiation (#30)

0.11.2

23 Jul 03:30
e83d033
Compare
Choose a tag to compare

Changelog

  • CHANGED: Replaces the usage of simplexml_load_string with DOMDocument and DOMElement in the Turbo Stream testing helpers (#28)

0.11.1

23 Jul 03:29
Compare
Choose a tag to compare

Changelog

  • CHANGED: The installer now pulls Turbo.js 7.0.0-rc.1 on new installs

0.11.0

19 Jul 00:00
48d630b
Compare
Choose a tag to compare

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

23 Jun 02:56
Compare
Choose a tag to compare

Changelog

  • CHANGED: You can now pass any entity to the turbo stream helpers, not just Eloquent models. All the entity needs is to implement a getKey method that returns the identifier of that entity. [#26, 05c35c]

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