-
-
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
4 Releases published by 1 person
-
svelte@5.34.9
published
Jun 28, 2025 -
svelte@5.35.0
published
Jul 2, 2025 -
svelte@5.35.1
published
Jul 2, 2025 -
svelte@5.35.2
published
Jul 3, 2025
18 Pull requests merged by 3 people
-
chore:
reaction_sources
->source_ownership
#16287 merged
Jul 3, 2025 -
Version Packages
#16297 merged
Jul 3, 2025 -
fix: bump esrap
#16295 merged
Jul 3, 2025 -
Version Packages
#16281 merged
Jul 2, 2025 -
chore: minor tweaks
#16285 merged
Jul 2, 2025 -
chore: convert boundary implementation to a class
#16284 merged
Jul 2, 2025 -
chore: rename EFFECT_HAS_DERIVED to EFFECT_PRESERVED
#16283 merged
Jul 2, 2025 -
feat: add parent hierarchy to
__svelte_meta
objects at dev time#16255 merged
Jul 2, 2025 -
Version Packages
#16276 merged
Jul 2, 2025 -
fix: revert props legacy mode regression
#16279 merged
Jul 1, 2025 -
chore: simplify props
#16270 merged
Jul 1, 2025 -
chore: encapsulate expression memoization
#16269 merged
Jul 1, 2025 -
chore: move stuff from
analysis
into global compiler state#16268 merged
Jun 30, 2025 -
feat: add
getAbortSignal()
#16266 merged
Jun 30, 2025 -
move config into svelte.config.js
#16265 merged
Jun 30, 2025 -
chore: bump esrap
#16240 merged
Jun 30, 2025 -
Version Packages
#16257 merged
Jun 28, 2025 -
fix: ensure unowned deriveds can add themselves as reactions while connected
#16249 merged
Jun 27, 2025
4 Pull requests opened by 3 people
-
Fix/@sveltejs/svelte/16114
#16263 opened
Jun 29, 2025 -
[fix]: Add support for TrustedTypes in Svelte
#16271 opened
Jul 1, 2025 -
fix: re-evaluate derived props during teardown
#16278 opened
Jul 1, 2025 -
fix: abort and reschedule effect processing after state change in user effect
#16280 opened
Jul 2, 2025
22 Issues closed by 14 people
-
Strange reactive behavior (5.28.2 or later)
#15941 closed
Jul 4, 2025 -
Reactivity inside $effect is confusing
#16300 closed
Jul 4, 2025 -
Provide init/destroy callbacks to `$state`
#16298 closed
Jul 3, 2025 -
Vite build fails with svelte v5.35.1
#16291 closed
Jul 3, 2025 -
Compiler wraps else/catch statements into comments
#16286 closed
Jul 3, 2025 -
False Positive `non_reactive_update` warning when use `SvelteMap` with binding child components
#16289 closed
Jul 3, 2025 -
<select bind:value={object}> does not reflect selected value after async list update
#16293 closed
Jul 3, 2025 -
optimization: inline static markup
#16288 closed
Jul 3, 2025 -
state_unsafe_mutation from missing function
#16290 closed
Jul 3, 2025 -
`HtmlAttributesMap` for `svelte/elements`
#16282 closed
Jul 2, 2025 -
event.getModifierState("CapsLock") always returns false in Svelte 4 & 5
#16275 closed
Jul 2, 2025 -
Add a compiler warning for updating destructured state
#16217 closed
Jul 1, 2025 -
Default values of props not reactive
#16272 closed
Jul 1, 2025 -
Give the ability to depend also on the previous value for deriving next value in $derived.by API
#16273 closed
Jul 1, 2025 -
(0 , reaction.fn) is not a function in update_reaction
#16191 closed
Jul 1, 2025 -
transition | global
#16258 closed
Jun 30, 2025 -
Svelte Reactivity Bug with `$derived` in class
#15853 closed
Jun 28, 2025 -
derived value is not updating correctly
#15829 closed
Jun 27, 2025 -
Nested reactivity inconsistently broken for value `0` when binding shared state (appeared in v5.28)
#16254 closed
Jun 27, 2025 -
svetle5 rune and rune document is not elegant
#16252 closed
Jun 27, 2025
9 Issues opened by 9 people
-
Imported svelte component lost type inference
#16301 opened
Jul 3, 2025 -
Disable CSR for specific components
#16296 opened
Jul 3, 2025 -
Reactivity stops triggering
#16294 opened
Jul 3, 2025 -
`<select>` doesn't respect `selected` attribute when spreading props
#16274 opened
Jul 1, 2025 -
Support for type-checked ESLint rules when importing from `.svelte` files
#16264 opened
Jun 30, 2025 -
Incorrect prop value in onDestroy when there's a setter but not getter in the template
#16262 opened
Jun 29, 2025 -
Allow subscribing to stores declared in a local scope
#16259 opened
Jun 28, 2025 -
$effect runs before $effect.pre
#16256 opened
Jun 27, 2025 -
Reference attach element with 'this'
#16253 opened
Jun 27, 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.
-
feat: allow `await` in components
#15844 commented on
Jul 3, 2025 • 62 new comments -
fix: use `state` instead of `source` in reactive classes
#16239 commented on
Jul 1, 2025 • 1 new comment -
Svelte 5: Preserve local state during HMR
#14434 commented on
Jun 29, 2025 • 0 new comments -
Cannot read properties of undefined (reading 'call')
#15104 commented on
Jun 29, 2025 • 0 new comments -
Svelte 5: Provide metadata/events needed for devtools et al
#11389 commented on
Jun 29, 2025 • 0 new comments -
Hydration crashes when using app via Google Translate (or many other HTML whitespace manipulations)
#16242 commented on
Jun 30, 2025 • 0 new comments -
`TweenedOptions` not exported from `svelte/motion`
#16151 commented on
Jun 30, 2025 • 0 new comments -
Svelte generates `innerHTML` assignments breaking CSP "require-trusted-types-for 'script'" in production code
#10826 commented on
Jul 1, 2025 • 0 new comments -
Css variable declaration shorthand
#16071 commented on
Jul 2, 2025 • 0 new comments -
BUG Svelte 5: `bind:this` sets to `null` if a store is used in `#each`
#15698 commented on
Jul 2, 2025 • 0 new comments -
Svelte 5: Avoiding `{#snippet}` boilerplate with the ability to pass parameters
#10678 commented on
Jul 3, 2025 • 0 new comments -
Svelte 5: List of libraries not working out of the box
#10359 commented on
Jul 3, 2025 • 0 new comments -
svelte:head to allow ordering because meta tags are underneath script tags
#12055 commented on
Jul 4, 2025 • 0 new comments -
feat: add `print(...)` function
#16188 commented on
Jun 30, 2025 • 0 new comments