-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Insights: sveltejs/svelte
Overview
Could not load contribution data
Please try again later
2 Releases published by 1 person
-
svelte@5.22.6
published
Mar 7, 2025 -
svelte@5.23.0
published
Mar 11, 2025
11 Pull requests merged by 9 people
-
fix: Add files and group properties to HTMLInputAttributes
#15492 merged
Mar 12, 2025 -
Version Packages
#15493 merged
Mar 11, 2025 -
fix: on teardown, use the last known value for the signal before the set
#15469 merged
Mar 11, 2025 -
chore: clarify fuzzyset adaption
#15491 merged
Mar 11, 2025 -
docs: correct toggle function in lifecycle hooks example
#15486 merged
Mar 10, 2025 -
chore: add missing permissions for
pkg.pr.new-comment
#15489 merged
Mar 10, 2025 -
chore: reuse is_function helper
#15467 merged
Mar 10, 2025 -
Version Packages
#15466 merged
Mar 7, 2025 -
fix: skip
log_if_contains_state
if only logging literals#15468 merged
Mar 7, 2025 -
feat: Add
closedby
toHTMLDialogAttributes
(dialog element)#15458 merged
Mar 7, 2025 -
fix: null and warnings for local handlers
#15460 merged
Mar 7, 2025
7 Pull requests opened by 5 people
-
docs: clarify what you can build with SvelteKit
#15461 opened
Mar 6, 2025 -
feat: Support for <svelte:boundary> on SSR / static generation (POC)
#15462 opened
Mar 6, 2025 -
docs: update `$effect` examples
#15463 opened
Mar 6, 2025 -
chore: don't distribute unused types definitions
#15473 opened
Mar 8, 2025 -
Docs: Raise importance of global vs local transitions
#15479 opened
Mar 10, 2025 -
feat: add partial evaluation
#15494 opened
Mar 11, 2025 -
Version Packages
#15501 opened
Mar 12, 2025
14 Issues closed by 11 people
-
Mountng component on iFrame does not change the scope.
#15500 closed
Mar 13, 2025 -
Missing HTMLInputAttributes property for files & group
#14579 closed
Mar 12, 2025 -
`bind:this` produces unwanted read of `$props` during unmount
#14980 closed
Mar 11, 2025 -
Allow HTML elements in `<svelte:element this={...} />`
#15475 closed
Mar 11, 2025 -
Prop value can be different than guaranted by TypeScript
#14725 closed
Mar 11, 2025 -
Documentation: Lifecycle hooks example is wrong
#15404 closed
Mar 10, 2025 -
SvelteKit compatibility with Svelte 5
#12819 closed
Mar 10, 2025 -
Snippets using props will error if rendered outside the component after its unmounted
#14878 closed
Mar 9, 2025 -
<svelte:window on:keydown /> event.preventDefault() does nothing
#15474 closed
Mar 8, 2025 -
REPL: Adding a path to a filename creates ghost tabs
#15472 closed
Mar 8, 2025 -
Better error message when using a non-function as an event handler
#15411 closed
Mar 7, 2025 -
Unable to set Custom Element property instead of attribute.
#15455 closed
Mar 6, 2025 -
[custom-element] style: directive can be overridden by style property on update
#15310 closed
Mar 6, 2025 -
Some remarks about set_attributes()
#15399 closed
Mar 6, 2025
13 Issues opened by 11 people
-
Unhelpful error message when dealing with invalid markup
#15502 opened
Mar 13, 2025 -
`$effect.pre` isn't re-run after mutating state in a nested `$effect.pre`
#15499 opened
Mar 12, 2025 -
[DOC] {@debug} vs $inspect
#15498 opened
Mar 12, 2025 -
InlineStyleThreshold not working after migrating to svelte 5
#15496 opened
Mar 12, 2025 -
Inconsistent ownership warning
#15488 opened
Mar 10, 2025 -
CSS next-sibling combinator doesn't work if template is inside snippet
#15487 opened
Mar 10, 2025 -
How to manage the page stack like a native app instead of destroying it.
#15485 opened
Mar 10, 2025 -
$('.css_selector') shadowed by `$.get` and similar in svelte.js classes
#15484 opened
Mar 10, 2025 -
svelte-check and LSP error on bind:clientWidth with transform syntax
#15482 opened
Mar 10, 2025 -
Encoded DOM traversal sequences
#15478 opened
Mar 9, 2025 -
Can’t use double backslash as `children` in components
#15476 opened
Mar 9, 2025 -
Custom renderers support
#15470 opened
Mar 7, 2025 -
Custom Elements Boolean Attributes
#15464 opened
Mar 6, 2025
23 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.
-
Distinguish between properties and attributes on custom elements
#12624 commented on
Mar 6, 2025 • 0 new comments -
Failing to set `<svelte:head>` element with `getAttribute is not a function`
#15337 commented on
Mar 6, 2025 • 0 new comments -
Component & file names comment markup is missing in svelte v5
#14952 commented on
Mar 6, 2025 • 0 new comments -
Slide transition throws a "Invalid keyframe value for property height" warning since Svelte 5
#14205 commented on
Mar 6, 2025 • 0 new comments -
Add minimum browser versions to the documentation
#14420 commented on
Mar 7, 2025 • 0 new comments -
Svelte stores become stuck after unhandled exception in subscriber
#11555 commented on
Mar 8, 2025 • 0 new comments -
Client errors aren't that helpful in the docs
#14752 commented on
Mar 8, 2025 • 0 new comments -
when ssr is true, img elements that throw 404 halt javascript from kicking in.
#15412 commented on
Mar 10, 2025 • 0 new comments -
Better error message for ownership_invalid_binding?
#13423 commented on
Mar 10, 2025 • 0 new comments -
Snippet export causes `dev` script to fail
#15347 commented on
Mar 10, 2025 • 0 new comments -
False positive TypeScript error when spreading attributes on div HTML element
#13959 commented on
Mar 11, 2025 • 0 new comments -
Svelte 5: Allow classes to opt-in to deep reactivity
#11846 commented on
Mar 11, 2025 • 0 new comments -
Cloudflare's Email Address Obfuscation may cause crashing on hydration
#14761 commented on
Mar 11, 2025 • 0 new comments -
Svelte 5 legacy interop bug: `Uncaught TypeError: Cannot read properties of undefined (reading 'before')`
#15423 commented on
Mar 11, 2025 • 0 new comments -
bug: Error after upgrading svelte from 5.12.0 to >5.13.0 for customElement
#15372 commented on
Mar 11, 2025 • 0 new comments -
Static support for `$state` in `.svelte.ts`
#14804 commented on
Mar 13, 2025 • 0 new comments -
append_styles(...) --> Cannot read properties of null (reading 'querySelector')
#14972 commented on
Mar 13, 2025 • 0 new comments -
Fade-in transition showing flash of visible content before fading in
#14732 commented on
Mar 13, 2025 • 0 new comments -
Excessive hydration markers on Svelte 5
#15200 commented on
Mar 13, 2025 • 0 new comments -
docs: add docs on state_unsafe_mutation error
#14932 commented on
Mar 8, 2025 • 0 new comments -
chore: revert corepack override
#15197 commented on
Mar 7, 2025 • 0 new comments -
feat: static template expression evaluation
#15374 commented on
Mar 12, 2025 • 0 new comments -
feat: add `hasUnscopedGlobalCss` to `compile` metadata
#15450 commented on
Mar 11, 2025 • 0 new comments