Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hotwired/turbo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.2.2
Choose a base ref
...
head repository: hotwired/turbo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.3
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Oct 19, 2022

  1. Update history during same-page Visits (#763)

    Closes #762
    
    Changes made in [#601][] had unintended side-effects that
    prevented same-page anchor navigations from writing to the history.
    
    This commit adds a call to `Visit.updateHistory()` within
    `Visit.goToSamePageAnchor()` along with coverage in
    `src/tests/functional/navigation_tests.ts` to guard against future
    regressions.
    
    [#601]: #601
    seanpdoyle authored Oct 19, 2022
    Configuration menu
    Copy the full SHA
    19ba07f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    af64eb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Turbo 7.2.3

    David Heinemeier Hansson committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    108a0da View commit details
    Browse the repository at this point in the history
Loading