Skip to content

Releases: sveltejs/svelte

[email protected]

23 May 21:12
3dfa343
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: throw on invalid attribute expressions (#11736)

  • fix: use svg methods for updating svg attributes too (#11755)

  • fix: don't warn on link without href if aria-disabled (#11737)

  • fix: don't use console.trace inside dev warnings (#11744)

[email protected]

23 May 15:56
152961a
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • breaking: event handlers + bindings now yield effect updates (#11706)

[email protected]

23 May 14:32
3498df8
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: ensure we clear down each block opening anchors from document (#11740)

[email protected]

22 May 11:38
c3489eb
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: allow comments after last selector in css (#11723)

  • fix: don't add scoping modifier to nesting selectors (#11713)

  • chore: speedup hydration around input and select values (#11717)

  • fix: update value like attributes in a separate template_effect (#11720)

  • fix: improve handling of unowned derived signal (#11712)

[email protected]

21 May 13:34
fba6b56
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: migrate derivations without semicolons (#11704)

  • fix: check for invalid bindings on window and document (#11676)

  • fix: more efficient spread attributes in SSR output (#11660)

  • fix: inline pointer events now correctly work in Chrome (#11695)

  • fix: don't require warning codes to be separated by commas in non-runes mode (#11669)

[email protected]

16 May 18:28
62e2647
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • chore: remove handle_compile_error (#11639)

  • breaking: disallow string literal values in <svelte:element this="..."> (#11454)

  • fix: use coarse-grained updates for derived expressions passed to props in legacy mode (#11652)

  • fix: robustify bind:scrollX/Y binding (#11655)

  • feat: migrate <svelte:element this="div"> (#11659)

  • feat: more information when hydration fails (#11649)

  • fix: replay load and error events on load during hydration (#11642)

[email protected]

16 May 02:07
019b26b
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: make messages more consistent (#11643)

  • feat: introduce rootDir compiler option, make filename relative to it (#11627)

  • fix: rename __svelte_meta.filename to __svelte_meta.file to align with svelte 4 (#11627)

  • fix: avoid state_referenced_locally warning within type annotations (#11638)

[email protected]

15 May 16:59
ec25208
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • chore: improve SSR invalid element error message (#11585)

  • fix: deduplicate children prop and default slot (#10800)

  • feat: error on imports to svelte/internal/* (#11632)

  • fix: better handle img loading attribute (#11635)

  • feat: add $state.is rune (#11613)

  • feat: provide $state warnings for accidental equality (#11610)

  • feat: error when snippet shadow a prop (#11631)

  • chore: use new CustomEvent instead of deprecated initCustomEvent (#11629)

[email protected]

14 May 17:34
e97bc79
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: add backwards-compat for old warning codes in legacy mode (#11607)

[email protected]

13 May 22:20
a8deae9
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly handle falsy values of style directives in SSR mode (#11584)