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.19.7
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.19.8
Choose a head ref
  • 12 commits
  • 19 files changed
  • 6 contributors

Commits on Feb 3, 2025

  1. try this (#15196)

    Rich-Harris authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    f878736 View commit details
    Browse the repository at this point in the history
  2. bump vite (#15198)

    Rich-Harris authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    7867e75 View commit details
    Browse the repository at this point in the history
  3. docs: enhance migration docs about accessors (#15138)

    * docs: enhance migration docs about accessors
    
    related to #15134
    
    * more
    dummdidumm authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    502b585 View commit details
    Browse the repository at this point in the history
  4. chore(deps-dev): bump vite from 5.4.14 to 6.0.9 (#15199)

    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.14 to 6.0.9.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v6.0.9/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    f67cf20 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2025

  1. fix: ensure tracking returns true, even if in unowned (#15214)

    * fix: ensure tracking returns true, even if in unowned
    
    * fix: ensure tracking returns true, even if in unowned
    
    * Update packages/svelte/tests/runtime-runes/samples/effect-tracking-unowned/main.svelte
    
    ---------
    
    Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
    trueadm and dummdidumm authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    d39d8c0 View commit details
    Browse the repository at this point in the history
  2. chore: add download/hash scripts for sandbox (#15218)

    * chore: add download/hash scripts for sandbox
    
    * remove logging
    Rich-Harris authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    ed1cf75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    541f8eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ada302 View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump vitest from 2.0.5 to 2.1.9 (#15220)

    Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.0.5 to 2.1.9.
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.9/packages/vitest)
    
    ---
    updated-dependencies:
    - dependency-name: vitest
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    872ee51 View commit details
    Browse the repository at this point in the history
  6. fix: properly set value property of custom elements (#15206)

    Avoid going through the `element.value = element.__value = newValue` condition because `__value` is actually how Lit stores the current value on the element, and messing with that would break things: Lit would think the value hasn't changed (because `__value` is already set to the new value by us) and doesn't fire an update.
    
    fixes #15194
    dummdidumm authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    6f392d6 View commit details
    Browse the repository at this point in the history
  7. fix: ensure custom element updates don't run in hydration mode (#15217)

    * fix: ensure custom element updates don't run in hydration mode
    
    When a custom element is created before Svelte hydration kicks in, it will scaffold itself, using the properties given via attributes.
    Now when a custom element property is set during Svelte's hydration, the Svelte custom element component could run logic like updating an each block. Without turning off hydration mode during that time, the update would try to pick up existing element nodes (because it thinks they must be there because of hydration mode), and crash.
    
    No test because it would require a setup where we can ensure the element is scaffolded before hydration runs.
    
    Fixes #15213
    
    * changeset
    
    ---------
    
    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    dummdidumm and Rich-Harris authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    3b7066f View commit details
    Browse the repository at this point in the history
  8. Version Packages (#15216)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] authored Feb 5, 2025
    Configuration menu
    Copy the full SHA
    b0c4fa5 View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy