Svelte
FrontendSvelte tuvo 22 releases en los últimos 6 meses, incluyendo 2 breaking changes.
Total Releases
22
Últimos 6 meses
22
2 breaking en total
Frecuencia
—
Promedio entre releases
Impact Score Promedio
Timeline de Releases
Svelte
v5.53.734Patch Changes - fix: correctly add \\svelte_meta after else-if chains - perf: cache element interactivity and source line splitting in compiler - chore: avoid rescheduli
Svelte
v5.53.627Patch Changes - perf: optimize parser hot paths for faster compilation - fix: `SvelteMap` incorrectly handles keys with `undefined` values - fix: SvelteURL `search` setter
Svelte
v5.53.527Patch Changes - fix: escape `innerText` and `textContent` bindings of `contenteditable` (`0df5abcae223058ceb95491470372065fb87951d`) - fix: sanitize `transformError` values prior to embedding in HTML…
Svelte
v5.53.427Patch Changes - fix: set server context after async transformError - fix: hydrate if blocks correctly - fix: handle default parameters scope leaks ((
Svelte
v5.53.327Patch Changes - fix: render `:catch` of `#await` block with correct key - chore: pin aria-query@5.3.1 - fix: make string coercion consistent to `toString` ((https:
Svelte
v5.53.227Patch Changes - fix: update expressions on server deriveds - fix: further obfuscate `node:crypto` import from overzealous static analysis
Svelte
v5.53.127Patch Changes - fix: handle shadowed function names correctly
Svelte
v5.53.0Breaking47Minor Changes - feat: allow comments in tags - feat: allow error boundaries to work on the server Patch Changes - fix: use TrustedHTML to test for customizable <selec
Svelte
v5.52.0Breaking47Minor Changes - feat: support TrustedHTML in `{@html}` expressions Patch Changes - fix: repair dynamic component truthy/falsy hydration mismatches - fix: re-run non-r
Svelte
v5.51.527Patch Changes - fix: check to make sure `svelte:element` tags are valid during SSR (`73098bb26c6f06e7fd1b0746d817d2c5ee90755f`) - fix: misc option escaping and backwards compatibility ((
Svelte
v5.51.427Patch Changes - chore: proactively defer effects in pending boundary - fix: detect and error on non-idempotent each block keys in dev mode
Svelte
v5.51.327Patch Changes - fix: prevent event delegation logic conflicting between svelte instances - fix: treat CSS attribute selectors as case-insensitive for HTML enumerated attributes ((
Svelte
v5.51.227Patch Changes - fix: take async into consideration for dev delegated handlers - fix: emit statereferencedlocally warning for non-destructured props
Svelte
v5.51.127Patch Changes - fix: don't crash on undefined `document.contentType` - fix: use symbols for encapsulated event delegation
Svelte
v5.51.037Minor Changes - feat: Use `TrustedTypes` for HTML handling where supported Patch Changes - fix: sanitize template-literal-special-characters in SSR attribute values -
Svelte
v5.50.327Patch Changes - fix: take into account `nodeName` case sensitivity on XHTML pages - fix: render `multiple` and `selected` attributes as empty strings for XHTML compliance -
Svelte
v5.50.227Patch Changes - fix: resolve `effectupdatedepth_exceeded` when using `bind:value` on `<select>` with derived state in legacy mode - fix: don't swallow `DOMException` when `media.play()` fails in `bind…
Svelte
v5.50.127Patch Changes - fix: render boolean attribute values as empty strings for XHTML compliance - fix: prevent async render tag hydration mismatches
Svelte
v5.50.037Minor Changes - feat: allow use of createContext when instantiating components programmatically Patch Changes - fix: ensure infinite effect loops are cleared after flushing ((
Svelte
v5.49.227Patch Changes - chore: remove SvelteKit data attributes from elements.d.ts - fix: avoid erroneous async derived expressions for blocks - fix: avoid Cloudflare warnings abo
Svelte
v5.49.127Patch Changes - fix: merge consecutive large text nodes - fix: only create async functions in SSR output when necessary - fix: properly separate multiline html blocks from
Svelte
v5.49.037Minor Changes - feat: allow passing `ShadowRootInit` object to custom element `shadow` option Patch Changes - fix: throw for unset `createContext` get on the server -