`last_propagated_event` retains the last event's target subtree (detached DOM) until the next delegated event sveltejs/svelte #18568 opened 2 hours ago by randalmurphal
`spring` performs differently on displays with different refresh rates sveltejs/svelte #10717 opened 2 years ago by GoodBoyNinja transition/animation 7
Docs: Document the pattern for explicit dependency tracking across asynchronous boundaries sveltejs/svelte #18565 opened 2 days ago by harrmitch
Binding activeElement + removing focused element from DOM gives error sveltejs/svelte #15742 opened last year by RWDavid 2
Track pause ownership so outro walks can't undo each other sveltejs/svelte #18563 opened 2 days ago by Nic-Polumeyv
`flushSync()` inside a render-phase effect can permanently kill the effect tree sveltejs/svelte #18546 opened 7 days ago by Deeds67 awaiting submitter 3
When committing a fork derived seem to be read out of order in some cases. sveltejs/svelte #18468 opened 4 weeks ago by jjones315 awaiting submitter 2
`effect_orphan` thrown when `$effect` is called after `await` inside an async function invoked even when inside of a tracking context sveltejs/svelte #18443 opened last month by Suya1671 1
experimental.async: batch merging permanently swallows unrelated synchronous UI updates when an earlier async batch never settles sveltejs/svelte #18524 opened 2 weeks ago by reinhard-sanz 1
Selection lost on <select> with spread attributes when options change after mount sveltejs/svelte #18557 opened 3 days ago by b-r-i-a-n-w-e-s-t
A `<svelte:boundary>` hydrated in the failed state can never be reset sveltejs/svelte #18555 opened 4 days ago by Nic-Polumeyv 1
experimental.async: nested dynamic component mounts twice when swapped while a persistent ancestor renders the outgoing subtree's teleported snippet sveltejs/svelte #18554 opened 4 days ago by Nic-Polumeyv 1
getRootNode() in append_styles function doesn't return ShadowRoot on some initial component mounts sveltejs/svelte #18288 opened 2 months ago by UntakerAnonPLAY awaiting submitter custom element 6
Svelte 5: Tell if a bindable prop is actually passed using bind sveltejs/svelte #11672 opened 2 years ago by jamesst20 needs discussion 16
experimental.async: "Batch has scheduled roots" when a sibling mutates shared $state during a suspense-resolution flush sveltejs/svelte #18363 opened 2 months ago by jippi 6
Provide hasContext function with createContext sveltejs/svelte #18471 opened 3 weeks ago by soleuniverse101 4
Svelte component is rendering despite guard clause sveltejs/svelte #17106 opened 9 months ago by KieranP awaiting submitter 4
`TypeError: value is not a function` on SSR when nested `{#snippet}` reads `{const x = $derived(await …)}` from parent snippet body via a sync `$derived` sveltejs/svelte #18469 opened 4 weeks ago by hanszoons 2
`SvelteMap.set` on an existing key notifies `keys()` readers even though the key set didn't change sveltejs/svelte #18531 opened last week by Nic-Polumeyv
`flushSync()` errors when called at top level of script; doesn't work with `$effect.pre` sveltejs/svelte #18522 opened 2 weeks ago by jacekalms
$derived on a class instance returns a stale value after the effect that incidentally owned it at construction is destroyed sveltejs/svelte #18489 opened 3 weeks ago by reinhard-sanz 1
A throwing $effect teardown during keyed {#each} reconcile strands the rest of the destroy batch sveltejs/svelte #18415 opened last month by randalmurphal 1
Exception during a reaction update permanently leaks freshly-connected deriveds (survives unmount) sveltejs/svelte #18414 opened last month by randalmurphal 1
$derived re-executes once per reading effect (memoization lost) when invalidated while another batch is pending (experimental.async) sveltejs/svelte #18503 opened 2 weeks ago by billpeet
Allow `role="separator"` as an interactive ARIA role sveltejs/svelte #9483 opened 3 years ago by MrGrigri a11y 1
`$state` write in `@attach` click handler triggers `$effect` flush before delegated `onclick` — handler silently skipped sveltejs/svelte #18070 opened 4 months ago by XhstormR 2
Easy workaround to put component classes to childs (without global) sveltejs/svelte #7962 opened 4 years ago by dm-de css 7
Error thrown by a $derived re-executing during teardown escapes <svelte:boundary> (and can mask the real error via null effect.b) sveltejs/svelte #18485 opened 3 weeks ago by Stadly
Add support for Map.getOrInsert and Map.getOrInsertComputed to SvelteMap sveltejs/svelte #18014 opened 4 months ago by gyzerok 3
docs: move declaration tags from template syntax to basic markup sveltejs/svelte #18460 opened 4 weeks ago by sacrosanctic 2
Equivalent of Vue's out-in transition mode sveltejs/svelte #544 opened 9 years ago by Rich-Harris feature request temp-stale 17
Waterfall: Async functions always called sequentially sveltejs/svelte #18155 opened 3 months ago by Stadly 4
await_waterfall suggested fix does not work due to lazy evaluation sveltejs/svelte #16483 opened 12 months ago by RuthgerD documentation 7
Function call in class: and style: directives are inconsistent with standard attributes sveltejs/svelte #18465 opened 4 weeks ago by adiguba
Issue `state_referenced_locally` warnings for declaration tags sveltejs/svelte #18428 opened last month by Rich-Harris 3
Cannot access 'var1' before initialization only in production build (order of `$state`) sveltejs/svelte #18454 opened 4 weeks ago by uh-zuh blocked by upstream 1
Docs: "Component testing" of "Context" article edits sveltejs/svelte #18462 opened 4 weeks ago by svew
Svelte 5: Inaccurate source maps when `lang="ts"` is enabled sveltejs/svelte #9961 opened 3 years ago by AdrianGonz97 bug awaiting submitter 12
Provide classname utility for style encapsulation between parent/child component sveltejs/svelte #7776 opened 4 years ago by zheeeng feature request css 4
TypeScript error thrown when exported snippets reference a type of a script element sveltejs/svelte #18451 opened 4 weeks ago by WarningImHack3r 5
Any sibiling after a `<select>` crashes the compiler sveltejs/svelte #18445 opened last month by ottomated 3
`<input defaultValue="foo" />` doesn't populate until hydrated sveltejs/svelte #18446 opened last month by ottomated
feat: allow objects for style attribute sveltejs/svelte #14832 opened 2 years ago by adiguba feature request 8
Keyed each does not preserve element (re-create) when reordered sveltejs/svelte #3973 opened 7 years ago by kutlugsahin feature request temp-stale 23
onoutroend fires twice when compiled with hmr:true, but only once without it sveltejs/svelte #18440 opened last month by munHunger
[Head:svelte] Double scripts appearing in production sveltejs/svelte #18433 opened last month by leopalazzi awaiting submitter 5
Using `vi.resetModules()` causes `lifecycle_outside_component` error in [email protected] sveltejs/svelte #16832 opened 10 months ago by x0k 1
Svelte 5: Avoiding `{#snippet}` boilerplate with the ability to pass parameters sveltejs/svelte #10678 opened 2 years ago by katriellucas 47
{#if}{/if} blocks may not properly guard against broken references when store subscriptions are involved sveltejs/svelte #18377 opened 2 months ago by jliu-articulate 7
Using SvelteDate results in derived_inert warning and loss of reactivity sveltejs/svelte #18419 opened last month by johnathanludwig
next_sibling_getter undefined, breaking reactivity sveltejs/svelte #17265 opened 8 months ago by jkoppel awaiting submitter 4
Improve docs when binding to a $bindable with a fallback value sveltejs/svelte #18417 opened last month by novaotp
Component reactivity inconsistencies between development and production sveltejs/svelte #18416 opened last month by CatchABus
JS/TS Inlay hints are broken with {@attach ...} sveltejs/svelte #18412 opened last month by DarthGigi
`$effect.pre` not re-run on state change after calling `flushSync` in tests sveltejs/svelte #18209 opened 2 months ago by jacekalms 2
async: Chat autoscrolling code snippet in docs broken sveltejs/svelte #18300 opened 2 months ago by Kasra-G 1
"Keyed each block has duplicate key" should be a warning rather than an error (at least on prod environment) sveltejs/svelte #18407 opened last month by kepzAT 3
Hydration mismatch with two components that internally use bind: and svelte:head (getAttribute is not a function / can't access property "nodeType")" sveltejs/svelte #18404 opened last month by therealPaulPlay 1
getContext on a child component returns `undefined` when HMR is triggered with context in the parent's `context="module"` exports sveltejs/svelte #8655 opened 3 years ago by space-nuko 10
$derived returns wrong value in $effect.pre and attachment cleanup during unmount sveltejs/svelte #18391 opened last month by novacdenis 2
`magic-string` object undefined error on migration sveltejs/svelte #18304 opened 2 months ago by brunnerh 1
Svelte boundaries with failed snippets not working as expected with Remote Functions sveltejs/svelte #18399 opened last month by osamajvd
Request: `$state.snapshot(prop)` suppresses `state_referenced_locally` sveltejs/svelte #17303 opened 8 months ago by sillvva 25
Effect scheduled for batch A can be executed by batch B, causing wrong values sveltejs/svelte #18374 opened 2 months ago by dummdidumm
`$state.eager` doesn't work with `{#if ...}`, and `$state.eager(var)` affects plain `var` usage sveltejs/svelte #18174 opened 3 months ago by TehBrian 2
Async derived in each loop with multiple batches causing infinite loop sveltejs/svelte #18355 opened 2 months ago by dummdidumm
Way to suppress `state_referenced_locally` directly on property/properties sveltejs/svelte #17669 opened 5 months ago by brunnerh 11
`bind:group` does not work with nested components sveltejs/svelte #2308 opened 7 years ago by imbolc feature request 35
Allow to interrupt or block rendering manually sveltejs/svelte #18310 opened 2 months ago by PixelForm
Fine-grained reactivity for the `in` operator sveltejs/svelte #18306 opened 2 months ago by jakubsmolaga
Clarification needed for bind:this and $effect teardown sveltejs/svelte #18150 opened 3 months ago by SeanIsTyping 2
shorthand properties for touch don't throw if they don't exist inside svelte:window sveltejs/svelte #18275 opened 2 months ago by Azuriru
Nested $derived not working because of #15553 change sveltejs/svelte #18213 opened 2 months ago by idubrov needs discussion 3
[2.60.1] Multiple remote functions inside one `<svelte:boundary>` don't run in parallel sveltejs/svelte #18270 opened 2 months ago by vladshcherbin 1
Flickering when combining transitions and animate:flip on Safari sveltejs/svelte #17446 opened 6 months ago by IdrisCelik transition/animation
Global transitions trigger incorrectly when containing svelte:element sveltejs/svelte #15887 opened last year by tylermcrobert awaiting submitter transition/animation 1
Unexpected CSS transitions on mount sveltejs/svelte #15957 opened last year by PavelLaptev custom element transition/animation 3
Transitions created by a transition function don't reverse correctly sveltejs/svelte #16308 opened last year by hgl transition/animation 4
{#key} with transitions and bind:offsetWidth causes incorrect width updates when keys overlap before animation completes sveltejs/svelte #17214 opened 8 months ago by MaxGurish transition/animation
`{#if a.deep != null}` runs when `a.deep` is null if used as a transition parameter sveltejs/svelte #15627 opened last year by rChaoz 3
Bad state in effect teardowns ; non-nullable props are sometimes null sveltejs/svelte #16019 opened last year by rChaoz awaiting submitter needs discussion 23
Add bind:scrollWidth & bind:scrollHeight properties sveltejs/svelte #13396 opened 2 years ago by nounder 5
Batch is not reapplied upon context restoration sveltejs/svelte #16942 opened 9 months ago by Rich-Harris 1
$derived does not update on attribute addition sveltejs/svelte #15911 opened last year by jerrythomas 3
nullish properties with component dot notation sveltejs/svelte #17493 opened 6 months ago by sacrosanctic documentation 4
TypeError: Cannot read properties of undefined (reading 'before') in Boundary#get_anchor during initial mount (ssr=false, dev mode) sveltejs/svelte #17610 opened 6 months ago by ctwhome awaiting submitter 2
Svelte 5: Warn when whitespace handling would differ from Svelte 4 sveltejs/svelte #11313 opened 2 years ago by Conduitry 3
Crossfade opacity is incorrect sveltejs/svelte #6668 opened 5 years ago by Rich-Harris bug runtime transition/animation 8
Broken reactivity with nullish coalescing operator instantiation sveltejs/svelte #18214 opened 2 months ago by tfedor
effect_orphan `$effect` can only be used inside an effect sveltejs/svelte #15332 opened last year by sacrosanctic 8
Code sections removed when formatting file with syntax errors sveltejs/svelte #18202 opened last year by BernieSumption 1
Svelte 5: Custom element's default <slot> not created when no initial children are passed sveltejs/svelte #13638 opened 2 years ago by CLDXiang bug custom element 2
Adding and removing a comment changes result of build process. sveltejs/svelte #6844 opened 5 years ago by Karlo-Emilo 6
Migrating to Svelte 5 increased my bundle size on 30% sveltejs/svelte #13855 opened 2 years ago by brenoliradev 20
Component & file names comment markup is missing in svelte v5 sveltejs/svelte #14952 opened 2 years ago by harshmandan 17
each_key_duplicate triggers a 1000+ error recovery cascade that wedges the app under experimental.async sveltejs/svelte #18164 opened 3 months ago by josgraha
Passing a class isntance as props to mount doesnt propagate writes sveltejs/svelte #18140 opened 3 months ago by HugeLetters 9
Production: {@attach} with no-default prop silently breaks component reactivity in keyed {#each} sveltejs/svelte #18149 opened 3 months ago by TrainedMusician
`lifecycle_outside_component` error in rollup/rolldown SSR build sveltejs/svelte #17027 opened 9 months ago by jackgdll 5
[Svelte 5] Optinal snippets in pair tags does not work with {#if}{/if} sveltejs/svelte #13391 opened 2 years ago by gyzerok 10
Svelte Adding class="<svelte-component-identifier>" to meta/link/script tags in the <svelte:head></svelte:head> sveltejs/svelte #17223 opened 8 months ago by redesigned 2
Detached DOM subtrees retained after destroy when templates capture multiple nodes (parentNode chains) sveltejs/svelte #18096 opened 3 months ago by dimensi 5
Inconsistent behavior between data = await returnData() and data = data (state_unsafe_mutation) sveltejs/svelte #18121 opened 3 months ago by 0x1618 1
Keyed each has worse performance than non-keyed each sveltejs/svelte #18120 opened 3 months ago by LorenzoLeonardini 1
`a11y-mouse-events-have-key-events` warning when using focusin/focusout sveltejs/svelte #8089 opened 4 years ago by f-elix 5
<video> attribute not rendering muted attribute sveltejs/svelte #17327 opened 7 months ago by dualjack 4
Memory leak: `$effect` subscribing to parent prop retains detached DOM trees after component destruction sveltejs/svelte #18103 opened 3 months ago by midzelis 1
Avoiding detached dom nodes leak on unresolved promises sveltejs/svelte #18094 opened 3 months ago by gyzerok 1
Keyed {#each} over $derived slice freezes page (infinite loop in reconcile) after source array replacement sveltejs/svelte #18083 opened 3 months ago by Gachikoi awaiting submitter 5
await Promise.all inside $derived waterfall warning sveltejs/svelte #18069 opened 4 months ago by ageorgeh 3
What’s Svelte’s roadmap on improving tool performance? sveltejs/svelte #17798 opened 5 months ago by MathiasWP 13
Async closures with `$state` dependencies don't update properly sveltejs/svelte #18082 opened 3 months ago by phi-bre
Property syntax using curly braces and quotes is inconsistent. sveltejs/svelte #7925 opened 4 years ago by brunnerh 28
Custom renderers support sveltejs/svelte #15470 opened last year by benmccann feature request compiler 20
Feature: type declaration improvement for `$state(null)` sveltejs/svelte #18051 opened 4 months ago by GrygrFlzr 2
Inline layout affected by #if block after #each sveltejs/svelte #17991 opened 4 months ago by Kabakuro 3
Allow use of `setContext` in async contexts sveltejs/svelte #17970 opened 4 months ago by sirkostya009 1
docs: manually pass dependency to `$effect` sveltejs/svelte #18019 opened 4 months ago by hyunbinseo 2
Multiple transitions + blur, post outro flash in safari sveltejs/svelte #17568 opened 6 months ago by mattpilott transition/animation 1
animate:flip breaks hover/hit testing in Safari when animated elements are above a fixed painted overlay sveltejs/svelte #18000 opened 4 months ago by pekeler 1
Unexpected token when using snippet with type annotations without `script lang='ts'` tag sveltejs/svelte #16835 opened 10 months ago by lazy-student217 PRs welcome 5
$state.snapshot does not work on deep state when using class sveltejs/svelte #17170 opened 8 months ago by quaintdev 1
Table elements missing `a11y_click_events_have_key_events` compiler warnings sveltejs/svelte #17963 opened 4 months ago by hyunbinseo
Text Duplication on contenteditable on svelte:element sveltejs/svelte #17969 opened 4 months ago by reinhard-sanz 1
Snippet doesn't satisfy the Snippet type, apparently sveltejs/svelte #13759 opened 2 years ago by webJose types / typescript 7
Inconsistent excess property checking with $state sveltejs/svelte #17947 opened 4 months ago by ferdinand-varta types / typescript 2
bind:group/similar that automatically sets `name` sveltejs/svelte #17447 opened 6 months ago by KTibow 1
When using the spread attribute in the option tag, the bind:value of the select tag exhibits strange behavior. sveltejs/svelte #17395 opened 7 months ago by comman-fukui 2
Reactivity not reflected in legacy components after Svelte 5.34.4 sveltejs/svelte #17677 opened 5 months ago by probablykasper 6
Updating props passed via boolean operation break reactivity sveltejs/svelte #17474 opened 6 months ago by tipy02 12
`mount()` does not enforce generic component prop constraints sveltejs/svelte #17658 opened 5 months ago by janosh 1
Lifecycle events don't run for components inside `svelte:boundary` pending snippet with `experimental.async: true` sveltejs/svelte #17356 opened 7 months ago by lemmon 1
Browser lockup with LayerChart geo text example sveltejs/svelte #17559 opened 6 months ago by techniq 2
`state_descriptors_fixed` error when testing writable with nested data structure and Immer sveltejs/svelte #17845 opened last year by alter-kaker
Esbuild --bundle fails to resolve import call in obfuscated_import sveltejs/svelte #17771 opened 5 months ago by razshare 14
🐞 Bug: Svelte strips styles of components that export only snippets sveltejs/svelte #16404 opened last year by katriellucas css 5
Feature Request: component-scoped query selectors sveltejs/svelte #17800 opened 5 months ago by daytonlowell 9
missing documentation for the `children` prop? sveltejs/svelte #17794 opened last year by WillsterJohnson documentation 3
Svelte 5: Allow classes to opt-in to deep reactivity sveltejs/svelte #11846 opened 2 years ago by jrpat 21
`const x = $derived(...)` in `<script module>` does not reevaluate in SSR sveltejs/svelte #16699 opened 11 months ago by timephy needs discussion 8
Slow page / reflow issues combined with scrolling after previously inputing a form input element number has a race condition and can change the form input sveltejs/svelte #17715 opened 5 months ago by erhathaway awaiting submitter 3
Possible incorret behavior when non-reactive variable is binded to a component sveltejs/svelte #17609 opened 6 months ago by holdmybeer30 2
Inline Svelte components for tests sveltejs/svelte #14791 opened 2 years ago by sureshjoshi feature request 17
`#each` may not update when passed `$derived` containing `$store` sveltejs/svelte #13569 opened 2 years ago by dummdidumm needs discussion 4
Keep updating the state during out transition sveltejs/svelte #6479 opened 5 years ago by aradalvand 15
Failing to set `<svelte:head>` element with `getAttribute is not a function` sveltejs/svelte #15337 opened last year by hyunbinseo awaiting submitter 18
Bug Report: Namespace import (`import * as X`) breaks hydration sveltejs/svelte #17152 opened 8 months ago by timootten 1
Comments containing HTML tags can cause unhelpful error messages sveltejs/svelte #17282 opened 8 months ago by danielj0nes 1
Options of `<select multiple={true}>` have incorrect `selected` property value sveltejs/svelte #17280 opened 8 months ago by Bladesheng 2
Feature request: additional syntax for function binding sveltejs/svelte #17405 opened 7 months ago by t1u1 1
Svelte breaks vitest mocks/hoists with top-level await sveltejs/svelte #17455 opened 6 months ago by rChaoz 1
Nested deriveds for nested state changes and invalid `state_referenced_locally` warning sveltejs/svelte #17602 opened 6 months ago by rChaoz 2
Restricting `children` to Specific Components in Svelte with TypeScript sveltejs/svelte #16025 opened last year by OTheNonE types / typescript 9
bind:clientWidth does not update when scrollBar appears/disappears sveltejs/svelte #17457 opened 6 months ago by CrumbsTrace 5
$className rune or somethign like that sveltejs/svelte #17557 opened 6 months ago by ufwo feature request 3
Docs: Add a link from [svelte-transition](https://svelte.dev/docs/svelte-transition) to [svelte/transition](https://svelte.dev/docs/svelte/transition) page sveltejs/svelte #15296 opened last year by PetrLaskevic documentation 4
derived_references_self runtime error is not documented sveltejs/svelte #17481 opened 6 months ago by Keavon 1
Filename based cssHash values (the default now) may not be unique in MFE situations. sveltejs/svelte #17558 opened 6 months ago by justinkwaugh
Performance regressions (`5.36.0+` and `5.40.0+`) sveltejs/svelte #17176 opened 8 months ago by techniq perf 11
$ accessor doesn't yet get updated in `store.subscribe()` callback in v5 sveltejs/svelte #17526 opened 6 months ago by ginpei 2
External $state() does't trigger the `$` expession in non-runes component sveltejs/svelte #17376 opened 7 months ago by angryziber 1
💀 Mixing legacy (which is default if not using runes) and runes can hang the browser sveltejs/svelte #17390 opened 7 months ago by xl0 3
TypeScript types break when aliasing the package sveltejs/svelte #17520 opened 6 months ago by sxzz types / typescript 1
Snippet export causes `dev` script to fail sveltejs/svelte #15347 opened last year by jerrythomas awaiting submitter 10
de-bloating custom-elements by using Constructable Stylesheets sveltejs/svelte #8988 opened 3 years ago by pascalvos custom element 4
`state_referenced_locally` warning inconsistencies sveltejs/svelte #16343 opened last year by timephy 24
Remote functions - `withOverride` optimistic updates require 2 ticks sveltejs/svelte #17472 opened 6 months ago by alexiglesias93
Distinguish between properties and attributes on custom elements sveltejs/svelte #12624 opened 2 years ago by Rich-Harris feature request custom element 28
fix: release last_propagated_event after event propagation settles sveltejs/svelte #18569 opened 1 hour ago by randalmurphal 2 2
chore(deps-dev): bump vite from 7.3.2 to 7.3.5 sveltejs/svelte #18444 opened last month by dependabot dependencies javascript 2 3
fix: avoid forward the transition property inside EffectNodes in HMR sveltejs/svelte #18498 opened 3 weeks ago by JaiWey 5 2
fix: don't let a throwing $effect teardown strand the rest of a destroy pass sveltejs/svelte #18566 opened yesterday by randalmurphal 13 2
chore: update github actions and pin to commit sha sveltejs/svelte #18197 opened 2 months ago by gameroman 5 2
fix: preserve select selection when options change and no value was provided sveltejs/svelte #18562 opened 2 days ago by thribhuvan003 4 2
fix: preserve select selection with spread attributes sveltejs/svelte #18561 opened 3 days ago by floze-the-genius 4 2
fix: call `onerror` and provide a working `reset` when hydrating a failed boundary sveltejs/svelte #18556 opened 3 days ago by Nic-Polumeyv 8 3
fix: strip comments from inline style values in linear time sveltejs/svelte #18553 opened 4 days ago by dnukumamras 2 2
fix: in non-async mode, only push variable to current_sources when active_reaction is updating sveltejs/svelte #18550 opened 5 days ago by JaiWey 4 2
fix: set correct parent for lazily created derived inside SvelteDate sveltejs/svelte #18509 opened 2 weeks ago by JaiWey 5 2
chore: force `custom-renderer` custom condition sveltejs/svelte #18511 opened 2 weeks ago by paoloricciuti 8 4
fix: properly handle interleaving renderers sveltejs/svelte #18405 opened last month by paoloricciuti 53 5
fix: avoid css tree-shaking for exported Snippet sveltejs/svelte #18540 opened last week by JaiWey 5 2
feat: verified-links kernel for `$state` onchange (#15069) sveltejs/svelte #18537 opened last week by Nic-Polumeyv 4 2
feat: add `onchange` option to `$state` sveltejs/svelte #15069 opened last year by paoloricciuti needs discussion 40 74
fix: force the first run innerText/innerHTML/textContent written for content_editable_bind sveltejs/svelte #18536 opened last week by JaiWey 6 2
docs: clarify when `$effect.pre` runs relative to DOM updates sveltejs/svelte #18534 opened last week by Nic-Polumeyv 5 2
feat: add has function to createContext sveltejs/svelte #18472 opened 3 weeks ago by soleuniverse101 13 2
fix: block declaration tags on async values read inside closures sveltejs/svelte #18533 opened last week by Nic-Polumeyv 8 2
fix: don't notify `SvelteMap` key trackers when an existing key's value is set sveltejs/svelte #18532 opened last week by Nic-Polumeyv 3 2
fix: don't resurrect outroing elements when an ancestor block is paused and resumed sveltejs/svelte #18431 opened last month by Nic-Polumeyv 9 2
fix: ensure a batch exists when a boundary resolves synchronously sveltejs/svelte #18526 opened 2 weeks ago by thribhuvan003 4 2
fix: prevent `selectedcontent` mutation from changing the selected option sveltejs/svelte #18495 opened 3 weeks ago by paoloricciuti 4 4
docs: clarify mounting components with context sveltejs/svelte #18515 opened 2 weeks ago by Sushanth012 1 2
fix: recompute tracked owned deriveds after owner teardown sveltejs/svelte #18513 opened 2 weeks ago by momomuchu 3 2
fix: distinct memoizer on style/class directives sveltejs/svelte #18466 opened 4 weeks ago by adiguba 6 5
fix: prevent effect tree of batches from interfering with each other sveltejs/svelte #18508 opened 2 weeks ago by dummdidumm 4 4
fix(runes): preserve derived memoization during async batch reading (… sveltejs/svelte #18504 opened 2 weeks ago by SiddGud 2 2
docs: added generic type parameter example for $state sveltejs/svelte #18494 opened 3 weeks ago by dunhamjared 1 2
fix: route $derived teardown errors through invoke_error_boundary sveltejs/svelte #18486 opened 3 weeks ago by BonchitoSky 6 2
feat: support `using`, link top-level `using` declarations in components to lifecycle sveltejs/svelte #16192 opened last year by Rich-Harris 21 12
docs: clarify evaluation of nullish tags sveltejs/svelte #18482 opened 3 weeks ago by sacrosanctic 1 1
fix: warn on undeclared shorthand event handlers on svelte:window/document/body sveltejs/svelte #18480 opened 3 weeks ago by chatman-media 8 1
docs: clarify $bindable fallback binding requirement sveltejs/svelte #18477 opened 3 weeks ago by barry166 1 1
ci: pin GitHub Actions to full commit SHAs sveltejs/svelte #18476 opened 3 weeks ago by XananasX7 5 1
fix: preserve CSS comments when printing an AST sveltejs/svelte #18475 opened 3 weeks ago by manuel3108 15 3
Fix hydration state restoration for custom element attribute updates sveltejs/svelte #18467 opened 4 weeks ago by fallintoplace 1
docs: clarify nullish dot-notation components sveltejs/svelte #18463 opened 4 weeks ago by nightt5879 1 1
fix: Fixes error thrown on use of select with no options sveltejs/svelte #18449 opened 4 weeks ago by kaushikashok45 2 2
docs: clarify content of svelte/transition module reference page (#15296) sveltejs/svelte #18459 opened 4 weeks ago by Dodothereal 1 1
fix: render defaultValue/defaultChecked in SSR (#18446) sveltejs/svelte #18452 opened 4 weeks ago by ther12k 5 1
breaking: remove Safari <18 overflow workaround in transitions sveltejs/svelte #18429 opened last month by Nic-Polumeyv 2 1
fix: avoid NaN keyframe values in slide transition sveltejs/svelte #18430 opened last month by Nic-Polumeyv 5 1
fix: do not connect dependencies of an unconnected derived during init-time reads sveltejs/svelte #18424 opened last month by spokodev 3 1
fix: preserve nullish option values when using spread attributes on `<option>` sveltejs/svelte #18426 opened last month by ddoemonn 6 1
fix: avoid compiler crash on `<select value>` with a sibling block sveltejs/svelte #18422 opened last month by sarathfrancis90 4 1
docs: replace N-ary times `⨉` with multiplication sign `×` sveltejs/svelte #18418 opened last month by hyunbinseo 1 3
fix: create default slot in custom elements without initial children sveltejs/svelte #17705 opened 5 months ago by veeceey 4 5
chore(bench): add browser benchmark harness via Vitest + Playwright sveltejs/svelte #18261 opened 2 months ago by MathiasWP 7 1
feat: allow object/array in style attribute, mirroring class clsx behaviour sveltejs/svelte #18176 opened 3 months ago by MathiasWP 8 4
feat: dedupe serialized hydratable values sveltejs/svelte #18406 opened last month by Rich-Harris 13 4
fix: $derived returns wrong value during teardown in eager block effects sveltejs/svelte #18402 opened last month by sijie-Z 6 1
fix(migrate): prevent magic-string crash with @component comment + export alias sveltejs/svelte #18403 opened last month by mvanhorn 4 1
perf: optimize simple object destructuring in @const tags sveltejs/svelte #18390 opened last month by omecreates 3 1
fix: capture FLIP sizes before any sibling leaves flex flow sveltejs/svelte #18267 opened 2 months ago by MathiasWP 4 2
fix: avoid inline event handlers for hydration event replay under `csp` sveltejs/svelte #18314 opened 2 months ago by harshmandan 17 1
feat: preserve $state across HMR component swaps sveltejs/svelte #17995 opened 4 months ago by alexkahndev 20 5
fix: too complex type error when using union props type by handling unions in Bindings generic sveltejs/svelte #17348 opened 7 months ago by that-richan 8 2
fix: track lazily created SvelteSet entries sveltejs/svelte #18257 opened 2 months ago by benjosua 6 1
chore: Supply chain hardening sveltejs/svelte #18253 opened 2 months ago by elliott-with-the-longest-name-on-github 7 3
perf: store setters cache as Set instead of Array sveltejs/svelte #18251 opened 2 months ago by MathiasWP 2 1
fix: prevent CSS injection in style directives sveltejs/svelte #18173 opened 3 months ago by onlybugs05 2 4
fix: strip trailing semicolons in style directive reactive updates sveltejs/svelte #18200 opened 2 months ago by OfirHaf 4 6
fix: remove `WAS_MARKED` flag in favor of `Set` sveltejs/svelte #18127 opened 3 months ago by dummdidumm 8 3
fix: preserve `bind:this` values in effect teardown sveltejs/svelte #18159 opened 3 months ago by RazinShafayet2007 5 1
feat: Implement getOrInsert and getOrInsertComputed methods sveltejs/svelte #18165 opened 3 months ago by sliang-code 1 2
fix: don't apply scoped CSS class to elements inside <svelte:head> sveltejs/svelte #18160 opened 3 months ago by sliang-code 6 1
fix: warn when bare `<head>` is used in a component sveltejs/svelte #18151 opened 3 months ago by eseudieu 7 5
fix: bindable props on class instances (spread + mount) sveltejs/svelte #18143 opened 3 months ago by aschoube 10 1
feat: add `isStateProxy` utility to check for Svelte `$state` proxies sveltejs/svelte #18116 opened 3 months ago by Jungzl 11 3
fix: enhance snapshot type handling for array structures in $state.snapshot sveltejs/svelte #18110 opened 3 months ago by Jungzl 4 1
feat: allow deriveds to reference their own values sveltejs/svelte #17666 opened 5 months ago by Rich-Harris needs discussion 5 10
fix: robustify comment handling in parser sveltejs/svelte #18087 opened 3 months ago by Rich-Harris 19 6
fix: create offscreen effects with correct anchor sveltejs/svelte #18086 opened 3 months ago by Rich-Harris 8 4
fix: warn on click handlers for table row and cell elements sveltejs/svelte #17990 opened 4 months ago by RazinShafayet2007 5 6
fix: better error for TS annotations in snippets without lang="ts" sveltejs/svelte #17954 opened 4 months ago by jeengland 15 5
fix: make SvelteMap work with async mode sveltejs/svelte #17908 opened 4 months ago by Rich-Harris 3 2
fix: make SvelteSet work with async mode sveltejs/svelte #17902 opened 4 months ago by Rich-Harris 5 2
fix: correctly block on earlier batches sveltejs/svelte #17971 opened 4 months ago by dummdidumm 56 4
chore: let async derived coordinate batches sveltejs/svelte #17955 opened 4 months ago by dummdidumm 5 4
fix: absorb stale batch into the batch that made it stale sveltejs/svelte #17935 opened 4 months ago by Rich-Harris 9 2
feat: allow `$derived($state())` for deep reactive deriveds sveltejs/svelte #17308 opened 8 months ago by paoloricciuti needs discussion 10 42
chore: always populate batch_values when updating a derived sveltejs/svelte #17909 opened 4 months ago by Rich-Harris 1 3
docs: add description for derived_references_self error sveltejs/svelte #17879 opened 4 months ago by benjosua documentation 2 3
perf: use walk_readonly for analysis-phase AST walks sveltejs/svelte #17825 opened 5 months ago by MathiasWP 10 7
fix: defer effects in pending boundary sveltejs/svelte #16743 opened 10 months ago by Rich-Harris 3 6
feat: add `onAnimationFrame` lifecycle function sveltejs/svelte #14594 opened 2 years ago by Rich-Harris needs discussion 4 13
fix: warn when a variable is created an read within the same reaction sveltejs/svelte #16230 opened last year by paoloricciuti needs discussion 9 7
feat: add warning for non-updated bindable sveltejs/svelte #17600 opened 6 months ago by paoloricciuti needs discussion 9 8
fix: split types per entrypoint for alias installs sveltejs/svelte #17650 opened 5 months ago by RazinShafayet2007 23 5
fix: make hydration more html whitespace tolerant sveltejs/svelte #16243 opened last year by janvogt 10 3
docs: add description for derived_references_self error sveltejs/svelte #17646 opened 5 months ago by FrankFMY 2 3
fix: support bind: in {#each} with $derived($store) expressions sveltejs/svelte #17637 opened 6 months ago by FrankFMY 5 3
feat: add `$state.invalidate` rune sveltejs/svelte #15673 opened last year by Ocean-OS needs discussion 19 20
fix: handle dynamic multiple attribute on select sveltejs/svelte #17306 opened 8 months ago by Uzair-Ahmed-Shah 7 4
feat: add `isCommitted/isDiscarded/run` to `fork` sveltejs/svelte #17217 opened 8 months ago by dummdidumm 4 3
feat: allow `$state` in computed class fields sveltejs/svelte #17022 opened 9 months ago by Ocean-OS 25 6
fix: update blocks that reference deriveds with `$state.eager` sveltejs/svelte #16954 opened 9 months ago by Rich-Harris 14 2
fix: Invoke error boundaries in the correct order sveltejs/svelte #16737 opened 10 months ago by elliott-with-the-longest-name-on-github 3 2
fix: correct first processing of boundary with pending snippet sveltejs/svelte #16709 opened 11 months ago by dummdidumm 17 3
docs: Updated docs to include information on easing functions sveltejs/svelte #16070 opened last year by chasec22 documentation 2 3
fix: ensure #if blocks correctly guard against nullable prop values sveltejs/svelte #16140 opened last year by rChaoz 15 2
feat: allow runes in POJO properties sveltejs/svelte #15593 opened last year by Ocean-OS needs discussion 4 7
feat: allow `$state` in return statements sveltejs/svelte #15589 opened last year by Ocean-OS needs discussion 13 19
fix: don't delegate events on custom elements, solve edge case stopPropagation issue sveltejs/svelte #14913 opened 2 years ago by dummdidumm 7 5
fix: make untrack behave correctly in relation to mutations sveltejs/svelte #14784 opened 2 years ago by trueadm 12 29
feat: allow objects/arrays for style attribute sveltejs/svelte #15311 opened last year by adiguba needs discussion 16 10
fix: throw runtime error when template returns different html sveltejs/svelte #15524 opened last year by paoloricciuti 9 15
Fix: Patch `structuredClone` to error on `$state` proxies sveltejs/svelte #14599 opened 2 years ago by Ocean-OS 6 11
feat: enable `animate:` directive for snippets sveltejs/svelte #14796 opened 2 years ago by Refzlund 9 3
fix: reset title element to previous value on removal sveltejs/svelte #14116 opened 2 years ago by dummdidumm 5 11
docs: update store documentation sveltejs/svelte #14083 opened 2 years ago by Rich-Harris documentation 1 6
fix: wait a longer tick before checking slots sveltejs/svelte #8999 opened 3 years ago by dummdidumm custom element 2 2
fix: define `role="application"` as an interactive ARIA role sveltejs/svelte #8975 opened 3 years ago by oscarhermoso 5 4