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.28.0
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
  • 11 commits
  • 37 files changed
  • 9 contributors

Commits on Apr 18, 2025

  1. 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
  2. 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
  3. 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
  4. 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