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

feat(remix-react): allow <Link>'s "to" prop to accept absolute urls #5092

Merged
merged 11 commits into from
Jan 25, 2023

Commits on Jan 25, 2023

  1. feat(remix-react): allow Link's "to" prop to accept external urls and…

    … prefetch document
    
    external "to" detection should be brought over to React Router
    
    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    f5b4353 View commit details
    Browse the repository at this point in the history
  2. chore: use prerender and dns-prefetch

    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    785bd27 View commit details
    Browse the repository at this point in the history
  3. chore: update absolute URL check

    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    def814a View commit details
    Browse the repository at this point in the history
  4. chore: remove prefetch/prerender for absolute urls

    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b5f4867 View commit details
    Browse the repository at this point in the history
  5. test: remove external url prefetch tests

    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b04d38a View commit details
    Browse the repository at this point in the history
  6. chore: add external support to NavLink

    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    07be848 View commit details
    Browse the repository at this point in the history
  7. chore: forward 'to' along to RR

    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    1339179 View commit details
    Browse the repository at this point in the history
  8. chore: Apply suggestions from code review

    Co-authored-by: Matt Brophy <[email protected]>
    mcansh and brophdawg11 committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b5f0396 View commit details
    Browse the repository at this point in the history
  9. chore: Apply suggestions from code review

    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    eb0ece7 View commit details
    Browse the repository at this point in the history
  10. chore: remove unused import

    Signed-off-by: Logan McAnsh <[email protected]>
    mcansh committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    7515d62 View commit details
    Browse the repository at this point in the history
  11. Create odd-plants-doubt.md

    mcansh authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    e69f19d View commit details
    Browse the repository at this point in the history