Update dependency @hotwired/turbo to v7.3.0
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@hotwired/turbo (source) | 7.2.4 -> 7.3.0 |
Release Notes
hotwired/turbo
v7.3.0
What's Changed
- Don't break out of frames when frame missing by @kevinmcconnell in https://github.com/hotwired/turbo/pull/863
- Respect
turbo-visit-control
for frame requests by @kevinmcconnell in https://github.com/hotwired/turbo/pull/867 - Allow changing the submitter text during form submission by @afcapel in https://github.com/hotwired/turbo/pull/869
- Form submissions from frames should clear cache by @kevinmcconnell in https://github.com/hotwired/turbo/pull/882
- Deprecate
[data-turbo-cache=false]
in favor of[data-turbo-temporary]
by @packagethief in https://github.com/hotwired/turbo/pull/871 -
resume()
does not requirevalue
by @dahlbyk in https://github.com/hotwired/turbo/pull/854 - Rename
isIdempotent
toisSafe
by @kevinmcconnell in https://github.com/hotwired/turbo/pull/883
Full Changelog: https://github.com/hotwired/turbo/compare/v7.2.5...v7.3.0
v7.2.5
What's Changed
- Only snapshot frame visits that have actions by @kevinmcconnell in https://github.com/hotwired/turbo/pull/827
- Skip Snapshot Caching for redirect visits by @seanpdoyle in https://github.com/hotwired/turbo/pull/804
- Fix: Promoting lazy-loaded Frames by @seanpdoyle in https://github.com/hotwired/turbo/pull/790
- Merge in remaining header elements (eg: link icons, manifest, meta and title) by @scuml in https://github.com/hotwired/turbo/pull/752
- Allow users to define an async custom render function by @manuelpuyol in https://github.com/hotwired/turbo/pull/782
- Allow for listening to turbo events raised from within the Shadow DOM by @yuki24 in https://github.com/hotwired/turbo/pull/802
- Ensure turbo no longer uses replaceChildren by @MaxHatfull in https://github.com/hotwired/turbo/pull/808
- Add better support for shadow DOM by @yuki24 in https://github.com/hotwired/turbo/pull/758
- Fix: When applications embed Google Adsense-powered elements, the snippets they provide render them with a [name] attribute that's set to the empty string "" by @seanpdoyle in https://github.com/hotwired/turbo/pull/835
Full Changelog: https://github.com/hotwired/turbo/compare/v7.2.4...v7.2.5
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.