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: sveltejs/kit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @sveltejs/kit@1.0.0-next.418
Choose a base ref
...
head repository: sveltejs/kit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @sveltejs/kit@1.0.0-next.419
Choose a head ref
  • 5 commits
  • 29 files changed
  • 6 contributors

Commits on Aug 17, 2022

  1. use relative asset paths (#4250)

    * use relative asset paths
    
    * complete merge
    
    * oops, think i messed up the merge
    
    * configure vite to use relative base
    
    * remove unused app_dir
    
    * fix version.json
    
    * use absolute base for SSR, if specified
    
    * handle fallback case, explain prefixing logic a bit
    
    * oops
    
    * always use relative paths for client bundle
    
    * changeset
    
    * fix ssr chunkFileNames
    
    * bump vite version, add worker.rollupOptions config
    
    * fix test
    
    * ugh
    Rich-Harris authored Aug 17, 2022
    Copy the full SHA
    43f75d9 View commit details
  2. [fix] set status to 303 when POST provides a location (#5989)

    * set response status when POST handler has location param (fixes #5976)
    
    * added changeset
    
    * add a test
    
    * Update .changeset/gentle-news-shout.md
    
    Co-authored-by: Rich Harris <hello@rich-harris.dev>
    sandstromdev and Rich-Harris authored Aug 17, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3e44ee9 View commit details
  3. [chore] remove chokidar as dependency of kit (#5996)

    * [chore] remove chokidar as dependency of kit
    
    * Create twenty-numbers-breathe.md
    
    Co-authored-by: Rich Harris <hello@rich-harris.dev>
    Conduitry and Rich-Harris authored Aug 17, 2022
    Copy the full SHA
    9191023 View commit details
  4. Prerendered server redirects (#5997)

    * failing test of prerendered server redirect
    
    * prerender redirect __data.json
    
    * changeset
    
    * Update .changeset/gorgeous-snakes-pretend.md
    Rich-Harris authored Aug 17, 2022
    Copy the full SHA
    4caa177 View commit details
  5. Version Packages (next) (#5998)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Aug 17, 2022
    Copy the full SHA
    5c13dba View commit details
Loading