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.427
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.428
Choose a head ref
  • 12 commits
  • 48 files changed
  • 10 contributors

Commits on Aug 20, 2022

  1. Fix pattern matching for @ encoded routes (#6110)

    changeset
    trmcnvn authored Aug 20, 2022
    Copy the full SHA
    ed013a9 View commit details
  2. Fix wrong LayoutServerLoad.name type (#6123)

    * fix typos
    
    * add changeset
    iceghost authored Aug 20, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    fc16ed3 View commit details
  3. [FIX] Use the 'browser' platform setting for esbuild for Vercel Edge …

    …Functions (#6109)
    
    * Use browser platform setting for esbuild
    
    This should use the same esbuild settings as the Cloudflare adapter, as Vercel Edge Functions are based on Cloudflare Workers.
    
    * changeset
    SG60 authored Aug 20, 2022
    Copy the full SHA
    4bd84b3 View commit details
  4. Copy the full SHA
    3ab2528 View commit details
  5. Copy the full SHA
    ddd69c4 View commit details
  6. use enumerable: false for temporary no-longer-exists getters (#6105)

    * use enumerable: false for temporary no-longer-exists getters
    
    * add changeset
    
    * typo
    Conduitry authored Aug 20, 2022
    Copy the full SHA
    b335f38 View commit details
  7. Copy the full SHA
    0842fb3 View commit details
  8. keep browser stores in always-accessible singleton (#6100)

    * keep browser stores in always-accessible singleton
    
    * update docs
    
    * add test
    
    * add changeset
    
    * update getStores docs
    Conduitry authored Aug 20, 2022
    Copy the full SHA
    b9d709a View commit details
  9. [fix] Migration fixes (#6096)

    * handle error without message
    
    * handle GET without body (which is wrong, but people could have that)
    
    * automigrate status 200 in load
    
    * changeset
    dummdidumm authored Aug 20, 2022
    Copy the full SHA
    c8a6108 View commit details
  10. Copy the full SHA
    692daed View commit details
  11. [fix] add test folder to includes (#6085)

    * [fix] add test folder to includes
    
    Also add some notes to tsconfig/jsonfig
    Fixes #5833
    
    * Update packages/create-svelte/shared/+typescript/tsconfig.json
    
    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    
    * Update packages/kit/src/core/sync/write_tsconfig.js
    
    Co-authored-by: Dominik G. <dominik.goepel@gmx.de>
    
    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
    Co-authored-by: Dominik G. <dominik.goepel@gmx.de>
    4 people authored Aug 20, 2022
    Copy the full SHA
    9b24b9c View commit details
  12. Version Packages (next) (#6118)

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