github hotwired/turbo v7.0.0-beta.4

latest releases: v8.0.4, v8.0.3, v8.0.2...
3 years ago
  • NEW: Support for persistent data-turbo-permanent elements during Turbo Frames navigation. [#64, #71]
  • NEW: Support for <form enctype> and URL-encoded form submissions. [#76, #128]
  • CHANGED: Top-level <form action="get"> submissions now become Turbo Drive visits. That means they'll dispatch visit events like turbo:before-visit and turbo:visit, but not the turbo:submit-start or turbo:submit-end events. [#126, #127]
  • FIXED: Successive <form action="get"> submissions to the current location no longer accumulate redundant query parameters. [#107, #108]
  • FIXED: The Turbo Streams Accept: header is only present for non-idempotent form submissions. [#52, #139]
  • INTERNAL: Development builds have moved to the new hotwired/dev-builds repository shared with Stimulus.
  • INTERNAL: The Location class has been replaced by the DOM URL API. [#90]
  • INTERNAL: The page and frame rendering systems have been unified, and rendering is now asynchronous. [#133]

Don't miss a new turbo release

NewReleases is sending notifications on new releases.