What's Changed (Since 7.0.1)
- NEW: data-turbo-confirm overwriteable callback by @virolea in #379
- NEW: Toggle [disabled] on form submitter by @seanpdoyle in #386
- NEW: Push history state from frame navigations by @seanpdoyle in #398
- NEW: Toggle
[aria-busy="true"]
during requests by @seanpdoyle in #199, #442 - NEW: Add requestSubmit() polyfill by default by @dhh in #439
- FIXED: Allow programmatic visits to go cross-origin by @ParamagicDev in #410
- FIXED: Frames: Abort prior requests during navigation by @seanpdoyle in #418
- FIXED: Load data-turbo-method links within the correct turbo frame by @spohlenz in #411
- FIXED:
GET
Forms: firesubmit-start
andsubmit-end
by @seanpdoyle in #424 - FIXED: Ignore external
<form>
submissions by @seanpdoyle in #437 - FIXED: Fire
turbo:frame-load
event during form submission by @seanpdoyle in #425 - FIXED: Read
[data-turbo-action]
during Form Submissions by @seanpdoyle in #409 - FIXED: Skip form{,method}="dialog" when targetting frame by @seanpdoyle in #388
- FIXED: Integrate Frame-to-Page Visits with Snapshot Cache by @seanpdoyle in #441, #444
- FIXED: Frames: handle
GET
form submissions by @seanpdoyle in #449 - FIXED: Preserve page state while promoting Frame-to-Visit by @seanpdoyle in #448
- FIXED: Disconnect loaded Frame Element while rendering by @seanpdoyle in #454, #455
- FIXED: Frames: Ignore already cancelled
submit
events by @seanpdoyle in #459 - FIXED: Do not render cache after preloaded response by @tleish in #458
Full Changelog: v7.0.1...v7.1.0