svelte@5.0.0-next.3
Pre-releasePatch Changes
-
chore: use internal
get_descriptors
helper (#9389) -
chore: improve bundle code size (#9476)
-
fix: coerce attribute value to string before comparison (#9475)
-
fix: handle private fields in
class
in.svelte.js
files (#9394) -
chore: make operations lazy (#9468)
-
fix: allow svelte:self in snippets (#9439)
-
fix: check that snippet is not rendered as a component (#9423)
-
patch: ensure keyed each block fallback to indexed each block (#9441)
-
fix: allow member access on directives (#9462)
-
fix: handle dynamic selects with falsy select values (#9471)
-
fix: ensure dynamic attributes containing call expressions update (#9443)
-
fix: corrects a beforeUpdate/afterUpdate bug (#9448)
-
fix: add missing files binding (#9415)
-
fix: only escape attribute values for elements, not components (#9456)
-
fix: handle event attribute spreading with event delegation (#9433)
-
fix: support class exports (#9465)
-
fix: treat
slot
the same as other props (#9457)