Svelte (javascript)
Patch Changes
-
fix: cancel deferred event listeners during cleanup (#18749)
-
fix: preserve global CSS in components without scopable elements (#18793)
-
fix: reduce SSR render result garbage collection (#18798)
-
fix: resolve the fallback of an each block in the enclosing scope (#18803)
-
perf: speed up parser interactions with Acorn or avoid them where possible (#18740)
-
fix: prevent effect tree of batches from interfering with each other (#18508)
-
fix: serialize input default values during server rendering (#18733)
-
fix: remove
WAS_MARKEDflag in favor ofSet(#18127) -
fix: throw
set_context_after_initwhensetContextis called after anawaitduring SSR (#18739) -
fix: make Object.hasOwn reactive for state proxy ownership changes (#18838)
-
fix: keep
$state.eagerwhen used as a variable initializer (#18809) -
perf: avoid regex matching in parser where possible (#18736)
-
fix: in non-async mode, only push variable to current_sources when active_reaction is updating (#18550)
-
fix: recognise
aria-braillelabelandaria-brailleroledescriptionas known ARIA attributes (#18765)