Minor Changes
- feat: SSR-safe ID generation with
$props.id()
(#15185)
Patch Changes
-
fix: take private and public into account for
constant_assignment
of 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
importNode
to clone templates for Firefox (#15272) -
fix: recurse into
$derived
for ownership validation (#15166)