Releases: hotwired/turbo-rails
Releases · hotwired/turbo-rails
v2.0.23
Updates the bundled JS to freshen stale dependencies from the previous release.
Full Changelog: v2.0.22...v2.0.23
v2.0.22
What's Changed
- Updates the bundled JS to v8.0.22 for renamed
session.navigatorto avoid clobberingwindow.navigator. See hotwired/turbo#1489.
Full Changelog: v2.0.21...v2.0.22
v2.0.21
What's Changed
- Add
rails@8.1to the CI matrix by @seanpdoyle in #758 - Use an immediate debouncer for tests by @djmb in #761
- Include hidden elements for turbo-cable-stream-source selector by @excid3 in #740
- Fix CI for
ruby@3.2.x-rails@7.2.xby @seanpdoyle in #764 - Add turbo frame assertion test helpers by @excid3 in #742
- Acccept meta tag string arguments as well by @frenkel in #754
- [fix #762] Forward broadcast_refresh_to options by @OutlawAndy in #763
- Add support for Model Class in Action and Frame helpers by @afrase in #597
- Remove legacy workaround for Rails < 7 by @drjayvee in #766
- Fix debouncer tests to wait on correct debouncer by @djmb in #767
- Restrict tests to
minitest < 6by @seanpdoyle in #774 - Only return messages produced by block in
capture_turbo_stream_broadcastsby @Vivalldi in #736 - Respect broadcast suppressions on before/after actions by @stowersjoshua in #770
New Contributors
- @djmb made their first contribution in #761
- @frenkel made their first contribution in #754
- @OutlawAndy made their first contribution in #763
- @afrase made their first contribution in #597
- @drjayvee made their first contribution in #766
- @Vivalldi made their first contribution in #736
- @stowersjoshua made their first contribution in #770
Full Changelog: v2.0.20...v2.0.21
v2.0.20
Full Changelog: v2.0.19...v2.0.20
v2.0.19
Full Changelog: v2.0.17...v2.0.19
v2.0.17
What's Changed
- Fix typo in README.md by @brunocalmels in #746
- Remove compact call on locals in broadcast_rendering_with_defaults by @mathias234 in #720
See https://github.com/hotwired/turbo/releases/tag/v8.0.18
New Contributors
- @brunocalmels made their first contribution in #746
- @mathias234 made their first contribution in #720
v2.0.14
What's Changed
- Fix unwanted model retention when using class methods from
Turbo::Broadcastablewith locals by @v-yarotsky in #710 - add test missing assertion by @adrienpoly in #707
- Fix typo in README.md by @qmoya in #704
- Fix comment typo in gem documentation by @benoittgt in #700
- Test installer by @zzak in #553
- Update @rails/actioncable dependency to version >=7.0 by @adrienpoly in #705
- Include CSRF
<meta>elements in frame layout by @seanpdoyle in #697 - Bump oven-sh/setup-bun from 1 to 2 by @dependabot in #722
- Fix stream_name calculation inside of thread by @brendon in #727
New Contributors
- @v-yarotsky made their first contribution in #710
- @adrienpoly made their first contribution in #707
- @qmoya made their first contribution in #704
- @benoittgt made their first contribution in #700
- @brendon made their first contribution in #727
Full Changelog: v2.0.13...v2.0.14
v2.0.13
What's Changed
- Drop Support for
ruby@2.x.xby @seanpdoyle in #698 - Drop Support for
rails < 7.1by @seanpdoyle in #698 turbo_streamtag builder: support:partialwith block by @seanpdoyle in #701- Revert "Keep flash in Turbo Frame requests (#699)" by @jorgemanrubia in #716
Full Changelog: v2.0.12...v2.0.13
v2.0.12
What's Changed
- Bump rollup from 2.79.1 to 2.79.2 by @dependabot in #687
- Update to rack 3 by @ramhoj in #696
- Commit to
ruby@2.6support by @seanpdoyle in #682 - Keep flash in Turbo Frame requests by @p8 in #699
New Contributors
Full Changelog: v2.0.11...v2.0.12
v2.0.11
What's Changed
- Address
warning:*' interpreted as argument prefix` by @yahonda in #689 - Migrate Turbo Native helpers to Hotwire Native by @joemasilotti in #691
- Update readme - incorrect URL for source file SystemTestHelper by @mlpinit in #692
New Contributors
Full Changelog: v2.0.10...v2.0.11