Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork4.6k
Insights: sveltejs/svelte
Overview
Could not load contribution data
Please try again later
6 Releases published by1 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
28 Pull requests merged by10 people
- 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 - fix: better handle $inspect on array mutations
#16389 merged
Jul 16, 2025 - fix: don't log
await_reactivity_loss
warning when signal is read inuntrack
#16385 merged
Jul 16, 2025
3 Pull requests opened by2 people
- fix: don't reexecute derived with no dependencies on teardown
#16438 opened
Jul 18, 2025 - fix: move store setup/cleanup outside of async component body
#16443 opened
Jul 19, 2025 - fix: allow async destructured deriveds
#16444 opened
Jul 19, 2025
13 Issues closed by9 people
- `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 - Cannot create a sparse array in runes mode
#16375 closed
Jul 16, 2025 - await_reactivity_loss false positive even when used within untrack function
#16381 closed
Jul 16, 2025 - Symbols in component `module` scripts are remade during HMR
#16013 closed
Jul 16, 2025
16 Issues opened by15 people
- Destructuring doesn't work when using await in $derived()
#16442 opened
Jul 19, 2025 - Stores cannot be used in async components
#16440 opened
Jul 18, 2025 - Multiple async calls chained lead to error after saving file
#16439 opened
Jul 18, 2025 - Feature Request: Official Recommended Global Request Cache Pattern in Svelte
#16434 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 - await_reactivity_loss false positive even when used within untrack function 2
#16427 opened
Jul 17, 2025 - Consolidate TypeScript html type definitions
#16425 opened
Jul 17, 2025 - Probably false positive effect_update_depth_exceeded error when reading derived firstly at effect
#16423 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 - input bind doesn't work as expected since 5.36.0
#16413 opened
Jul 17, 2025 - 🐞 Bug: Svelte strips styles of components that export only snippets
#16404 opened
Jul 16, 2025 - Async, Streaming with Promises & Infinite Loop
#16403 opened
Jul 16, 2025 - HMR doesn't work properly with variables re-exported from module scripts
#16388 opened
Jul 16, 2025
9 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.
- 🐛 Bug Report: `$state(await ...)` causes component hydration failures and breaks parent contexts
#16383 commented on
Jul 16, 2025 • 0 new comments - Reactivity degradation in 5.35.5
#16363 commented on
Jul 17, 2025 • 0 new comments - 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 - Async Svelte breaking iterables in template (in SvelteKit?)
#16387 commented on
Jul 18, 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 18, 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 17, 2025 • 0 new comments