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/svelte
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: svelte@5.37.3
Choose a base ref
...
head repository: sveltejs/svelte
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: svelte@5.38.0
Choose a head ref
  • 9 commits
  • 48 files changed
  • 7 contributors

Commits on Aug 5, 2025

  1. docs: corrections (#16550)

    * Add missing hyphen in "server-side rendering"
    
    * Fix incorrect use of "as such"
    
    * regenerate types
    
    ---------
    
    Co-authored-by: Chew Tee Ming <chew.tee.ming@nindatech.com>
    DePasqualeOrg and eltigerchino authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    a3f1835 View commit details
    Browse the repository at this point in the history
  2. Correct link in README.md (#16557)

    Changed "master" to "main" in the link to the changelog. It was previously redirecting to the "svelte-4" branch.
    regnstr authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    e1ff6dd View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Configuration menu
    Copy the full SHA
    e7e8a9c View commit details
    Browse the repository at this point in the history
  2. fix: emit snippet_invalid_export instead of undefined_export for …

    …exported snippets (#16539)
    
    * fix: emit `snippet_invalid_export` instead of `undefined_export` for exported snippets
    
    * try this
    
    * this should work
    
    * remove some junk (this never did anything)
    
    * add test
    
    ---------
    
    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    Ocean-OS and Rich-Harris authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    d8c3f3d View commit details
    Browse the repository at this point in the history
  3. fix: remount at any hydration error (#16248)

    * fix: remount at any hydration error
    
    * re-throw svelte error immediately
    
    * log error as warn
    
    * fix?
    7nik authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    bbd0b1e View commit details
    Browse the repository at this point in the history
  4. chore: emit await_reactivity_loss in for await loops (#16521)

    * chore: emit `await_reactivity_loss` in `for await` loops
    
    * oops
    
    * fix lint
    
    * fix import order
    
    * input is an iterable, not an iterator
    
    * handle non-iterables
    
    * add test
    
    * typescript. shrug
    
    ---------
    
    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    Ocean-OS and Rich-Harris authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    b181c45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41a20aa View commit details
    Browse the repository at this point in the history
  6. feat: async fragments (#16542)

    * init
    
    * fix
    
    * fix
    
    * maybe this works?
    
    * fix, minor cleanup
    
    * maybe this'll fix hydration issues?
    
    * apparently not, maybe this'll do it
    
    * add test, changeset
    
    * minor tweak
    
    * tabs
    
    * avoid timeouts in tests, they add up quickly
    
    * tweak
    
    * fix
    
    * some is more 'correct' than find
    
    * chore: remove `b.async`
    
    * simplify
    
    * apply suggestion from review
    
    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    
    * Update .changeset/brave-baboons-teach.md
    
    ---------
    
    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    Ocean-OS and Rich-Harris authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    193f23f View commit details
    Browse the repository at this point in the history
  7. Version Packages (#16560)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    ec03c7a View commit details
    Browse the repository at this point in the history
Loading