Skip to content

v7.0.0-beta.2

Compare
Choose a tag to compare
@sstephenson sstephenson released this 04 Jan 20:51
· 586 commits to main since this release
  • CHANGED: Turbo now renders 4xx and 5xx HTML error responses to form submissions for both Turbo Drive and Turbo Frames. We suggest serving form validation errors with a HTTP 422 status. [#39]
  • CHANGED: Turbo ignores form submissions where the form or triggering button has a data-turbo="false" annotation. [#3]
  • CHANGED: Updated a handful of documentation links to point to the new Stimulus site. [#17, #27]
  • INTERNAL: Set up CI and configured the test suite to run on Firefox. [#60]