Releases: hotwired/turbo-rails
Releases · hotwired/turbo-rails
v2.0.1
What's Changed
- Turbo 8.0.1
- Use safe operator when calling to request in turbo_frame_request_id by @brunoprietog in #532
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
Features
- Support for page refreshes and broadcasting by @jorgemanrubia & @afcapel in #499
Fixes
- Support for multiple string arguments to frame helper by @jcoyne in #504
- Allow broadcasting without rendering and broadcasting with custom attributes by @davidalejandroaguilar in #427
- 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
- Remove Ruby 2.7 from CI by @afcapel in #547
- Separate turbo meta tag generation from provides by @bradgessler in #542
- Remove turbo_meta_tags and add missing documentation by @jorgemanrubia in #548
- Tiny fixes to ignore sqlite3 test files and warnings by @zzak in #537
- Document how to extend
turbo_stream
for custom actions by @seanpdoyle in #555
Full Changelog: v1.5.0...v2.0.0
v2.0.0-rc.3
- Turbo v8.0.0.rc3
Full Changelog: v2.0.0-rc.2...v2.0.0-rc.3
v2.0.0-rc.2
-
What's Changed
-
Build dist file against idiomorph main branch
Full Changelog: v2.0.0-rc.1...v2.0.0-rc.2
v2.0.0-rc.1
What's Changed
- Turbo v8.0.0-rc.1
- Show actual assert count next to expected count by @matteeyah in #561
New Contributors
- @matteeyah made their first contribution in #561
Full Changelog: v2.0.0-beta.4...v2.0.0-rc.1
v2.0.0-beta.4
Turbo v.8.0.0-beta.4
Full Changelog: v2.0.0-beta.3...v2.0.0-beta.4
v2.0.0-beta.3
What's Changed
- Turbo v8-beta.3
- Remove Ruby 2.7 from CI by @afcapel in #547
- Separate turbo meta tag generation from provides by @bradgessler in #542
- Fix syntax error in README.md and removed unused external link text. by @rossme in #516
- Remove turbo_meta_tags and add missing documentation by @jorgemanrubia in #548
- Tiny fixes to ignore sqlite3 test files and warnings by @zzak in #537
- Document how to extend
turbo_stream
for custom actions by @seanpdoyle in #555
New Contributors
- @bradgessler made their first contribution in #542
- @rossme made their first contribution in #516
- @jorgemanrubia made their first contribution in #548
- @zzak made their first contribution in #537
Full Changelog: v2.0.0-beta.2...v2.0.0-beta.3
v2.0.0-beta.2
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
What's Changed
- Support for multiple string arguments to frame helper by @jcoyne in #504
- Allow broadcasting without rendering and broadcasting with custom attributes by @davidalejandroaguilar in #427
- Remove outdated todo by @morgoth in #500
- Support for page refreshes and broadcasting by @afcapel & @jorgemanrubia in #499
Full Changelog: v1.5.0...v2.0.0-beta.1
v1.5.0
What's Changed
- Document Navigation and expose methods publicly by @joemasilotti in #438
- Support
target:
as Array argument by @seanpdoyle in #448 - Document the
assert_turbo_stream
helpers by @seanpdoyle in #462 - Add a note about overwriting layout resolution and turbo frame requests by @cice in #470
- Adds configuration option to disable routes by @orenf in #463
- Fix the submitter’s formmethod not being respected when using Rails 7 #button form helper by @feliperaul in #445
- Install
cuprite
by @seanpdoyle in #422 - Allow for broadcast methods to accept a renderable by @jklina in #364
- Update custom layout documentation for version 1.4.0 by @cice in #475
assert_turbo_stream
: accept acount
by @ghiculescu in #452- Make turbo_frame_tag fully compatible with dom_id by @skipkayhil in #476
- use helper_method for turbo_frame_request_id by @igorkasyanchuk in #417
- Update
import
example in README.md by @alexdelgado in #477 - Expose
Turbo::Native::Navigation#turbo_native_app?
helper method by @seanpdoyle in #419 - Introduce
Turbo::Broadcastable::TestHelper
by @seanpdoyle in #466 - Removed unnecessary double quote in README.md by @ruzia in #488
- Update MiniTest -> Minitest by @kevinmcconnell in #489
- Mention RubyDoc page in README by @seanpdoyle in #490
- Use bun for installation if applicable by @terracatta in #494
- fix: typescript reference on readme by @drochetti in #492
New Contributors
- @joemasilotti made their first contribution in #438
- @cice made their first contribution in #470
- @orenf made their first contribution in #463
- @feliperaul made their first contribution in #445
- @jklina made their first contribution in #364
- @skipkayhil made their first contribution in #476
- @igorkasyanchuk made their first contribution in #417
- @alexdelgado made their first contribution in #477
- @ruzia made their first contribution in #488
- @terracatta made their first contribution in #494
- @drochetti made their first contribution in #492
Full Changelog: v1.4.0...v1.5.0