Skip to content

v7.0.0-beta.6

Compare
Choose a tag to compare
@dhh dhh released this 12 Jun 14:55
· 532 commits to main since this release
  • 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 and after 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]