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
10 Releases published by1 person
- svelte@5.35.7
published
Jul 14, 2025 - svelte@5.36.0
published
Jul 14, 2025 - svelte@5.36.1
published
Jul 15, 2025 - svelte@5.36.2
published
Jul 15, 2025 - 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
52 Pull requests merged by11 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 - fix: update
$effect.pending()
immediately after a batch is removed#16382 merged
Jul 15, 2025 - Version Packages
#16377 merged
Jul 15, 2025 - fix: add pending snippet to <svelte:boundary> types
#16379 merged
Jul 15, 2025 - add async wrapper to sandbox
#16378 merged
Jul 15, 2025 - docs: async stuff
#16376 merged
Jul 15, 2025 - Version Packages
#16374 merged
Jul 15, 2025 - fix: only skip updating bound
<input>
if the input was the source of the change#16373 merged
Jul 15, 2025 - chore: add
@since
tags forsettled
andexperimental.async
#16371 merged
Jul 15, 2025 - docs: tweak
#16369 merged
Jul 15, 2025 - docs: fix code snippets
#16367 merged
Jul 15, 2025 - chore: fix error boundary test
#16368 merged
Jul 15, 2025 - chore: squelch hydration warning in test suite
#16336 merged
Jul 14, 2025 - Version Packages
#16364 merged
Jul 14, 2025 - fix: silence a11y warning for inert elements
#16339 merged
Jul 14, 2025 - feat: allow
await
in components#15844 merged
Jul 14, 2025 - chore: clean up a11y analysis code
#16345 merged
Jul 14, 2025 - Version Packages
#16347 merged
Jul 14, 2025 - chore: remove memoize_expression
#16358 merged
Jul 14, 2025 - chore: remove unused option validators
#16361 merged
Jul 14, 2025 - chore: rename check_dirtiness -> is_dirty
#16359 merged
Jul 13, 2025 - fix: don't show adjusted error messages in boundaries
#16360 merged
Jul 13, 2025 - chore: tidy up some stuff
#16357 merged
Jul 13, 2025 - chore: re-export shared errors
#16356 merged
Jul 13, 2025 - docs: add note about proxying state proxies
#16354 merged
Jul 13, 2025
2 Pull requests opened by2 people
- feat: ignore component options in `compileModule`
#16362 opened
Jul 14, 2025 - fix: don't reexecute derived with no dependencies on teardown
#16438 opened
Jul 18, 2025
25 Issues closed by12 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 - Reactivity issue in v5.36.0
#16372 closed
Jul 15, 2025 - Incorrect aria-label reminder for inert buttons
#15814 closed
Jul 14, 2025 - Svelte suspense (request for comments)
#3203 closed
Jul 14, 2025 - Top-level await
#5501 closed
Jul 14, 2025 - Await expressions
#1857 closed
Jul 14, 2025 - Support top-level `{@const …}`
#16355 closed
Jul 13, 2025 - Svelte beggers screwed up.
#16350 closed
Jul 13, 2025 - Proxys inside $state don't work
#15175 closed
Jul 13, 2025 - <select> with bound shared state object
#16353 closed
Jul 13, 2025 - Svelte Playground - "use events” example fails with duplicate declaration
#16348 closed
Jul 13, 2025 - state changes in `onoutrostart` are not working
#16349 closed
Jul 12, 2025
22 Issues opened by19 people
- 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 - Async Svelte breaking iterables in template (in SvelteKit?)
#16387 opened
Jul 16, 2025 - 🐛 Bug Report: `$state(await ...)` causes component hydration failures and breaks parent contexts
#16383 opened
Jul 15, 2025 - a way to know if we're currently inside an effect tree
#16366 opened
Jul 14, 2025 - indicate when error occurs inside inspect effect
#16365 opened
Jul 14, 2025 - Reactivity degradation in 5.35.5
#16363 opened
Jul 14, 2025 - Loosen CSS `:is()` unused check
#16352 opened
Jul 13, 2025 - Allow reactivity in outroing elements
#16351 opened
Jul 12, 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.
- async: easier way to boundary the same component that needs async data
#16327 commented on
Jul 12, 2025 • 0 new comments - Svelte ignores new `this` bindings regarding private class fields declared with `$state`
#15682 commented on
Jul 12, 2025 • 0 new comments - $derived exposed through property not necessarily updating
#15248 commented on
Jul 12, 2025 • 0 new comments - Custom renderers support
#15470 commented on
Jul 13, 2025 • 0 new comments - Transitions created by a transition function don't reverse correctly
#16308 commented on
Jul 14, 2025 • 0 new comments - Errors thrown in effects are no longer propagated to <svelte:boundary>
#16342 commented on
Jul 14, 2025 • 0 new comments - Svelte 5: Preserve local state during HMR
#14434 commented on
Jul 15, 2025 • 0 new comments - SvelteKit/TypeScript no longer accepts interfaces inside the script tag after module updates.
#15912 commented on
Jul 15, 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 - 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