v7.2.0-rc.1
What's Changed
- Make
StreamElement.templateElement
more flexible by @seanpdoyle in #665 - Preserve input values in cache by @seanpdoyle in #666
- PageSnapshot: reduce cloning loop iterations by @seanpdoyle in #669
turbo:frame-missing
: Re-useFetchResponse
HTML by @seanpdoyle in #672- Form Link Submissions: Don't remove
<form>
until submission is complete by @seanpdoyle in #678 - Add
submitter
toTurbo.setConfirmMethod
callback by @seanpdoyle in #676 - Bugfix: Redirects and
[data-turbo-cache=false]
by @seanpdoyle in #674 data-turbo-stream
links should not set aria-busy by @kevinmcconnell in #681- Prevent empty string warning by @kevinmcconnell in #680
- Use
element.localName
overelement.tagName.toLowerCase()
by @marcoroth in #696 - Upgrade TypeScript to 4.8 by @marcoroth in #709
- Export Custom Elements and Stream Action Types by @marcoroth in #708
- Add support for data-turbo-action to link_to by @ondrej-zadnik in #636
- Allow customizing the element that Drive replaces by @agrobbin in #627
- Dispatch visit events on the initiator link or form by @domchristie in #695
turbo:frame-missing
: Dispatch for 4xx and 5xx by @seanpdoyle in #693- Opt-into Turbo Stream
GET
from Form submitter by @seanpdoyle in #690 - Turbo Streams: Preserve permanent elements by @seanpdoyle in #688
- Add
render
toturbo:before-stream-render
event by @seanpdoyle in #684 - Remove unused property
identifier
by @akshayKhot in #569
Full Changelog: v7.2.0-beta.2...v7.2.0-rc.1