Releases: sveltejs/svelte
Releases · sveltejs/svelte
05 Sep 07:11
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: replace undefined
with void(0)
in CallExpressions (#16693 )
fix: ensure batch exists when resetting a failed boundary (#16698 )
fix: place store setup inside async body (#16687 )
27 Aug 17:46
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: don't fail on flushSync
while flushing effects (#16674 )
26 Aug 18:08
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: ensure async deriveds always get dependencies from thennable (#16672 )
23 Aug 21:29
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: ensure correct order of template effect values (#16655 )
fix: allow async {@const}
in more places (#16643 )
fix: properly catch top level await errors (#16619 )
perf: prune effects without dependencies (#16625 )
fix: only emit for_await_track_reactivity_loss
in async mode (#16644 )
18 Aug 12:59
Compare
Sorry, something went wrong.
No results found
Patch Changes
perf: run blocks eagerly during flush instead of aborting (#16631 )
fix: don't clone non-proxies in $inspect
(#16617 )
fix: avoid recursion error when tagging circular references (#16622 )
11 Aug 19:25
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: wrap abort
in without_reactive_context
(#16570 )
fix: add hint
as a possible value for popover
attribute (#16581 )
fix: skip effects inside dynamic component that is about to be destroyed (#16601 )
06 Aug 18:08
Compare
Sorry, something went wrong.
No results found
Minor Changes
feat: allow await
inside @const
declarations (#16542 )
Patch Changes
fix: remount at any hydration error (#16248 )
chore: emit await_reactivity_loss
in for await
loops (#16521 )
fix: emit snippet_invalid_export
instead of undefined_export
for exported snippets (#16539 )
03 Aug 04:20
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: reset attribute cache after setting corresponding property (#16543 )
31 Jul 23:18
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: double event processing in firefox due to event object being garbage collected (#16527 )
fix: add bindable dimension attributes types to SVG and MathML elements (#16525 )
fix: correctly differentiate static fields before emitting duplicate_class_field
(#16526 )
fix: prevent last_propagated_event from being DCE'd (#16538 )
28 Jul 19:10
Compare
Sorry, something went wrong.
No results found
Patch Changes
chore: remove some todos (#16515 )
fix: allow await expressions inside {#await ...}
argument (#16514 )
fix: append_styles
in an effect to make them available on mount (#16509 )
chore: remove parser.template_untrimmed
(#16511 )
fix: always inject styles when compiling as a custom element (#16509 )