Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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.43.14
Choose a base ref
Loading
...
head repository:sveltejs/svelte
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:svelte@5.43.15
Choose a head ref
Loading
  • 4commits
  • 19files changed
  • 4contributors

Commits on Nov 24, 2025

  1. fix: don't execute attachments and attribute effects eagerly (#17208)

    * fix: don't execute attachments and attribute effects eagerlyattributes_effect and attachments are blocks since they need the managed "don't just destroy children effects"-behavior, but they're not block effects in the sense of "run them eagerly while traversing the effect tree or while flushing effects". Since the latter was the case until now, it meant that forks could cause visible UI updates.This PR introduces a new flag to fix that. `BLOCK_NON_EAGER` is basically a combination of block effects (with respects to the managed behavior) and render effects (with respects to the execution timing).Fixessveltejs/kit#14931* managed_effect
    @dummdidumm
    dummdidumm authoredNov 24, 2025
    Configuration menu
    Copy the full SHA
    53bbe34View commit details
    Browse the repository at this point in the history
  2. fix: store forked derived values (#17212)

    We have to take non-tracking contexts into account, especially while in the original `fork(() => ...)` context.Closes#17206---------Co-authored-by: Simon Holthausen <simon.holthausen@vercel.com>
    @paoloricciuti@dummdidumm
    paoloricciuti anddummdidumm authoredNov 24, 2025
    Configuration menu
    Copy the full SHA
    ea8838eView commit details
    Browse the repository at this point in the history
  3. chore: lift "flushSync cannot be called in effects" restriction (#17139)

    Since async-await was introduced into the code base a lot has changed. This lifts the restriction.Closes#17131 (though I still wonder why Skeleton does that)
    @dummdidumm
    dummdidumm authoredNov 24, 2025
    Configuration menu
    Copy the full SHA
    84b2618View commit details
    Browse the repository at this point in the history
  4. Version Packages (#17228)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    @github-actions
    github-actions[bot] authoredNov 24, 2025
    Configuration menu
    Copy the full SHA
    129c408View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp