Patch Changes
-
fix: visit expression for
svelte:component
references (#13151) -
fix: ensure signal graph is consistent before triggering $inspect signals (#13153)
-
feat: better types for the
autocomplete
attribute (#13201) -
fix: widen ownership upon property access if necessary (#13175)
-
fix: don't show
state_referenced_locally
warning on types (#13177) -
fix: ensure locally mutated bindable props persist with spreading props (#13190)
-
fix: try catch
strict_equals
to avoid error accessingSTATE_SYMBOL
(#13216) -
fix: ensure types are easier to follow for TypeScript (#13140)
-
fix: ensure $inspect effects are fine-grain (#13199)
-
fix: ensure unowned derived signals correctly re-connect to graph (#13184)
-
fix: ensure inner script tags are properly removed (#13152)
-
chore: improve ssr parent validation (#13158)
-
fix: prevent nullish snippet for rendering empty content (#13083)
-
fix: allow more characters in the unicode range as component identifiers (#13198)
-
fix: allow for nesting selector in pseudoclasses (#13209)
-
fix: ensure StyleDirective and ClassDirective are marked as dynamic (#13205)