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.36.8
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.36.9
Choose a head ref
Loading
  • 6commits
  • 19files changed
  • 4contributors

Commits on Jul 19, 2025

  1. fix: don't reexecute derived with no dependencies on teardown (#16438)

    The prior logic was wrong because it reexecuted when something was clean, but we want to when it's not. The remaining fix was to also check the reactions: If an effect is destroyed and it was the last reaction of a derived then the derived is set to `MAYBE_DIRTY`. We therefore also need to check if the derived still has anyone listening to it, and only then reexecute it.Fixes#16363
    @dummdidumm
    dummdidumm authoredJul 19, 2025
    Configuration menu
    Copy the full SHA
    27c90dfView commit details
    Browse the repository at this point in the history
  2. fix: disallowexport { foo as default }in<script module>(#16447)

    * fix: disallow `export { foo as default }` in `<script module>`* add test* fix test
    @Ocean-OS
    Ocean-OS authoredJul 19, 2025
    Configuration menu
    Copy the full SHA
    63cbe21View commit details
    Browse the repository at this point in the history
  3. fix: move ownership validation into async component body (#16449)

    * fix: move ownership validation into async component body* add test---------Co-authored-by: Rich Harris <rich.harris@vercel.com>
    @Ocean-OS@Rich-Harris
    Ocean-OS andRich-Harris authoredJul 19, 2025
    Configuration menu
    Copy the full SHA
    ad0b58eView commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    307ec22View commit details
    Browse the repository at this point in the history
  5. fix: allow async destructured deriveds (#16444)

    * fix: allow async destructured deriveds* add test* tweak* tweak---------Co-authored-by: Rich Harris <rich.harris@vercel.com>
    @Ocean-OS@Rich-Harris
    Ocean-OS andRich-Harris authoredJul 19, 2025
    Configuration menu
    Copy the full SHA
    e1e7a75View commit details
    Browse the repository at this point in the history
  6. Version Packages (#16445)

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

[8]ページ先頭

©2009-2025 Movatter.jp