-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.23.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: sveltejs/svelte
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: svelte@5.24.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 36 files changed
- 4 contributors
Commits on Mar 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8f940ee - Browse repository at this point
Copy the full SHA 8f940eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 701f085 - Browse repository at this point
Copy the full SHA 701f085View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99ca7a4 - Browse repository at this point
Copy the full SHA 99ca7a4View commit details -
fix: simplify set calls for proxyable values (#15548)
* chore: simplify set calls for proxyable values * changeset
Configuration menu - View commit details
-
Copy full SHA for c436b6c - Browse repository at this point
Copy the full SHA c436b6cView commit details
Commits on Mar 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c7ce9fc - Browse repository at this point
Copy the full SHA c7ce9fcView commit details -
feat: allow state created in deriveds/effects to be written/read loca…
…lly without self-invalidation (#15553) * move parent property onto Signal * don't self-invalidate when updating a source create inside current reaction * lazily create deep state with parent reaction * no need to push_derived_source with mutable_state, as it never coexists with $.derived * reduce indirection * remove state_unsafe_local_read error * changeset * tests * fix test * inelegant fix * remove arg * tweak * some progress * more * tidy up * parent -> p * tmp * alternative approach * tidy up * reduce diff size * more * update comment
Configuration menu - View commit details
-
Copy full SHA for 6915c12 - Browse repository at this point
Copy the full SHA 6915c12View commit details
Commits on Mar 21, 2025
-
fix: Keep inlined JSDoc comments in property conversion of svelte-mig…
…rate (#15567) * Add failing JSDoc property svelte-migrate conversion tests * Add further test case and remove default value in JSDoc output * Look for inlined JSDoc comments after a hyphen * Add changeset
Configuration menu - View commit details
-
Copy full SHA for 1a5fb8f - Browse repository at this point
Copy the full SHA 1a5fb8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d10a65 - Browse repository at this point
Copy the full SHA 1d10a65View commit details -
fix: don't depend on deriveds created inside the current reaction (#1…
…5564) * WIP * WIP * add test * update test * changeset * oops * lint
Configuration menu - View commit details
-
Copy full SHA for d2e7932 - Browse repository at this point
Copy the full SHA d2e7932View commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e25c281 - Browse repository at this point
Copy the full SHA e25c281View commit details
There are no files selected for viewing
Check failure on line 1676 in packages/svelte/src/compiler/migrate/index.js
Check failure on line 1677 in packages/svelte/src/compiler/migrate/index.js
Check failure on line 1678 in packages/svelte/src/compiler/migrate/index.js