Releases: hotwired-laravel/turbo-laravel
Releases · hotwired-laravel/turbo-laravel
2.1.0
2.0.1
2.0.0
What's Changed
- Renames the Code namespace and Composer/Packagist namespace by @tonysm in #112
- Workbench Improvements by @crynobone in #117
- Workbench by @tonysm in #116
- Adds the Request::wasFromTurboFrame macro by @tonysm in #123
- Adds the plural version of wantsTurboStream() macro for convenience by @tonysm in #124
- Turbo frame testing helpers by @tonysm in #125
- Use Workbench 1 API by @crynobone in #120
- Send flash messages via query string on Turbo Native redirects (recede, resume, & refresh) by @tonysm in #127
- Page Refreshes by @tonysm in #128
- Turbo Drive components by @tonysm in #134
- Allow configuring partials path pattern by @tonysm in #136
- Adds a
<x-turbo::refresh-method />
and<x-turbo::refresh-scroll />
components by @tonysm in #137 - Laravel 11 Support by @tonysm in #142
- Allow custom action broadcasts by @tonysm in #144
- Add Bun support by @goale in #145
- fix: typo on turbo-frames.md by @SlimGee in #146
New Contributors
- @crynobone made their first contribution in #117
- @goale made their first contribution in #145
- @SlimGee made their first contribution in #146
Full Changelog: 1.12.2...2.0.0
2.0.0-beta5
What's Changed
- Allow custom action broadcasts (with no render) and add a new
view()
alias to thePendingBroadcast
class by @tonysm in #144
Full Changelog: 2.0.0-beta4...2.0.0-beta5
2.0.0-beta4
2.0.0-beta3
What's Changed
Full Changelog: 2.0.0-beta2...2.0.0-beta3
2.0.0-beta2
Changelog
- NEW: New Blade components that allow configuring Turbo Drive behavior were added. See docs
- CHANGED: The Blade components moved from the
<x-turbo-*
notation to<x-turbo::*
; Besides looking better, the later format allows us to remove the PHP classes and use anonymous components instead. The 2.x upgrade guide was updated.
2.0.0-beta1
What's Changed
- CHANGED: Renames the Code namespace and Composer/Packagist namespace by @tonysm in #112
- NEW:
Request::wasFromTurboFrame
macro by @tonysm in #123 - NEW: Adds the plural version of wantsTurboStream() macro for convenience by @tonysm in #124
- NEW: Turbo frame testing helpers by @tonysm in #125
- NEW: Send flash messages via query string on Turbo Native redirects (recede, resume, & refresh) by @tonysm in #127
- NEW: Page Refreshes by @tonysm in #128
- INTERNAL: Workbench Improvements by @crynobone in #117
- INTERNAL: Workbench by @tonysm in #116
New Contributors
- @crynobone made their first contribution in #117
Full Changelog: 1.12.2...2.0.0-beta1
Upgrade guide can be found at https://turbo-laravel.com/docs/2.x/upgrade
1.12.2
1.12.1
What's Changed
- Reuse
Name
instances to improve performance when usingdom_id
anddom_class
functions (on my benchmarks, it went from 3.596μs to just 0.252μs) by @tobyzerner in #106
New Contributors
- @tobyzerner made their first contribution in #106
Full Changelog: 1.12.0...1.12.1