Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to force reload on redirect with X-Remix-Reload-Document header #10705

Merged
merged 14 commits into from
Aug 2, 2023

Commits on Jul 14, 2023

  1. Add support for X-Remix-Reload-Document header

    This header designates a redirect to trigger a full document reload.
    Robb Traister committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    9f2a690 View commit details
    Browse the repository at this point in the history
  2. Add a helper function, redirectWithReload, to append the

    X-Remix-Reload-Document header automatically
    Robb Traister committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    5719415 View commit details
    Browse the repository at this point in the history
  3. add test for X-Remix-Reload-Document header

    Robb Traister committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e0e521b View commit details
    Browse the repository at this point in the history
  4. add name to contributors.yml

    Robb Traister committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    afab212 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Minor updates

    brophdawg11 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9c59c86 View commit details
    Browse the repository at this point in the history
  2. Remove extra nested if

    brophdawg11 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    57cddd4 View commit details
    Browse the repository at this point in the history
  3. Bump bundle

    brophdawg11 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    63782de View commit details
    Browse the repository at this point in the history
  4. Update changeset

    brophdawg11 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e4a6cce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    813042d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    09ae545 View commit details
    Browse the repository at this point in the history
  2. Add docs

    brophdawg11 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    69d660b View commit details
    Browse the repository at this point in the history
  3. Update docs

    brophdawg11 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ac986ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ef64ee View commit details
    Browse the repository at this point in the history
  5. Bump bundle

    brophdawg11 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    05de4f6 View commit details
    Browse the repository at this point in the history