Releases: sveltejs/svelte
[email protected]
[email protected]
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]
Minor Changes
- feat: move
svelteHTML
from language-tools into core to load the correctsvelte/element
types (#9070)
[email protected]
[email protected]
Patch Changes
- fix:
svelte:component
spread props change not picked up (#9006)
[email protected]
[email protected]
Patch Changes
- fix: generate type definition with nullable types (#8924)
[email protected]
[email protected]
Patch Changes
- fix: handle falsy srcset values (#8901)
[email protected]
Patch Changes
-
fix: reflect all custom element prop updates back to attribute (#8898)
-
fix: shrink custom element baseline a bit (#8858)
-
fix: use non-destructive hydration for all
@html
tags (#8880) -
fix: align
disclose-version
exports specification (#8874) -
fix: check srcset when hydrating to prevent needless requests (#8868)