Releases: sveltejs/svelte
svelte@5.0.0-next.37
svelte@5.0.0-next.36
Patch Changes
-
fix: transform textarea and contenteditable binding expressions (#10187)
-
fix: improve transition outro easing (#10190)
-
fix: ensure unstate() only deeply applies to plain objects and arrays (#10191)
-
fix: improve invalid nested interactive element error (#10199)
-
fix: react to mutated slot props in legacy mode (#10197)
svelte@5.0.0-next.35
Patch Changes
-
fix: improve nested effect heuristics (#10171)
-
fix: simplify event delegation logic, only delegate event attributes (#10169)
-
fix: prevent transition action overfiring (#10163)
-
fix: improve event handling compatibility with delegation (#10168)
-
fix: ensure topological order for render effects (#10175)
svelte@5.0.0-next.34
svelte@5.0.0-next.33
svelte@5.0.0-next.32
svelte@5.0.0-next.31
Patch Changes
-
fix: infer
svgnamespace correctly (#10027) -
fix: keep intermediate number value representations (
d171a39b0) -
feat: allow modifiying derived props (#10080)
-
fix: improve signal consumer tracking behavior (#10121)
-
fix: support async/await in destructuring assignments (#9962)
-
fix: take into account member expressions when determining legacy reactive dependencies (#10128)
-
fix: make
ComponentTypegeneric optional (14dbc1be1) -
fix: silence false positive state warning (
dda4ad510) -
fix: ensure nested blocks are inert during outro transitions (#10126)
-
fix: improve ssr template literal generation (#10127)
svelte@5.0.0-next.30
Patch Changes
-
fix: allow transition undefined payload (#10117)
-
fix: apply key animations on proxied arrays (#10113)
-
fix: improve internal signal dependency checking logic (#10111)
-
fix: correctly call exported state (#10114)
-
fix: take into account setters when spreading and binding (#10091)
-
fix: transform
{@render ...}expression (#10116)
svelte@5.0.0-next.29
Patch Changes
-
fix: improve text node output (#10081)
-
fix: improve style parser whitespace handling (#10077)
-
fix: allow input elements within button elements (#10083)
-
fix: support TypeScript's
satisfiesoperator (#10068) -
fix: provide
unstatein server environment (877ff1ee7) -
fix: improve key block reactivity detection (#10092)
-
fix: always treat spread attributes as reactive and separate them if needed (#10071)
svelte@5.0.0-next.28
Patch Changes
-
fix: deeply unstate objects passed to inspect (#10056)
-
fix: handle delegated events of elements moved outside the container (#10060)
-
fix: improve script
langattribute detection (#10046) -
fix: improve pseudo class parsing (#10055)
-
fix: add types for popover attributes and events (#10041)
-
fix: skip generating $.proxy() calls for unary and binary expressions (#9979)
-
fix: allow pseudo classes after
:global(..)(#10055) -
fix: bail-out event handler referencing each index (#10063)
-
fix: parse
:nth-of-type(xn+y)correctly (#9970) -
fix: ensure if block is executed in correct order (#10053)