Releases: sveltejs/svelte
Releases Β· sveltejs/svelte
Patch Changes
- feat: account for
zoom
when calculating animation transforms (#13317)
Patch Changes
-
fix: handle $Props
interface during migration (#13305)
-
fix: attach effects-inside-deriveds to the parent of the derived (#13309)
-
fix: simplify and robustify appending styles (#13303)
Patch Changes
- fix: improve performance of scheduling effects (#13300)
Patch Changes
-
fix: correctly migrate sequence expressions (#13291)
-
fix: avoid disconnecting deriveds that are still active (#13292)
-
feat: Add accessibility warnings for buttons and anchors without explicit labels and content (#13130)
Patch Changes
-
fix: ensure snapshot logs don't affect dependency graph (#13286)
-
fix: allow custom element styles to be updated in HMR mode (#13225)
-
fix: inject styles correctly when mounting inside an iframe (#13225)
Patch Changes
-
feat: provide guidance in browser console when logging $state objects (#13142)
-
fix: ensure correct parent effect is associated with render effects (#13274)
-
feat: unwrap function expressions where possible, and optimise bindings (#13269)
Patch Changes
-
fix: wait until template strings are complete before sanitizing (#13262)
-
fix: avoid flushing sync with $inspect (#13239)
-
fix: separate template_effect
for dynamic class/style directive with dynamic attributes (#13171)
-
fix: treat pure call expressions as potentially reactive if they reference local bindings (#13264)
-
fix: follow spec for customElement
option (#13247)
-
fix: tighten up `# svelte prefix validation (#13261)
Patch Changes
-
perf: inline module variables into template (#13075)
-
fix: allow custom element events on slot to bubble inside custom element (#13222)
-
fix: add missing autocomplete
attribute tokens (#13229)
-
feat: add infinite loop effect callstack (#13231)