-
-
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
6 Releases published by 1 person
-
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 -
svelte@5.36.17
published
Jul 25, 2025 -
svelte@5.37.0
published
Jul 27, 2025
23 Pull requests merged by 9 people
-
chore: remove
parser.template_untrimmed
#16511 merged
Jul 27, 2025 -
fix:
append_styles
in an effect to make them available on mount#16509 merged
Jul 27, 2025 -
docs: use sh instead of bash in source blocks
#16506 merged
Jul 27, 2025 -
Version Packages
#16505 merged
Jul 27, 2025 -
feat: ignore component options in
compileModule
#16362 merged
Jul 27, 2025 -
fix: always mark props as stateful
#16504 merged
Jul 26, 2025 -
Version Packages
#16500 merged
Jul 25, 2025 -
fix: throw on duplicate class field declarations
#16502 merged
Jul 25, 2025 -
fix: add types for
part
attribute to svg attributes#16499 merged
Jul 25, 2025 -
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
5 Pull requests opened by 4 people
-
fix: transform input defaults from spread
#16481 opened
Jul 22, 2025 -
chore:Update for TS7
#16485 opened
Jul 23, 2025 -
Version Packages
#16513 opened
Jul 27, 2025 -
fix: allow await expressions inside `{#await ...}` argument
#16514 opened
Jul 27, 2025 -
chore: remove some todos
#16515 opened
Jul 27, 2025
16 Issues closed by 9 people
-
$host() styles not synchronously available in onMount and $effect
#16472 closed
Jul 27, 2025 -
Default values for function props prevents reactivity when passed to child components
#16473 closed
Jul 26, 2025 -
Writing getter for public class stateful variables transforms into duplicate getters
#16501 closed
Jul 25, 2025 -
Svelte-check or TS error when using let with named slots
#16503 closed
Jul 25, 2025 -
Add types for `part` attribute on `<svg>` element
#16498 closed
Jul 25, 2025 -
Singular $prop rune for simple properties
#16494 closed
Jul 24, 2025 -
Async, Streaming with Promises & Infinite Loop
#16403 closed
Jul 23, 2025 -
Probably false positive effect_update_depth_exceeded error when reading derived firstly at effect
#16423 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 -
$derived reactivity breaks with "createSubscriber" after its teardown/destroy has been called at least once.
#15888 closed
Jul 21, 2025 -
Reactivity is broken when deriving .current on fromStore and updating the store asynchronously
#16311 closed
Jul 21, 2025
12 Issues opened by 11 people
-
Partially raw state
#16516 opened
Jul 28, 2025 -
Await doesn't work with #await block
#16512 opened
Jul 27, 2025 -
`animate` triggered not by the actual order change in a scrollable div
#16508 opened
Jul 27, 2025 -
"(x) is imported from external module but never used" with $effect
#16507 opened
Jul 27, 2025 -
$effect does not run after async derived completes, but after the next wakeup
#16497 opened
Jul 25, 2025 -
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 -
docs: improve action, attach documentation
#16471 opened
Jul 22, 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.
-
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 -
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 -
[Svelte 5] Optinal snippets in pair tags does not work with {#if}{/if}
#13391 commented on
Jul 25, 2025 • 0 new comments -
Documentation: Using $derived rune in tests
#15405 commented on
Jul 25, 2025 • 0 new comments -
`spring` performs differently on displays with different refresh rates
#10717 commented on
Jul 27, 2025 • 0 new comments -
Async Svelte breaking block effects in template (in SvelteKit?)
#16387 commented on
Jul 27, 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 -
docs: improve a11y_invalid_attribute warning documentation
#16461 commented on
Jul 27, 2025 • 0 new comments