-
-
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
10 Releases published by 1 person
-
svelte@5.36.3
published
Jul 16, 2025 -
svelte@5.36.4
published
Jul 16, 2025 -
svelte@5.36.5
published
Jul 17, 2025 -
svelte@5.36.6
published
Jul 17, 2025 -
svelte@5.36.7
published
Jul 17, 2025 -
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
48 Pull requests merged by 10 people
-
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 -
Version Packages
#16426 merged
Jul 17, 2025 -
fix: allow instrinsic
<svelte:...>
elements to inherit fromSvelteHTMLElements
#16424 merged
Jul 17, 2025 -
Version Packages
#16418 merged
Jul 17, 2025 -
chore: cleanup obselete stuff
#16412 merged
Jul 17, 2025 -
docs: remove mention of deprecated way to enhance typings
#16416 merged
Jul 17, 2025 -
fix: delegate functions with shadowed variables if declared locally
#16417 merged
Jul 17, 2025 -
docs: fix
$effect.root
jsdoc formatting#16411 merged
Jul 17, 2025 -
docs: make link to svelte/reactivity more prominent
#16410 merged
Jul 17, 2025 -
fix docs
#16409 merged
Jul 17, 2025 -
docs: fix typo
#16408 merged
Jul 17, 2025 -
chore: upgrade to eslint-plugin-svelte 3
#16407 merged
Jul 17, 2025 -
Version Packages
#16406 merged
Jul 17, 2025 -
fix: more informative error when effects run in an infinite loop
#16405 merged
Jul 16, 2025 -
fix: silence
$inspect
errors when the effect is about to be destroyed#16391 merged
Jul 16, 2025 -
chore: update to new pnpm syntax
#16399 merged
Jul 16, 2025 -
docs: diligently describe destructured derived declarations
#16400 merged
Jul 16, 2025 -
chore: fix peer dependency warning
#16401 merged
Jul 16, 2025 -
docs: tweak createSubscriber explanation
#16398 merged
Jul 16, 2025 -
Version Packages
#16397 merged
Jul 16, 2025 -
fix: ensure compiler state is reset before compilation
#16396 merged
Jul 16, 2025 -
fix: avoid microtask in flushSync
#16394 merged
Jul 16, 2025 -
Version Packages
#16384 merged
Jul 16, 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 -
Version Packages
#16484 opened
Jul 23, 2025
27 Issues closed by 12 people
-
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 -
`SvelteSet` reactivity breaks in reassignment
#16422 closed
Jul 17, 2025 -
Optimize callbacks inside each block with loop variable names
#16414 closed
Jul 17, 2025 -
`<svelte:boundary>` renders no content if `reset` is called incorrectly
#16134 closed
Jul 17, 2025 -
Incorrectly triggered `node_invalid_placement` error when `<button>` is first child of `<select>`
#16415 closed
Jul 17, 2025 -
Testing of rune effects is broken
#16092 closed
Jul 16, 2025 -
async docs
#16370 closed
Jul 16, 2025 -
Add better support for generic types when exporting component as library
#16393 closed
Jul 16, 2025 -
This warning should be removed - A11y: Media elements must have a <track kind="captions">
#5967 closed
Jul 16, 2025
18 Issues opened by 17 people
-
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 -
Consolidate TypeScript html type definitions
#16425 opened
Jul 17, 2025 -
`bind:this={array[index]}` breaks inside snippet
#16421 opened
Jul 17, 2025 -
Svelte 5 same referenced object reactivity
#16419 opened
Jul 17, 2025 -
🐞 Bug: Svelte strips styles of components that export only snippets
#16404 opened
Jul 16, 2025
14 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.
-
A <select> can now include rich HTML content
#15617 commented on
Jul 17, 2025 • 0 new comments -
`TweenedOptions` not exported from `svelte/motion`
#16151 commented on
Jul 17, 2025 • 0 new comments -
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 23, 2025 • 0 new comments -
feat: add `onAnimationFrame` lifecycle function
#14594 commented on
Jul 16, 2025 • 0 new comments -
feat: add `onchange` option to `$state`
#15069 commented on
Jul 20, 2025 • 0 new comments -
docs: Updated docs to include information on easing functions
#16070 commented on
Jul 16, 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