Skip to content

Commit f3293d2

Browse files
author
David Heinemeier Hansson
committed
Bump to v7.0.0-rc.5
1 parent 2568736 commit f3293d2

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

app/assets/javascripts/turbo.js

+1
Original file line numberDiff line numberDiff line change
@@ -2560,6 +2560,7 @@ class Session {
25602560
const form = document.createElement("form");
25612561
form.method = linkMethod;
25622562
form.action = link.getAttribute("href") || "undefined";
2563+
form.hidden = true;
25632564
(_a = link.parentNode) === null || _a === void 0 ? void 0 : _a.insertBefore(form, link);
25642565
return dispatch("submit", {
25652566
cancelable: true,

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hotwired/turbo-rails",
3-
"version": "7.0.0-rc.4",
3+
"version": "7.0.0-rc.5",
44
"description": "The speed of a single-page web application without having to write any JavaScript",
55
"module": "app/javascript/turbo/index.js",
66
"main": "app/assets/javascripts/turbo.js",
@@ -13,7 +13,7 @@
1313
"release": "npm publish && git commit -am \"$npm_package_name v$npm_package_version\" && git push"
1414
},
1515
"dependencies": {
16-
"@hotwired/turbo": "^7.0.0-rc.4",
16+
"@hotwired/turbo": "^7.0.0-rc.5",
1717
"@rails/actioncable": "^6.0.0"
1818
},
1919
"devDependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
chalk "^2.0.0"
2424
js-tokens "^4.0.0"
2525

26-
"@hotwired/turbo@^7.0.0-rc.4":
27-
version "7.0.0-rc.4"
28-
resolved "https://registry.yarnpkg.com/@hotwired/turbo/-/turbo-7.0.0-rc.4.tgz#d3ab9555544534f5ec649613553e72ff6c7d7122"
29-
integrity sha512-4qx+6O6mUN+cSN+ZLGCOGc+2MxNrs7cFbmnWD6LIfiHAQyuNiIuB87Y5IAtOo8xj16fOBd2CdU1WRJya4Wkw0A==
26+
"@hotwired/turbo@^7.0.0-rc.5":
27+
version "7.0.0-rc.5"
28+
resolved "https://registry.yarnpkg.com/@hotwired/turbo/-/turbo-7.0.0-rc.5.tgz#a49f0a41e0f698f5da65c70e8b822d30f303e3b6"
29+
integrity sha512-n/LBD8mIZhQ2pqxlEw0L7h2F8YuETppQWUOSE1lSWx2gXkhE+RlInZslsqcZoQzJ0sOAZeO6fLv+WwTrwQMSmg==
3030

3131
"@rails/actioncable@^6.0.0":
3232
version "6.1.3"

0 commit comments

Comments
 (0)