Releases: sveltejs/svelte
svelte@5.0.0-next.2
Patch Changes
-
breaking: remove selector api (#9426)
-
fix: correct update_block index type (#9425)
-
fix: tighten up signals implementation (#9417)
-
fix: exclude internal props from spread attributes (#9384)
-
chore: improve keyblock treeshaking (#9422)
-
breaking: remove Component type, keep using SvelteComponent instead (#9413)
-
fix: add snippet marker symbol to children prop (#9395)
svelte@4.2.3
svelte@5.0.0-next.1
Patch Changes
- breaking: svelte 5 alpha (#9381)
svelte@4.2.2
svelte@4.2.1
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:elementwith 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
indeterminateto the list of HTMLAttributes (#9180) -
fix: recognize option value on spread attribute (#9125)
svelte@4.2.0
Minor Changes
- feat: move
svelteHTMLfrom language-tools into core to load the correctsvelte/elementtypes (#9070)
svelte@4.1.2
svelte@4.1.1
Patch Changes
- fix:
svelte:componentspread props change not picked up (#9006)
svelte@4.1.0
svelte@4.0.5
Patch Changes
- fix: generate type definition with nullable types (#8924)