Skip to content

Releases: sveltejs/svelte

[email protected]

10 Nov 15:53
28b5603
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • breaking: svelte 5 alpha (#9381)

[email protected]

19 Oct 08:42
5905030
Compare
Choose a tag to compare

Patch Changes

  • fix: support camelCase properties on custom elements (#9328)

  • fix: add missing plaintext-only value to contenteditable type (#9242)

  • chore: upgrade magic-string to 0.30.4 (#9292)

  • fix: ignore trailing comments when comparing nodes (#9197)

[email protected]

20 Sep 08:26
bd5e5ee
Compare
Choose a tag to compare

Patch Changes

  • fix: update style directive when style attribute is present and is updated via an object prop (#9187)

  • fix: css sourcemap generation with unicode filenames (#9120)

  • fix: do not add module declared variables as dependencies (#9122)

  • fix: handle svelte:element with dynamic this and spread attributes (#9112)

  • fix: silence false positive reactive component warning (#9094)

  • fix: head duplication when binding is present (#9124)

  • fix: take custom attribute name into account when reflecting property (#9140)

  • fix: add indeterminate to the list of HTMLAttributes (#9180)

  • fix: recognize option value on spread attribute (#9125)

[email protected]

11 Aug 14:33
50c270a
Compare
Choose a tag to compare

Minor Changes

  • feat: move svelteHTML from language-tools into core to load the correct svelte/element types (#9070)

[email protected]

31 Jul 11:03
a08ae0f
Compare
Choose a tag to compare

Patch Changes

  • fix: allow child element with slot attribute within svelte:element (#9038)

  • fix: Add data-* to svg attributes (#9036)

[email protected]

20 Jul 16:30
6827709
Compare
Choose a tag to compare

Patch Changes

  • fix: svelte:component spread props change not picked up (#9006)

[email protected]

19 Jul 13:56
5d66f96
Compare
Choose a tag to compare

Minor Changes

  • feat: add ability to extend custom element class (#8991)

Patch Changes

  • fix: ensure svelte:component evaluates props once (#8946)

  • fix: remove let:variable slot bindings from select binding dependencies (#8969)

  • fix: handle destructured primitive literals (#8871)

  • perf: optimize imports that are not mutated or reassigned (#8948)

  • fix: don't add accessor twice (#8996)

[email protected]

06 Jul 16:16
3ff0084
Compare
Choose a tag to compare

Patch Changes

  • fix: generate type definition with nullable types (#8924)

[email protected]

04 Jul 20:44
a12643c
Compare
Choose a tag to compare

Patch Changes

  • fix: claim svg tags in raw mustache tags correctly (#8910)

  • fix: repair invalid raw html content during hydration (#8912)

[email protected]

03 Jul 20:53
800f6c0
Compare
Choose a tag to compare

Patch Changes

  • fix: handle falsy srcset values (#8901)