Thanks to visit codestin.com
Credit goes to github.com

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: [email protected]
Choose a base ref
...
head repository: sveltejs/svelte
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 8 commits
  • 24 files changed
  • 6 contributors

Commits on Aug 14, 2025

  1. fix: don't clone non-proxies in $inspect (#16617)

    * fix: don't clone non-proxies in `$inspect`
    
    * apply suggestion
    
    * lint
    Ocean-OS authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    ad19a1a View commit details
    Browse the repository at this point in the history
  2. fix: avoid recursion error when tagging circular references (#16622)

    * fix: avoid recursion error when tagging circular references
    
    * try suggestion
    
    * add some logging
    
    * make logging clearer
    
    * more
    
    * try this
    
    * add test
    
    * tweak
    
    * fix?
    
    * fix??
    Ocean-OS authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    a543559 View commit details
    Browse the repository at this point in the history
  3. fix: actually use the changes from #16617 (#16626)

    * quick fix
    
    * fix failing test
    Ocean-OS authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    036d458 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. fix: do not defer unmount; immediately unmount components (#16624)

    * fix: do not defer unmount; immediately unmount components
    
    * fix: add changeset
    
    * Update .changeset/few-geese-itch.md
    
    Co-authored-by: Jeremiasz Major <[email protected]>
    
    * add test
    
    * update changeset
    
    ---------
    
    Co-authored-by: Simon H <[email protected]>
    Co-authored-by: Jeremiasz Major <[email protected]>
    Co-authored-by: Rich Harris <[email protected]>
    4 people authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    95e5175 View commit details
    Browse the repository at this point in the history
  2. chore: update/simplify test (#16630)

    * update/simplify test
    
    * oops
    
    * simplify effect-order-7
    Rich-Harris authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    7b2d774 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2025

  1. fix: run blocks eagerly during flush (#16631)

    fixes #16548
    
    ---------
    
    Co-authored-by: Simon H <[email protected]>
    Rich-Harris and dummdidumm authored Aug 17, 2025
    Configuration menu
    Copy the full SHA
    2b85d2a View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Configuration menu
    Copy the full SHA
    f5d4350 View commit details
    Browse the repository at this point in the history
  2. Version Packages (#16603)

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