-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Insights: sveltejs/svelte
Overview
Could not load contribution data
Please try again later
8 Releases published by 1 person
-
svelte@5.30.2
published
May 17, 2025 -
svelte@5.31.0
published
May 19, 2025 -
svelte@5.31.1
published
May 19, 2025 -
svelte@5.32.0
published
May 20, 2025 -
svelte@4.2.20
published
May 20, 2025 -
svelte@5.32.1
published
May 20, 2025 -
svelte@5.32.2
published
May 22, 2025 -
svelte@5.33.0
published
May 22, 2025
27 Pull requests merged by 10 people
-
Version Packages
#15987 merged
May 22, 2025 -
feat: functional template generation
#15538 merged
May 22, 2025 -
Version Packages
#15978 merged
May 22, 2025 -
fix: attach __svelte_meta correctly to elements following a CSS wrapper
#15982 merged
May 21, 2025 -
chore: simplify
<pre>
cleaning#15980 merged
May 21, 2025 -
fix: import
untrack
directly from client insvelte/attachments
#15974 merged
May 21, 2025 -
Version Packages
#15967 merged
May 20, 2025 -
fix(14815): warn when an invalid <select multiple> value is given
#14816 merged
May 20, 2025 -
chore: add --tag legacy to prevent svelte 4 being published as latest
#15966 merged
May 20, 2025 -
Version Packages
#15965 merged
May 20, 2025 -
fix: properly remove event listeners in Component's removeEventListener (v4)
#13556 merged
May 20, 2025 -
Version Packages
#15959 merged
May 20, 2025 -
fix: only re-run directly applied attachment if it changed
#15962 merged
May 20, 2025 -
feat: warn on implicitly closed tags
#15932 merged
May 20, 2025 -
feat: attachments
fromAction
utility#15933 merged
May 19, 2025 -
remove
FromAction
interface#15958 merged
May 19, 2025 -
docs: clarify when attachments re-run
#15927 merged
May 19, 2025 -
Version Packages
#15956 merged
May 19, 2025 -
fix: avoid auto-parenthesis for special-keywords-only
MediaQuery
#15937 merged
May 19, 2025 -
chore: watch for messages changes in dev generate script
#15950 merged
May 19, 2025 -
Version Packages
#15947 merged
May 19, 2025 -
feat: State declarations in class constructors
#15820 merged
May 19, 2025 -
chore: fix docs typo in 02-context.md
#15944 merged
May 18, 2025 -
(fix/ast types) fix: Add missing
AttachTag
inTag
union type inside theAST
namespace from"svelte/compiler"
#15946 merged
May 18, 2025 -
Version Packages
#15931 merged
May 17, 2025 -
chore: remove redundant word in comment
#15942 merged
May 17, 2025 -
fix: falsy attachments types
#15939 merged
May 17, 2025
8 Pull requests opened by 6 people
-
fix: reuse already attached attachments in spread attributes
#15951 opened
May 18, 2025 -
fix: stable attachments
#15961 opened
May 20, 2025 -
fix: make deriveds on the server lazy again
#15964 opened
May 20, 2025 -
docs: improve bind:group example
#15968 opened
May 20, 2025 -
docs: move some `$state` information around
#15969 opened
May 20, 2025 -
feat: enable TS autocomplete for Svelte HTML element definitions
#15972 opened
May 20, 2025 -
fix: correctly parse escaped unicode characters in css selector
#15976 opened
May 21, 2025 -
fix: allow attributes on the title element
#15983 opened
May 22, 2025
20 Issues closed by 7 people
-
`<input>` is not valid XHTML regression in Svelte 5
#15801 closed
May 22, 2025 -
`<!>` is not valid XHTML regression in Svelte 5
#15799 closed
May 22, 2025 -
svelte-check has trouble with derived and $derived in the same file
#15985 closed
May 22, 2025 -
hydration_html_changed bug
#15986 closed
May 22, 2025 -
Allow `then`ing in `await` without introducing a variable
#15981 closed
May 21, 2025 -
stopPropagation does not work in Svelte 5 vs. works in Svelte 4
#15975 closed
May 21, 2025 -
`<select multiple value={123}>` crashes the runtime
#14815 closed
May 20, 2025 -
Svelte 5: only block root tags are checked for being closed
#12635 closed
May 20, 2025 -
Allow customization of "node_invalid_placement"
#15963 closed
May 20, 2025 -
MediaQuery does not work with `screen` and `print` media queries
#15930 closed
May 19, 2025 -
Class state has a fundamental typing flaw
#12655 closed
May 19, 2025 -
Svelte 5: `$derived` usage in class depending on constructor args is convoluted
#11116 closed
May 19, 2025 -
Hydration crashes in if branch for undefined data
#15819 closed
May 19, 2025 -
Reactivity issue with dates
#15952 closed
May 19, 2025 -
`AttachNode` AST node type is not included in the union type `Tag` from `"svelte/compiler"`
#15945 closed
May 18, 2025 -
Regression with types after Attachments
#15924 closed
May 17, 2025 -
`@attach` should accept falsely value
#15935 closed
May 17, 2025 -
`$derived` unexpectedly reevaluate
#15414 closed
May 15, 2025 -
`$derived` value re-computed each time it is read even if no dependencies have changed
#15934 closed
May 15, 2025
12 Issues opened by 12 people
-
Docs don't show how to type a dynamic component's bound variable
#15988 opened
May 22, 2025 -
Stores not honoring contract described in the documentation
#15984 opened
May 22, 2025 -
Feature request: enable TS autocomplete for Svelte HTML element definitions
#15971 opened
May 20, 2025 -
Private `$derived` class fields break SSR
#15960 opened
May 19, 2025 -
Unexpected CSS transitions on mount
#15957 opened
May 19, 2025 -
Docs Clarification: Deriving vs Syncing Approach for things like two-way bound inputs
#15955 opened
May 19, 2025 -
Confusing output by `$inspect.trace`
#15954 opened
May 19, 2025 -
Unexpected behavior when combining spread operator with createAttachmentKey
#15949 opened
May 18, 2025 -
CSS Custom Properties as props needs to be explicitly passed
#15943 opened
May 17, 2025 -
Strange reactive behavior (5.28.2 or later)
#15941 opened
May 16, 2025 -
Remove auto-parenthesis logic for `MediaQuery`
#15938 opened
May 16, 2025 -
`$derived` values being re-computed an exponential amount of times
#15936 opened
May 16, 2025
25 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.
-
Possible loss of Attachments if restProps is processed using a "for in" loop.
#15929 commented on
May 16, 2025 • 0 new comments -
Fade-in transition showing flash of visible content before fading in
#14732 commented on
May 16, 2025 • 0 new comments -
Dynamic loading of cdn-hosted Svelte 5 component
#13186 commented on
May 17, 2025 • 0 new comments -
derived value is not updating correctly
#15829 commented on
May 17, 2025 • 0 new comments -
Binding spread attributes
#5137 commented on
May 19, 2025 • 0 new comments -
[SERVER] writable $derived in class results invalid setter expression
#15672 commented on
May 20, 2025 • 0 new comments -
Styles get delayed
#15773 commented on
May 20, 2025 • 0 new comments -
Effects in unit tests don't run
#14239 commented on
May 20, 2025 • 0 new comments -
<select> element has wrong initial value in SSR
#7160 commented on
May 20, 2025 • 0 new comments -
Svelte 5: Support passing of snippets or components?
#9774 commented on
May 21, 2025 • 0 new comments -
Svelte 5: unable to name a variable with the "same name" as a rune
#12328 commented on
May 21, 2025 • 0 new comments -
Svelte Reactivity Bug with `$derived` in class
#15853 commented on
May 22, 2025 • 0 new comments -
Allow opt-in explicit dependency tracking for `$effect`
#9248 commented on
May 22, 2025 • 0 new comments -
Allow attributes on the `<title>` element
#5198 commented on
May 22, 2025 • 0 new comments -
docs: Clarify how to run unit tests in a browser-like environment
#14243 commented on
May 21, 2025 • 0 new comments -
feat: add `onAnimationFrame` lifecycle function
#14594 commented on
May 20, 2025 • 0 new comments -
fix: make untrack behave correctly in relation to mutations
#14784 commented on
May 20, 2025 • 0 new comments -
fix: don't delegate events on custom elements, solve edge case stopPropagation issue
#14913 commented on
May 20, 2025 • 0 new comments -
feat: allow objects/arrays for style attribute
#15311 commented on
May 20, 2025 • 0 new comments -
feat: Support for <svelte:boundary> on SSR / static generation (POC)
#15462 commented on
May 20, 2025 • 0 new comments -
feat: allow `$state` in return statements
#15589 commented on
May 20, 2025 • 0 new comments -
feat: allow runes in POJO properties
#15593 commented on
May 20, 2025 • 0 new comments -
feat: add `$state.invalidate` rune
#15673 commented on
May 20, 2025 • 0 new comments -
feat: allow `await` in components
#15844 commented on
May 20, 2025 • 0 new comments -
feat: add support of handleEvent object listener
#15856 commented on
May 20, 2025 • 0 new comments