Unclaimed project
Are you a maintainer of turbo-rails? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
turbo-rails
Use Turbo in your Ruby on Rails app
Back to changelogNew
v2.0.21
What's Changed
- Add
rails@8.1 to the CI matrix by @seanpdoyle in https://github.com/hotwired/turbo-rails/pull/758
- Use an immediate debouncer for tests by @djmb in https://github.com/hotwired/turbo-rails/pull/761
- Include hidden elements for turbo-cable-stream-source selector by @excid3 in https://github.com/hotwired/turbo-rails/pull/740
- Fix CI for
ruby@3.2.x-rails@7.2.x by @seanpdoyle in https://github.com/hotwired/turbo-rails/pull/764
- Add turbo frame assertion test helpers by @excid3 in https://github.com/hotwired/turbo-rails/pull/742
- Acccept meta tag string arguments as well by @frenkel in https://github.com/hotwired/turbo-rails/pull/754
- [fix #762] Forward broadcast_refresh_to options by @OutlawAndy in https://github.com/hotwired/turbo-rails/pull/763
- Add support for Model Class in Action and Frame helpers by @afrase in https://github.com/hotwired/turbo-rails/pull/597
- Remove legacy workaround for Rails < 7 by @drjayvee in https://github.com/hotwired/turbo-rails/pull/766
- Fix debouncer tests to wait on correct debouncer by @djmb in https://github.com/hotwired/turbo-rails/pull/767
Restrict tests to minitest < 6 by @seanpdoyle in https://github.com/hotwired/turbo-rails/pull/774Only return messages produced by block in capture_turbo_stream_broadcasts by @Vivalldi in https://github.com/hotwired/turbo-rails/pull/736Respect broadcast suppressions on before/after actions by @stowersjoshua in https://github.com/hotwired/turbo-rails/pull/770New Contributors
- @djmb made their first contribution in https://github.com/hotwired/turbo-rails/pull/761
- @frenkel made their first contribution in https://github.com/hotwired/turbo-rails/pull/754
- @OutlawAndy made their first contribution in https://github.com/hotwired/turbo-rails/pull/763
- @afrase made their first contribution in https://github.com/hotwired/turbo-rails/pull/597
- @drjayvee made their first contribution in https://github.com/hotwired/turbo-rails/pull/766
- @Vivalldi made their first contribution in https://github.com/hotwired/turbo-rails/pull/736
- @stowersjoshua made their first contribution in https://github.com/hotwired/turbo-rails/pull/770
Full Changelog: https://github.com/hotwired/turbo-rails/compare/v2.0.20...v2.0.21