svelte@5.20.0
·
769 commits
to main
since this release
Minor Changes
- feat: SSR-safe ID generation with
$props.id()(#15185)
Patch Changes
-
fix: take private and public into account for
constant_assignmentof derived state (#15276) -
fix: value/checked not correctly set using spread (#15239)
-
chore: tweak effect self invalidation logic, run transition dispatches without reactive context (#15275)
-
fix: use
importNodeto clone templates for Firefox (#15272) -
fix: recurse into
$derivedfor ownership validation (#15166)