Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: replicate Svelte 4 props update detection in legacy mode #11577

Merged
merged 6 commits into from
May 13, 2024

Commits on May 13, 2024

  1. fix: replicate Svelte 4 props update detection in legacy mode

    fixes #11448 by wrapping props in deriveds
    dummdidumm committed May 13, 2024
    Configuration menu
    Copy the full SHA
    bf37a59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b55c71d View commit details
    Browse the repository at this point in the history
  3. fix test

    Rich-Harris committed May 13, 2024
    Configuration menu
    Copy the full SHA
    7439b57 View commit details
    Browse the repository at this point in the history
  4. Update packages/svelte/src/compiler/phases/3-transform/client/utils.js

    Co-authored-by: Rich Harris <rich.harris@vercel.com>
    dummdidumm and Rich-Harris committed May 13, 2024
    Configuration menu
    Copy the full SHA
    b4b3a52 View commit details
    Browse the repository at this point in the history
  5. dedicated flag

    dummdidumm committed May 13, 2024
    Configuration menu
    Copy the full SHA
    cf27e77 View commit details
    Browse the repository at this point in the history
  6. prettier

    Rich-Harris committed May 13, 2024
    Configuration menu
    Copy the full SHA
    bb16c1f View commit details
    Browse the repository at this point in the history