Saltar al contenido principal
Volver a Lanzamientos

Svelte

Frontend

Svelte tuvo 36 releases en los últimos 6 meses, incluyendo 2 breaking changes.

Total Releases

36

Últimos 6 meses

36

2 breaking en total

Frecuencia

Promedio entre releases

Impact Score Promedio

32
Último release:v5.55.5(23 de abril de 2026)

Timeline de Releases

202636 releases

Svelte

v5.55.533

Patch Changes - fix: don't mark deriveds while an effect is updating - fix: do not dispatch introstart event with animation of animate directive

Svelte

v5.55.433

Patch Changes - fix: never mark a child effect root as inert - fix: reset context after waiting on blockers of `@const` expressions - fix: keep flushing new eager effects

Svelte

v5.55.333

Patch Changes - fix: ensure proper HMR updates for dynamic components - fix: correctly calculate `@const` blockers - fix: freeze deriveds once their containing effects are

Svelte

v5.55.233

Patch Changes - fix: invalidate `@const` tags based on visible references in legacy mode - fix: handle parens in template expressions more robustly - fix: disallow `--` in

Svelte

v5.55.133

Patch Changes - fix: correctly handle bindings on the server - fix: prevent hydration error on async `{@html ...}` - fix: cleanup `superTypeParameters` in `ClassDeclaratio

Svelte

v5.55.043

Minor Changes - feat: export TweenOptions, SpringOptions, SpringUpdateOptions and Updater from svelte/motion Patch Changes - fix: ensure HMR wrapper forwards correct start/end nodes to active effect (…

Svelte

v5.54.133

Patch Changes - fix: hydration comments during hmr - fix: null out `effect.b` in `destroy_effect` - fix: group sync statements ((

Svelte

v5.54.043

Minor Changes - feat: allow `css`, `runes`, `customElement` compiler options to be functions Patch Changes - fix: reinstate reactivity loss tracking

Svelte

v5.53.1333

Patch Changes - fix: ensure `$inspect` after top level await doesn't break builds - fix: resume inert effects when they come from offscreen - fix: don't eagerly access not

Svelte

v5.53.1233

Patch Changes - fix: update `select.__value` on `change` - chore: add `invariant` helper for debugging - fix: ensure deriveds values are correct across batches ((h

Svelte

v5.53.1133

Patch Changes - fix: remove `untrack` circular dependency - fix: recover from errors that leave a corrupted effect tree - fix: properly lazily evaluate RHS when checking f

Svelte

v5.53.1030

Patch Changes - fix: re-process batch if new root effects were scheduled

Svelte

v5.53.930

Patch Changes - fix: better `bind:this` cleanup timing

Svelte

v5.53.830

Patch Changes - fix: `{@html}` no longer duplicates content inside `contenteditable` elements - fix: don't access inert block effects - fix: handle asnyc updates within pe

Svelte

v5.53.734

Patch 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.627

Patch Changes - perf: optimize parser hot paths for faster compilation - fix: `SvelteMap` incorrectly handles keys with `undefined` values - fix: SvelteURL `search` setter

Svelte

v5.53.527

Patch Changes - fix: escape `innerText` and `textContent` bindings of `contenteditable` (`0df5abcae223058ceb95491470372065fb87951d`) - fix: sanitize `transformError` values prior to embedding in HTML…

Svelte

v5.53.427

Patch Changes - fix: set server context after async transformError - fix: hydrate if blocks correctly - fix: handle default parameters scope leaks ((

Svelte

v5.53.327

Patch 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.227

Patch Changes - fix: update expressions on server deriveds - fix: further obfuscate `node:crypto` import from overzealous static analysis

Svelte

v5.53.127

Patch Changes - fix: handle shadowed function names correctly

Svelte

v5.53.0Breaking47

Minor 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.0Breaking47

Minor 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.527

Patch Changes - fix: check to make sure `svelte:element` tags are valid during SSR (`73098bb26c6f06e7fd1b0746d817d2c5ee90755f`) - fix: misc option escaping and backwards compatibility ((

Svelte

v5.51.427

Patch Changes - chore: proactively defer effects in pending boundary - fix: detect and error on non-idempotent each block keys in dev mode

Svelte

v5.51.327

Patch 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.227

Patch Changes - fix: take async into consideration for dev delegated handlers - fix: emit statereferencedlocally warning for non-destructured props

Svelte

v5.51.127

Patch Changes - fix: don't crash on undefined `document.contentType` - fix: use symbols for encapsulated event delegation

Svelte

v5.51.037

Minor Changes - feat: Use `TrustedTypes` for HTML handling where supported Patch Changes - fix: sanitize template-literal-special-characters in SSR attribute values -

Svelte

v5.50.327

Patch 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.227

Patch Changes - fix: resolve `effectupdatedepth_exceeded` when using `bind:value` on `` with derived state in legacy mode - fix: don't swallow `DOMException` when `media.play()` fails in `bind:paused`…

Svelte

v5.50.127

Patch Changes - fix: render boolean attribute values as empty strings for XHTML compliance - fix: prevent async render tag hydration mismatches

Svelte

v5.50.037

Minor Changes - feat: allow use of createContext when instantiating components programmatically Patch Changes - fix: ensure infinite effect loops are cleared after flushing ((

Svelte

v5.49.227

Patch 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.127

Patch 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.037

Minor Changes - feat: allow passing `ShadowRootInit` object to custom element `shadow` option Patch Changes - fix: throw for unset `createContext` get on the server -