-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Insights: sveltejs/svelte
Overview
Could not load contribution data
Please try again later
8 Releases published by 1 person
-
svelte@5.36.8
published
Jul 18, 2025 -
svelte@5.36.9
published
Jul 19, 2025 -
svelte@5.36.10
published
Jul 19, 2025 -
svelte@5.36.12
published
Jul 20, 2025 -
svelte@5.36.13
published
Jul 21, 2025 -
svelte@5.36.14
published
Jul 23, 2025 -
svelte@5.36.15
published
Jul 24, 2025 -
svelte@5.36.16
published
Jul 24, 2025
32 Pull requests merged by 7 people
-
Version Packages
#16493 merged
Jul 24, 2025 -
fix: don't update a focused input with values from its own past
#16491 merged
Jul 24, 2025 -
fix: don't destroy effect roots created inside of deriveds
#16492 merged
Jul 24, 2025 -
Version Packages
#16488 merged
Jul 24, 2025 -
chore: don't do effect scheduling unnecessarily
#16489 merged
Jul 24, 2025 -
fix: preserve dirty status of deferred effects
#16487 merged
Jul 24, 2025 -
Version Packages
#16484 merged
Jul 23, 2025 -
chore: rename form
accept-charset
attribute#16478 merged
Jul 23, 2025 -
fix: unset batch before flushing queued effects
#16482 merged
Jul 23, 2025 -
chore: small tidy up
#16476 merged
Jul 22, 2025 -
fix: abort and reschedule
$effect.pre
when necessary#16335 merged
Jul 22, 2025 -
chore: log effect functions in log_effect_tree
#16468 merged
Jul 22, 2025 -
Version Packages
#16467 merged
Jul 21, 2025 -
fix: ensure subscriptions are picked up correctly by deriveds
#16466 merged
Jul 21, 2025 -
Version Packages
#16459 merged
Jul 20, 2025 -
Version Packages
#16453 merged
Jul 20, 2025 -
chore: move
capture_signals
to legacy module#16456 merged
Jul 20, 2025 -
fix: always mark reactions of deriveds
#16457 merged
Jul 20, 2025 -
chore: remove some unused code
#16455 merged
Jul 20, 2025 -
fix: add labels to
@const
tags and props#16454 merged
Jul 20, 2025 -
fix: tag stores for
$inspect.trace()
#16452 merged
Jul 20, 2025 -
Version Packages
#16450 merged
Jul 19, 2025 -
fix: prevent batches from getting intertwined
#16446 merged
Jul 19, 2025 -
Version Packages
#16445 merged
Jul 19, 2025 -
fix: allow async destructured deriveds
#16444 merged
Jul 19, 2025 -
fix: move store setup/cleanup outside of async component body
#16443 merged
Jul 19, 2025 -
fix: move ownership validation into async component body
#16449 merged
Jul 19, 2025 -
fix: disallow
export { foo as default }
in<script module>
#16447 merged
Jul 19, 2025 -
fix: don't reexecute derived with no dependencies on teardown
#16438 merged
Jul 19, 2025 -
Version Packages
#16435 merged
Jul 18, 2025 -
chore: Switch
payload.out
to an array#16428 merged
Jul 18, 2025 -
fix: keep effect in the graph if it has an abort controller
#16430 merged
Jul 18, 2025
5 Pull requests opened by 4 people
-
feat: add `$effect.allowed` rune
#16458 opened
Jul 20, 2025 -
docs: improve a11y_invalid_attribute warning documentation
#16461 opened
Jul 21, 2025 -
fix: correctly transform `{@const foo = await ...}`
#16463 opened
Jul 21, 2025 -
fix: transform input defaults from spread
#16481 opened
Jul 22, 2025 -
chore:Update for TS7
#16485 opened
Jul 23, 2025
20 Issues closed by 10 people
-
Singular $prop rune for simple properties
#16494 closed
Jul 24, 2025 -
Probably false positive effect_update_depth_exceeded error when reading derived firstly at effect
#16423 closed
Jul 23, 2025 -
Async, Streaming with Promises & Infinite Loop
#16403 closed
Jul 23, 2025 -
input bind doesn't work as expected since 5.36.0
#16413 closed
Jul 23, 2025 -
`await` is not importable because it's a keyword
#16475 closed
Jul 22, 2025 -
Feature Request: Official Recommended Global Request Cache Pattern in Svelte
#16434 closed
Jul 22, 2025 -
Trim values automatically in a form submission
#16469 closed
Jul 22, 2025 -
await_reactivity_loss false positive even when used within untrack function 2
#16427 closed
Jul 21, 2025 -
Updating from 5.36.10 to 5.36.12 causes everything to become laggy.
#16465 closed
Jul 21, 2025 -
Reactivity is broken when deriving .current on fromStore and updating the store asynchronously
#16311 closed
Jul 21, 2025 -
$derived reactivity breaks with "createSubscriber" after its teardown/destroy has been called at least once.
#15888 closed
Jul 21, 2025 -
Reactivity stops triggering
#16294 closed
Jul 20, 2025 -
Reactivity breaks due to an assignment in `$effect.pre`
#16104 closed
Jul 20, 2025 -
Derived value not receiving updates
#16090 closed
Jul 20, 2025 -
Destructuring doesn't work when using await in $derived()
#16442 closed
Jul 19, 2025 -
Stores cannot be used in async components
#16440 closed
Jul 19, 2025 -
asyn svelte ReferenceError: $$ownership_validator is not defined
#16448 closed
Jul 19, 2025 -
Reactivity degradation in 5.35.5
#16363 closed
Jul 19, 2025 -
`let $derived` object not updating with `$bindable`
#16436 closed
Jul 18, 2025 -
Widen getAbortSignal to also be tied to component lifecycle
#16305 closed
Jul 18, 2025
15 Issues opened by 15 people
-
Variable declarations in markup (replacing `{@const ...}`
#16490 opened
Jul 24, 2025 -
[hmr] async infinite loading
#16486 opened
Jul 23, 2025 -
await_waterfall suggested fix does not work due to lazy evaluation
#16483 opened
Jul 23, 2025 -
Only update a `$derived` if a condition is met
#16480 opened
Jul 22, 2025 -
spread defaultvalue is incorrectly ssr'd
#16479 opened
Jul 22, 2025 -
Improve error message for trying to export a snippet that references variables inside a non module script
#16474 opened
Jul 22, 2025 -
Default values for function props prevents reactivity when passed to child components
#16473 opened
Jul 22, 2025 -
$host() styles not synchronously available in onMount and $effect
#16472 opened
Jul 22, 2025 -
docs: improve action, attach documentation
#16471 opened
Jul 22, 2025 -
await doesn't work with @const
#16462 opened
Jul 21, 2025 -
Support Webpack HMR for Svelte 5
#16460 opened
Jul 21, 2025 -
snippets through props don't get params
#16451 opened
Jul 19, 2025 -
async call lead to error after saving file
#16439 opened
Jul 18, 2025 -
Typescript issues when using fromAction with svelte-dnd-action
#16431 opened
Jul 18, 2025 -
Bug: Async + View Transitions slows down page navigation
#16429 opened
Jul 18, 2025
10 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Identity problems with WeakMaps and overlapping collections of deeply reactive objects
#15877 commented on
Jul 19, 2025 • 0 new comments -
🐛 Bug Report: `$state(await ...)` causes component hydration failures and breaks parent contexts
#16383 commented on
Jul 20, 2025 • 0 new comments -
a way to know if we're currently inside an effect tree
#16366 commented on
Jul 21, 2025 • 0 new comments -
A deeply reactive derived variable
#16189 commented on
Jul 22, 2025 • 0 new comments -
add a way to force update a state variable
#14520 commented on
Jul 23, 2025 • 0 new comments -
Async Svelte breaking block effects in template (in SvelteKit?)
#16387 commented on
Jul 23, 2025 • 0 new comments -
Using clsx incorporating class declaration with tailwind-merge causes error
#14874 commented on
Jul 23, 2025 • 0 new comments -
Cannot read properties of undefined (reading 'call')
#15104 commented on
Jul 24, 2025 • 0 new comments -
feat: add `onchange` option to `$state`
#15069 commented on
Jul 20, 2025 • 0 new comments -
feat: support `using`, link top-level `using` declarations in components to lifecycle
#16192 commented on
Jul 22, 2025 • 0 new comments