Skip to content

Releases: sveltejs/svelte

svelte@5.0.0-next.265

14 Oct 18:39
a6c97b3

Choose a tag to compare

svelte@5.0.0-next.265 Pre-release
Pre-release

Patch Changes

  • fix: ensure source and filename are known to compileModule's source map (#13546)

  • fix: cleanup non-branch effects created inside block effects (#13600)

  • fix: do no rerun the each block when array change from empty to empty (#13553)

  • fix: ensure effects destroy owned deriveds upon teardown (#13563)

  • fix: ensure proxied arrays correctly update their length upon deletions (#13549)

  • fix: avoid assigning input.value if the value is the same to fix minlength (#13574)

  • fix: use analysis.name when migrating <svelte:self> (#13544)

  • fix: strip BOM character from input (#13548)

svelte@5.0.0-next.264

09 Oct 14:52
2f6d84a

Choose a tag to compare

svelte@5.0.0-next.264 Pre-release
Pre-release

Patch Changes

  • fix: exclude custom elements from HTML tree validation (#13540)

  • fix: apply class/style directives after attributes (#13535)

  • fix: make immutable option work more correctly (#13526)

  • breaking: use <svelte-css-wrapper> instead of <div> for style props (#13499)

  • fix: mark custom element with virtual class attribute as dynamic (#13435)

  • fix: ensure set_text applies coercion to objects before diff (#13542)

svelte@5.0.0-next.263

08 Oct 18:47
65ca213

Choose a tag to compare

svelte@5.0.0-next.263 Pre-release
Pre-release

Patch Changes

  • fix: add media listeners immediately when using bind:paused (#13502)

  • fix: further improve reconciliation of inert each block rows (#13527)

  • feat: add types for the search element (#13489)

  • feat: support migrating svelte:self (#13504)

  • feat: support migration of single assignment labeled statements (#13461)

  • fix: correctly migrate $slots with bracket member expressions & slots with static props (#13468)

  • feat: migrate slot usages (#13500)

  • fix: recreate SvelteDate methods deriveds if they are destroyed (#13515)

  • fix: allow imports from svelte/legacy in SSR (#13523)

svelte@5.0.0-next.262

04 Oct 02:30
785779a

Choose a tag to compare

svelte@5.0.0-next.262 Pre-release
Pre-release

Patch Changes

  • feat: enable snippets to fill slots (#13427)

  • fix: strip internal properties from rest props during SSR (#13492)

  • fix: allow combinator at start of nested CSS selector (#13440)

svelte@5.0.0-next.260

27 Sep 14:09
35ebbe6

Choose a tag to compare

svelte@5.0.0-next.260 Pre-release
Pre-release

Patch Changes

  • fix: ensure use directives execute in the correct sequence (#13384)

  • fix: blank CSS contents while migrating (#13403)

  • fix: avoid migrating slots in custom elements (#13406)

  • fix: don't consider children of rules when checking whether they are used or not (#13410)

  • fix: treat <img> alt attribute as content for a11y labelling purposes (#13411)

  • fix: make ownership widening more robust to userland proxies (#13377)

  • fix: validation should not fail on anonymous declarations (#13393)

svelte@5.0.0-next.259

24 Sep 17:55
eaa5576

Choose a tag to compare

svelte@5.0.0-next.259 Pre-release
Pre-release

Patch Changes

  • fix: higher fidelity event migration (#13362)

  • fix: properly remove root anchor node on unmount (#13381)

  • fix: improve reconciliation of inert each block rows (#13379)

svelte@5.0.0-next.258

23 Sep 18:35
4b7cb9a

Choose a tag to compare

svelte@5.0.0-next.258 Pre-release
Pre-release

Patch Changes

  • fix: only use getComputedStyle with elements (#13366)

  • fix: make each items reassignable in legacy mode (#12257)

svelte@5.0.0-next.257

20 Sep 00:24
de157ee

Choose a tag to compare

svelte@5.0.0-next.257 Pre-release
Pre-release

Patch Changes

  • fix: only set attribute as property if element has setter (#13341)

svelte@5.0.0-next.256

19 Sep 21:28
78b134d

Choose a tag to compare

svelte@5.0.0-next.256 Pre-release
Pre-release

Patch Changes

  • fix: only warn on context="module" in runes mode (#13332)

  • feat: deprecate <svelte:self> in runes mode (#13333)

  • fix: set strings as attributes, non-strings as properties if property exists (#13327)

svelte@5.0.0-next.255

19 Sep 19:20
313bcea

Choose a tag to compare

svelte@5.0.0-next.255 Pre-release
Pre-release

Patch Changes

  • fix: keep bound inputs in sync in runes mode (#13328)

  • fix: silence snapshot warnings inside $inspect (#13334)