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.41.4
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.42.0
Choose a head ref
Loading
  • 6commits
  • 59files changed
  • 3contributors

Commits on Oct 24, 2025

  1. Configuration menu
    Copy the full SHA
    7434f21View commit details
    Browse the repository at this point in the history
  2. feat: forking (#17004)

    * chore: run boundary async effects in the context of the current batch* WIP* reinstate kludge* fix test* WIP* WIP* WIP* remove kludge* restore batch_values after commit* make private* tidy up* fix tests* update test* reset #dirty_effects and #maybe_dirty_effects* add test* WIP* add test, fix block resolution* bring async-effect-after-await test from defer-effects-in-pending-boundary branch* avoid reawakening committed batches* changeset* cheat* better API* regenerate* slightly better approach* lint* revert this whatever it is* add test* Update feature description for fork API* error if missing experimental flag* rename inspect effects to eager effects, run them in prod* regenerate* Apply suggestions from code reviewCo-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>* tidy up* add some minimal prose. probably don't need to go super deep here as it's not really meant for non-framework authors* bit more detail* add a fork_timing error, regenerate* unused* add note* add fork_discarded error* require users to discard forks* add docs* regenerate* tweak docs* fix leak* fix* preload on focusin as well* missed a spot* reduce nesting---------Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
    @Rich-Harris@dummdidumm
    Rich-Harris anddummdidumm authoredOct 24, 2025
    Configuration menu
    Copy the full SHA
    c08ecbaView commit details
    Browse the repository at this point in the history
  3. chore: remove event hoisting (#17030)

    * chore: get rid of hoisted event handlers* remove unused stuff* simplify* wow we can delete so much more code. this makes me so happy* even more!
    @Rich-Harris
    Rich-Harris authoredOct 24, 2025
    Configuration menu
    Copy the full SHA
    4eb432eView commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2025

  1. fix: always allowsetContextbefore first await in component (#17031)

    The previous check was flawed because EFFECT_RAN would be set by the time it is checked, since a promise in a parent component will cause a delay of the inner component being instantiated. Instead we have a new field on the component context checking if the component was already popped (if se we are indeed too late). Don't love it to have a field just for this but I don't see another way to reliably check it.Fixes#16629
    @dummdidumm
    dummdidumm authoredOct 25, 2025
    Configuration menu
    Copy the full SHA
    b7f39b4View commit details
    Browse the repository at this point in the history
  2. fix: less confusing names for inspect errors (#17026)

    * fix: less confusing names for inspect errors* fix* Update packages/svelte/src/internal/client/dev/inspect.js* fix
    @Rich-Harris
    Rich-Harris authoredOct 25, 2025
    Configuration menu
    Copy the full SHA
    d8137b7View commit details
    Browse the repository at this point in the history
  3. Version Packages (#17029)

    * Version Packages* minor not patch* Apply suggestions from code review---------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@Rich-Harris
    github-actions[bot] andRich-Harris authoredOct 25, 2025
    Configuration menu
    Copy the full SHA
    875a041View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp