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 for new URL() #28940

Merged
merged 8 commits into from
Sep 17, 2021
Merged

add support for new URL() #28940

merged 8 commits into from
Sep 17, 2021

Commits on Sep 13, 2021

  1. add support for new URL()

    Introduce separate layer for api entries, which uses server-side URLs.
    Otherwise new URL() will return a faked relative URL, that is identical in SSR and CSR
    sokra committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    be8019f View commit details
    Browse the repository at this point in the history
  2. add test case from other PR

    Janpot authored and sokra committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    f5f6a62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7de681f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    3a106ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64ccd89 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

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

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    c471c3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    707a8b7 View commit details
    Browse the repository at this point in the history