-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Comparing changes
Open a pull request
base repository: sveltejs/svelte
base: svelte@5.19.7
head repository: sveltejs/svelte
compare: svelte@5.19.8
- 12 commits
- 19 files changed
- 6 contributors
Commits on Feb 3, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f878736 - Browse repository at this point
Copy the full SHA f878736View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7867e75 - Browse repository at this point
Copy the full SHA 7867e75View commit details -
docs: enhance migration docs about accessors (#15138)
* docs: enhance migration docs about accessors related to #15134 * more
Configuration menu - View commit details
-
Copy full SHA for 502b585 - Browse repository at this point
Copy the full SHA 502b585View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f67cf20 - Browse repository at this point
Copy the full SHA f67cf20View commit details
Commits on Feb 5, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for d39d8c0 - Browse repository at this point
Copy the full SHA d39d8c0View commit details -
chore: add download/hash scripts for sandbox (#15218)
* chore: add download/hash scripts for sandbox * remove logging
Configuration menu - View commit details
-
Copy full SHA for ed1cf75 - Browse repository at this point
Copy the full SHA ed1cf75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 541f8eb - Browse repository at this point
Copy the full SHA 541f8ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ada302 - Browse repository at this point
Copy the full SHA 1ada302View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 872ee51 - Browse repository at this point
Copy the full SHA 872ee51View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6f392d6 - Browse repository at this point
Copy the full SHA 6f392d6View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3b7066f - Browse repository at this point
Copy the full SHA 3b7066fView commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b0c4fa5 - Browse repository at this point
Copy the full SHA b0c4fa5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff svelte@5.19.7...svelte@5.19.8