Releases: sveltejs/svelte
Releases · sveltejs/svelte
25 Jun 10:40
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: untrack $inspect.with
and add check for unsafe mutation (#16209 )
fix: use fine grained for template if the component is not explicitly in legacy mode (#16232 )
lift unsafe_state_mutation constraints for SvelteSet, SvelteMap, SvelteDate, SvelteURL and SvelteURLSearchParams created inside the derived (#16221 )
19 Jun 13:21
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: address css class matching regression (#16204 )
18 Jun 15:26
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: match class and style directives against attribute selector (#16179 )
17 Jun 21:49
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: keep spread non-delegated event handlers up to date (#16180 )
fix: remove undefined attributes on hydration (#16178 )
fix: ensure sources within nested effects still register correctly (#16193 )
fix: avoid shadowing a variable in dynamic components (#16185 )
17 Jun 17:09
Compare
Sorry, something went wrong.
No results found
14 Jun 15:51
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: don't eagerly execute deriveds on resume (#16150 )
fix: prevent memory leaking signals in legacy mode (#16145 )
fix: don't define error.message
if it's not configurable (#16149 )
14 Jun 12:33
Compare
Sorry, something went wrong.
No results found
12 Jun 00:58
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: correctly tag private class state fields (#16132 )
11 Jun 23:06
Compare
Sorry, something went wrong.
No results found
Minor Changes
feat: add source name logging to $inspect.trace
(#16060 )
Patch Changes
fix: add command
and commandfor
to HTMLButtonAttributes
(#16117 )
fix: better $inspect.trace()
output (#16131 )
fix: properly hydrate dynamic css props components and remove element removal (#16118 )
10 Jun 15:50
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: reset is_flushing
if flushSync
is called and there's no scheduled effect (#16119 )