-
-
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
9 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 -
svelte@5.33.1
published
May 22, 2025
33 Pull requests merged by 12 people
-
chore: add
@since
tag to fragments option#15990 merged
May 23, 2025 -
feat: enable TS autocomplete for Svelte HTML element definitions
#15972 merged
May 23, 2025 -
docs: move some
$state
information around#15969 merged
May 23, 2025 -
docs: improve bind:group example
#15968 merged
May 23, 2025 -
Version Packages
#15989 merged
May 22, 2025 -
fix: make deriveds on the server lazy again
#15964 merged
May 22, 2025 -
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
4 Pull requests opened by 4 people
-
fix: reuse already attached attachments in spread attributes
#15951 opened
May 18, 2025 -
fix: stable attachments
#15961 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
36 Issues closed by 9 people
-
Reassigning to a state rune variable in an imported effect disables reactivity on the state rune variable
#15709 closed
May 23, 2025 -
support abortcontroller / abortsignal to all event handler / life hooks
#14407 closed
May 23, 2025 -
Unknown file extension ".svelte"
#15869 closed
May 23, 2025 -
$state array does not update on page back when reassigned
#15038 closed
May 23, 2025 -
Svelte 5 runtime crash inside each block
#14423 closed
May 23, 2025 -
svelte component not reactive
#14322 closed
May 23, 2025 -
Component not defined
#13180 closed
May 23, 2025 -
TypeError: Cannot read properties of null (reading 'nodeType') (Astro + Svelte 5)
#13088 closed
May 23, 2025 -
Error de CORS en Rutas api de Sveltekit
#11494 closed
May 23, 2025 -
bug: getting $Ci not a constructor for imports of svg , png in static builds
#12004 closed
May 23, 2025 -
Item just disappear when finishing with render
#10255 closed
May 23, 2025 -
Danger suggestion in basic recommendations
#8271 closed
May 23, 2025 -
Allow indicating component "root" element so actions may be used on the component tag
#5218 closed
May 23, 2025 -
A lot of empty text nodes - I mean A LOT - performance issue
#3586 closed
May 23, 2025 -
Feature request: enable TS autocomplete for Svelte HTML element definitions
#15971 closed
May 23, 2025 -
svelte accidentally contains two incompatible Snippet types that cause type checking failures
#15182 closed
May 23, 2025 -
Private `$derived` class fields break SSR
#15960 closed
May 22, 2025 -
[SERVER] writable $derived in class results invalid setter expression
#15672 closed
May 22, 2025 -
`<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
8 Issues opened by 8 people
-
Update to svelte/easing documentation
#15992 opened
May 23, 2025 -
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 -
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
24 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.
-
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 -
Strange reactive behavior (5.28.2 or later)
#15941 commented on
May 18, 2025 • 0 new comments -
Binding spread attributes
#5137 commented on
May 19, 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 -
Changed $state randomly doesn't update the UI
#15833 commented on
May 23, 2025 • 0 new comments -
docs: Clarify how to run unit tests in a browser-like environment
#14243 commented on
May 23, 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