- NEW: Existing children of the target with matching IDs as elements in the template will be removed before
append
/prepend
. [#240] - NEW: Set
window.Turbo
automatically on import to accommodate the needs of the native mobile adapters and ease of use. [#280] - NEW: Links with
data-turbo-method=POST|PUT|PATCH|DELETE
will be turned into form submissions upon click (like the old Rails UJS data-method) [#277] - NEW: Added
before
andafter
actions to insert before or after a dom sibling. [#121] - FIXED:
scrollToAnchor
would scroll to an element on the page with an empty id or name attribute, if there was no anchor. [#268]