Skip to content

Releases: hotwired/turbo-rails

v2.0.0-beta.2

19 Dec 09:56
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

What's Changed

  • Require AttributeAccessorsPerThread by @sevos in #523
  • Fix sending created broadcasts refreshes to channels where no one listens by @tonysm in #521
  • Fix System Tests in CI environment by @seanpdoyle in #538

New Contributors

Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2

v2.0.0-beta.1

23 Nov 15:14
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.5.0...v2.0.0-beta.1

v1.5.0

11 Oct 13:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

v1.4.0

01 Mar 16:54
@dhh dhh
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.4.0

v1.3.3

31 Jan 15:58
@dhh dhh
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

21 Oct 08:26
@dhh dhh
Compare
Choose a tag to compare

What's Changed

  • Upgrade to Turbo 7.2.4 by @dhh

Full Changelog: v1.3.1...v1.3.2

v1.3.1

12 Oct 10:58
@dhh dhh
Compare
Choose a tag to compare

What's Changed

  • Upgrade to Turbo 7.2.2 by @dhh

Full Changelog: v1.3.0...v1.3.1

v1.3.0

22 Sep 14:21
@dhh dhh
Compare
Choose a tag to compare

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 and visit 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 and targets attributes optional for Stream actions by @marcoroth in #375

Full Changelog: v1.1.1...v1.3.0

v1.1.1

23 May 07:02
@dhh dhh
Compare
Choose a tag to compare

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

22 May 15:18
@dhh dhh
Compare
Choose a tag to compare

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