-
Notifications
You must be signed in to change notification settings - Fork 455
Comparing changes
Open a pull request
base repository: hotwired/turbo
base: main
head repository: github/turbo
compare: main
Commits on Aug 2, 2022
-
Allow URL based content-type guessing
Add `Session.isVisitable` method whitch is equivalent of no longer accessible `URL.isHTML`. This allows `Turbo.session.isVisitable` to be overriden by user and makes possible navigation on URL's other than those with trailing slash or HTML extenion.
Configuration menu - View commit details
-
Copy full SHA for da2ca9e - Browse repository at this point
Copy the full SHA da2ca9eView commit details
Commits on Sep 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b338581 - Browse repository at this point
Copy the full SHA b338581View commit details -
Merge pull request #7 from manuelpuyol/f6p-f6p-remove-is-html
f6p remove is html
Configuration menu - View commit details
-
Copy full SHA for c16f31a - Browse repository at this point
Copy the full SHA c16f31aView commit details
Commits on Sep 28, 2022
-
Cache PageSnapshot with original HTML from the frame's page
Before this change, when a promoted frame finished its navigation, a visit was started and the visit would add a new PageSnapshot to the cache. The problem is that this snapshot was looking at a page that was already modified by the frame navigation, so the snapshot cache would be incorrect. With this proposed change, we are taking a PageSnapshot as soon as the frame navigation starts, so we guarantee that the page hasn't been modified yet. Then, I'm passing this snapshot forward to the Visit and using it as the correct cache instead of calculating a new one.
Configuration menu - View commit details
-
Copy full SHA for 6c723e4 - Browse repository at this point
Copy the full SHA 6c723e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5281d5 - Browse repository at this point
Copy the full SHA c5281d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 722e413 - Browse repository at this point
Copy the full SHA 722e413View commit details
Commits on Sep 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b74ab53 - Browse repository at this point
Copy the full SHA b74ab53View commit details -
Configuration menu - View commit details
-
Copy full SHA for e850faa - Browse repository at this point
Copy the full SHA e850faaView commit details -
Configuration menu - View commit details
-
Copy full SHA for de1ca80 - Browse repository at this point
Copy the full SHA de1ca80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 770c827 - Browse repository at this point
Copy the full SHA 770c827View commit details
Commits on Sep 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e365004 - Browse repository at this point
Copy the full SHA e365004View commit details -
Merge pull request #9 from manuelpuyol/fix-frame-page-cache
Fix frame page cache
Configuration menu - View commit details
-
Copy full SHA for 903f8f7 - Browse repository at this point
Copy the full SHA 903f8f7View commit details
Commits on Oct 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d67a04e - Browse repository at this point
Copy the full SHA d67a04eView commit details
Commits on Oct 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7325fcc - Browse repository at this point
Copy the full SHA 7325fccView commit details
Commits on Nov 3, 2022
-
Merge pull request #10 from manuelpuyol/custom-render-await
Allow users to define an async custom render function
Configuration menu - View commit details
-
Copy full SHA for 60c452a - Browse repository at this point
Copy the full SHA 60c452aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e8d8a4 - Browse repository at this point
Copy the full SHA 7e8d8a4View commit details -
Merge pull request #11 from manuelpuyol/frame-activation-script
Don't replace json islands
Configuration menu - View commit details
-
Copy full SHA for 51b5992 - Browse repository at this point
Copy the full SHA 51b5992View commit details
Commits on Nov 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 15b5bf5 - Browse repository at this point
Copy the full SHA 15b5bf5View commit details
Commits on Nov 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d51a11b - Browse repository at this point
Copy the full SHA d51a11bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f7668f - Browse repository at this point
Copy the full SHA 2f7668fView commit details -
Merge pull request #14 from manuelpuyol/cancel-turbo-click-frame2
Cancel turbo click frame2
Configuration menu - View commit details
-
Copy full SHA for c519ac5 - Browse repository at this point
Copy the full SHA c519ac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1191191 - Browse repository at this point
Copy the full SHA 1191191View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4c86f0 - Browse repository at this point
Copy the full SHA e4c86f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 632b833 - Browse repository at this point
Copy the full SHA 632b833View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd3cf2c - Browse repository at this point
Copy the full SHA cd3cf2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9685786 - Browse repository at this point
Copy the full SHA 9685786View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8c8fd1 - Browse repository at this point
Copy the full SHA d8c8fd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6085b4b - Browse repository at this point
Copy the full SHA 6085b4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e441b12 - Browse repository at this point
Copy the full SHA e441b12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6150ac8 - Browse repository at this point
Copy the full SHA 6150ac8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 238648a - Browse repository at this point
Copy the full SHA 238648aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95e2a53 - Browse repository at this point
Copy the full SHA 95e2a53View commit details -
Merge pull request #15 from manuelpuyol/workflows
Release versions for each PR
Configuration menu - View commit details
-
Copy full SHA for 1b48ad3 - Browse repository at this point
Copy the full SHA 1b48ad3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 422d599 - Browse repository at this point
Copy the full SHA 422d599View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d538d7 - Browse repository at this point
Copy the full SHA 0d538d7View commit details
Commits on Nov 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ed2b52e - Browse repository at this point
Copy the full SHA ed2b52eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f5c676 - Browse repository at this point
Copy the full SHA 3f5c676View commit details -
Merge pull request #17 from hotwired/main
Fix: Promoting lazy-loaded Frames (#790)
Configuration menu - View commit details
-
Copy full SHA for 5de0835 - Browse repository at this point
Copy the full SHA 5de0835View commit details
Commits on Nov 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 115442c - Browse repository at this point
Copy the full SHA 115442cView commit details
Commits on Jan 24, 2023
-
Redirect to Location with a URL hash
This pull request adds test coverage to demonstrate a limitation in Turbo's support for redirecting to a URL with a [hash][] value. Currently, redirecting to a URL with a hash (for example, `/src/tests/fixtures/one.html#element-id`) omits the hash (`#element-id`) when navigating to the final destination. According to the [fetch specification][], redirects should preserve URL fragments during redirection. [hash]: https://developer.mozilla.org/en-US/docs/Web/API/URL/hash [fetch specification]: https://fetch.spec.whatwg.org/#http-redirect-fetch
Configuration menu - View commit details
-
Copy full SHA for 3ac4286 - Browse repository at this point
Copy the full SHA 3ac4286View commit details -
Configuration menu - View commit details
-
Copy full SHA for b359c66 - Browse repository at this point
Copy the full SHA b359c66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10f788b - Browse repository at this point
Copy the full SHA 10f788bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1fb390 - Browse repository at this point
Copy the full SHA e1fb390View commit details -
Configuration menu - View commit details
-
Copy full SHA for c38555e - Browse repository at this point
Copy the full SHA c38555eView commit details
Commits on Feb 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 43b611f - Browse repository at this point
Copy the full SHA 43b611fView commit details
Commits on Feb 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c90ed44 - Browse repository at this point
Copy the full SHA c90ed44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1027999 - Browse repository at this point
Copy the full SHA 1027999View commit details -
Configuration menu - View commit details
-
Copy full SHA for a194e7d - Browse repository at this point
Copy the full SHA a194e7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dfb408 - Browse repository at this point
Copy the full SHA 4dfb408View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95a9a3a - Browse repository at this point
Copy the full SHA 95a9a3aView commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.