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

Fix Redirect issue when using baseURL #1584

Closed
wants to merge 17 commits into from

Commits on May 21, 2021

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

Commits on May 22, 2021

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

Commits on May 29, 2021

  1. Merge branch 'master' of https://github.com/sveltejs/kit

    * 'master' of https://github.com/sveltejs/kit:
      Version Packages (next) (sveltejs#1543)
      type fixes for adapter-node and adapter-static (sveltejs#1578)
      Upgrade to Vite 2.3.3 (sveltejs#1580)
      fix: improve getRawBody parsing & handle error(s) (sveltejs#1528)
      create-svelte: add svelte-check for TS (sveltejs#1556)
      pass validated svelte config to adapters (sveltejs#1559)
      types: group related and reduce potential inconsistencies (sveltejs#1539)
      Use sveltekit tag on StackOverflow (sveltejs#1558)
      Fix create-svelte build-template script (sveltejs#1555)
      Remove err param from Polka .listen() callback (sveltejs#1550)
      bump: polka and sirv versions (sveltejs#1548)
      svelte-kit package (sveltejs#1499)
    sidharthv96 committed May 29, 2021
    Configuration menu
    Copy the full SHA
    f306d84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dabbe0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:sidharthv96/kit into fix/baseURL

    * 'master' of github.com:sidharthv96/kit:
      chore: Add changeset for favicon
      Add favicon to skeleton template
    sidharthv96 committed May 29, 2021
    Configuration menu
    Copy the full SHA
    61255b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d02c285 View commit details
    Browse the repository at this point in the history
  5. Add changeset

    sidharthv96 committed May 29, 2021
    Configuration menu
    Copy the full SHA
    2b1b978 View commit details
    Browse the repository at this point in the history
  6. Revert "Fix redirection issue sveltejs#1583"

    This reverts commit 9dabbe0.
    sidharthv96 committed May 29, 2021
    Configuration menu
    Copy the full SHA
    aa3cfbd View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'upstream/master' into fix/basePath

    * upstream/master:
      Add favicon to skeleton template (sveltejs#1514)
    sidharthv96 committed May 29, 2021
    Configuration menu
    Copy the full SHA
    d022f54 View commit details
    Browse the repository at this point in the history
  8. Try adding test

    sidharthv96 committed May 29, 2021
    Configuration menu
    Copy the full SHA
    cde1c51 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    75fdde7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4632240 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2021

  1. Configuration menu
    Copy the full SHA
    31e21f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dec03a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. Configuration menu
    Copy the full SHA
    dc9e037 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:sidharthv96/kit into fix/basePath

    * 'master' of github.com:sidharthv96/kit: (1114 commits)
      Version Packages (next) (sveltejs#1858)
      Bump vite-plugin-svelte to 1.0.0-next.12 (sveltejs#1869)
      [fix] preserve user defined config and files on `svelte-kit package` (sveltejs#1735)
      [fix] handle undefined body on endpoint output (sveltejs#1808)
      [fix] copy essentials files from root on packaging (sveltejs#1747)
      [docs] sort config alphabetically (sveltejs#1867)
      add config.kit.package.emitTypes option (sveltejs#1852)
      [fix] add $lib alias to js/tsconfig (sveltejs#1860)
      Pass along custom properties added to Error (sveltejs#1821)
      Version Packages (next) (sveltejs#1840)
      Improve grammar in packages FAQ
      Docs for writing an adapter (sveltejs#1846)
      Additional documentation around pnpx changeset usage
      [feat] expose Vite.js `mode` from `$app/env` (sveltejs#1789)
      Service worker files exclusion support (sveltejs#1645)
      chore: Enable `vite.server.fs.strict` internally by default (sveltejs#1842)
      Test with the latest version of Svelte (sveltejs#1848)
      [docs] don't need to run pnpm install twice
      Improve HN example docs
      [fix] correct `ReadOnlyFormData` generator implementation (sveltejs#1837)
      ...
    sidharthv96 committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    56f7bcc View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. Merge branch 'master' of https://github.com/sveltejs/kit into fix/bas…

    …ePath
    
    * 'master' of https://github.com/sveltejs/kit: (85 commits)
      [chore] minor simplification of `parse_body` (sveltejs#2043)
      Version Packages (next) (sveltejs#2026)
      [chore] deduplicate config types (sveltejs#2030)
      [chore] remove invalid css declaration (sveltejs#2038)
      [fix] correctly pass Vite options in preview mode (sveltejs#2036)
      [feat] Ignore adapter build files (sveltejs#1924)
      [chore] Upgrade Rollup
      Don't check external links on prerender (sveltejs#1679)
      Version Packages (next) (sveltejs#2017)
      [chore] convert remaining type aliases (sveltejs#2018)
      [feat] explicitly set compilerOptions.hydratable to config.kit.hydrate (sveltejs#2024)
      [feat] More powerful and configurable rendering options (sveltejs#2008)
      [chore] typecheck example (sveltejs#2019)
      Change config `prerender.force` to `prerender.onError` (sveltejs#2007)
      [chore] prefer interfaces to types (sveltejs#2010)
      [docs] minor wording improvement in migration guide (sveltejs#2006)
      [chore] test debugging improvements
      [docs] fix typo (sveltejs#2003)
      [chore] use @ts-expect-error instead of @ts-ignore (sveltejs#1999)
      Version Packages (next) (sveltejs#1996)
      ...
    sidharthv96 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    d1179e2 View commit details
    Browse the repository at this point in the history