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.27.1
Choose a base ref
...
head repository: sveltejs/svelte
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 20 commits
  • 177 files changed
  • 12 contributors

Commits on Apr 17, 2025

  1. chore: delete some unused code (#15783)

    * tidy up
    
    * more
    
    * more
    Rich-Harris authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    fc61262 View commit details
    Browse the repository at this point in the history
  2. docs: add inline documentation for svelte/reactivity (#15722)

    * docs: add inline documentation for svelte/reactivity
    
    * map
    
    * set
    
    * more
    
    * dedupe
    
    * tweak
    
    * typo
    
    * Apply suggestions from code review
    
    Co-authored-by: bytecodemanipulator <bytecodemanipulator@gmail.com>
    
    ---------
    
    Co-authored-by: bytecodemanipulator <bytecodemanipulator@gmail.com>
    Rich-Harris and bytecodemanipulator authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    262b281 View commit details
    Browse the repository at this point in the history
  3. chore: use pkg.imports for builder.js (#15785)

    * chore: use pkg.imports for builder.js
    
    * use pkg.imports instead of tsconfig
    
    * #client/constants
    Rich-Harris authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    4f8708a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f72bb78 View commit details
    Browse the repository at this point in the history
  5. Version Packages (#15788)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    707682e View commit details
    Browse the repository at this point in the history
  6. fix: allow accessing snippet in script tag (#15789)

    * fix: allow accessing snippet in script tag
    
    * branches are identical
    
    * update test
    
    * rename test
    
    * fix validation (we were mutating the wrong array)
    
    * tidy up
    
    * remove submodule
    
    * changeset
    
    ---------
    
    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    paoloricciuti and Rich-Harris authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    7f473f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

  1. Version Packages (#15790)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    5b7af5e View commit details
    Browse the repository at this point in the history
  2. fix: improve partial evaluation (#15781)

    * init
    
    * remove console log
    
    * Update packages/svelte/src/compiler/phases/scope.js
    
    * fix each indices
    
    * dedupe
    
    * Update packages/svelte/src/compiler/phases/scope.js
    
    * always break
    
    * fix formatting
    
    * Apply suggestions from code review
    
    * compactify
    
    * compactify
    
    * reuse values
    
    * add more globals, template literals, try functions and (some) member expressions
    
    * remove console logs
    
    * remove function handling, tweak failing test
    
    * changeset
    
    * try putting static stuff in the template
    
    * nevermind
    
    * unused
    
    * simplify
    
    * Update packages/svelte/src/compiler/phases/3-transform/client/visitors/shared/utils.js
    
    * YAGNI
    
    * simplify and fix (should use cooked, not raw)
    
    * unused
    
    * changeset
    
    ---------
    
    Co-authored-by: Rich Harris <hello@rich-harris.dev>
    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    3 people authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    d0dcc0b View commit details
    Browse the repository at this point in the history
  3. Version Packages (#15798)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    6fe5977 View commit details
    Browse the repository at this point in the history
  4. fix: emit error on wrong placement of the :global block selector (#…

    …15794)
    
    Co-authored-by: 7nik <kifiranet@gmail.com>
    7nik and 7nik authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    d8c6afd View commit details
    Browse the repository at this point in the history
  5. fix: update_version after delete if source is undefined and `…

    …prop` in `target` (#15796)
    
    * fix: `update_version` after `delete` if `source` is `undefined` and `prop` in `target`
    
    * chore: remove submodule
    
    * tweak test
    
    ---------
    
    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    paoloricciuti and Rich-Harris authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    3d80884 View commit details
    Browse the repository at this point in the history
  6. fix: ensure <svelte:boundary> properly removes error content in pro…

    …duction mode (#15793)
    
    * fix: ensure <svelte:boundary> properly removes error content in production mode
    
    * add changeset
    zeroberry authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    b2d5787 View commit details
    Browse the repository at this point in the history
  7. Version Packages (#15800)

    * Version Packages
    
    * Update packages/svelte/CHANGELOG.md
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    github-actions[bot] and Rich-Harris authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    e40e9eb View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2025

  1. chore: squelch test console output (#15807)

    * squelch some console spam
    
    * another
    
    * more
    
    * more
    
    * more
    
    * last one
    Rich-Harris authored Apr 19, 2025
    Configuration menu
    Copy the full SHA
    a1adf2b View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

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

Commits on Apr 22, 2025

  1. fix: don't mark selector lists inside :global with multiple items a…

    …s unused (#15817)
    
    Regression from #15762
    
    Fixes #15816
    dummdidumm authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    dfd742d View commit details
    Browse the repository at this point in the history
  2. Version Packages (#15818)

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

Commits on Apr 23, 2025

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

Commits on Apr 30, 2025

  1. fix: improve error message for migration errors when slot would be re…

    …named (#15841)
    
    Co-authored-by: Paolo Ricciuti <ricciutipaolo@gmail.com>
    lfrancke and paoloricciuti authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    c051a6e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2025

  1. docs: clarify $inspect.trace docs (#15858)

    * docs: clarify `$inspect.trace` docs
    
    * Update 07-$inspect.md
    
    * Update documentation/docs/02-runes/07-$inspect.md
    
    ---------
    
    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    benmccann and Rich-Harris authored May 3, 2025
    Configuration menu
    Copy the full SHA
    0ace76d View commit details
    Browse the repository at this point in the history
Loading