Releases: hotwired/turbo-rails
Releases Β· hotwired/turbo-rails
v1.4.0
What's Changed
- Upgrade to Turbo 7.3.0 by @dhh
- Allow passing a
:template
option to Broadcastable methods by @davidalejandroaguilar in #425 - Include minimal layout in frame responses by @kevinmcconnell in #428
- Add connected state to
turbo-cable-stream-source
by @kevinmcconnell in #430 - Use new format instead of legacy by @loqimean in #435
- Support renderable object as turbo stream content by @joeldrapper in #433
Full Changelog: v1.3.3...v1.4.0
v1.3.3
What's Changed
- Upgrade to Turbo 7.2.5 by @dhh
- Fix "'**' interpreted as argument prefix" warning by @jonathanhefner in #400
- Add Type Safety Guards to
turbo/fetch_requests
by @seanpdoyle in #403 - Allow passing extra params to native redirect URL by @kevinmcconnell in #411
- Reduce allocations in
turbo_stream_action_tag
by @jonathanhefner in #415 - Undefine check for custom element 'turbo-cable-stream-source'. by @riffdr in #410
Full Changelog: v1.3.2...v1.3.3
v1.3.2
v1.3.1
v1.3.0
What's Changed
- Upgrade to Turbo 7.2.0 by @dhh in #361
- Replace
?
operator with conditional check by @seanpdoyle in #337 - Enhance provided Drive helpers to allow controlling
cache
andvisit
meta tags by @agrobbin in #360 - Prevent html: escaping in broadcast later actions by @afcapel in #362
- Encode HTTP method into Request body as
_method
by @seanpdoyle in #370 - Allow additional attributes on the
turbo_stream_action_tag
helper by @marcoroth in #373 - Don't assume fetchOptions has a
body
by @kevinmcconnell in #384 - Make
target
andtargets
attributes optional for Stream actions by @marcoroth in #375
Full Changelog: v1.1.1...v1.3.0
v1.1.1
What's Changed
- Rails default key generator hash digest class is respected by @aaronjensen in #335
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Add support
[formmethod]
overrides to_method
by @seanpdoyle in #239 - Add allowance for rendering to be passed so that we can change the partial and object when broadcasting by @ankurp in #113
- Add :targets to assert_turbo_stream by @zarqman in #321
- Add ability to pass additional parameters to stream channels by @yrashk in #308
- Add nested dom_id call for naming turbo frames by @alexandreruban in #296
- Fix breaking in non-Zeitwerk environment by @mshibuya in #304
- Fix use which on Windows with where (#299) by @mohits in #300
- Fix missing
activejob
dependency by @codealchemy in #331 - Fix call dom_id explicitly in turbo_frame_tag by @leastbad in #333
- Fix Turbo::Broadcastable#broadcasts broadcasts creates to model_name.plural stream by @Exterm1nate in #295
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- Upgrade to @rails/actioncable v7.0.1 by @dhh
- Add Turbo::Broadcastable support for #broadcast_render and #broadcast_render_to by @morgangrubb in #298
Full Changelog: v1.0.0...v1.0.1