sveltejs/svelte [email protected][email protected]

This patch release focuses on two user-visible fixes. It addresses a regression where derived values could be marked while an effect was updating, and it stops introstart from being dispatched for animate: animations.

What's new

  • No new features were called out in this release.

Fixes

  • Prevents derived values from being marked while an effect is updating, which fixes a regression where {#if} content could remain visible after state changes in certain shared-state setups. (#18124)
  • Stops dispatching introstart for animate: animations, so transition events only fire from actual transitions. (#18122)

Contributors

  • @dummdidumm
  • @dabund24