svelte Releases
100 releases of sveltejs/svelte
- svelte@5.43.13
A patch release fixing a bug where derived values were incorrectly set during time-travel debugging.
Nov 20, 2025
- svelte@5.43.12
Fixes a bug in the effect tracking system to ensure the linked list of effects is maintained correctly during updates to each blocks.
Nov 18, 2025
- svelte@5.43.11
Includes a performance optimization for development builds and a fix to prevent the cancellation of transitions for already outroing elements.
Nov 18, 2025
- svelte@5.43.10
Fixes batching logic to prevent interference between queued root effects and other batches running concurrently.
Nov 18, 2025
- svelte@5.43.9
A release focused on stabilizing async rendering, derived state reactivity, and effect trees, addressing blockers and async hydration.
Nov 17, 2025
- svelte@5.43.8
Fixes reactivity issues in `#each` blocks that occurred when items were removed while a promise was pending.
Nov 16, 2025
- svelte@5.43.7
Improves handling of document title updates and deferred effects to ensure they complete properly during async operations.
Nov 16, 2025
- svelte@5.43.6
Fixes logic that was incorrectly deactivating unrelated batches during the update cycle.
Nov 11, 2025
- svelte@5.43.5
Fixes issues with awaiting dependencies for static props, bindings, and style directives to ensure proper async handling.
Nov 8, 2025
- svelte@5.43.4
Simplifies internal connection/disconnection logic and fixes derived state reconnection during time-travel debugging.
Nov 6, 2025
- svelte@5.43.3
This patch release focuses on stability fixes related to fork handling, title updates, and derived rest property creation.
Nov 4, 2025
- svelte@5.43.2
A quick patch to address rendering behavior for blocks with async dependencies, treating them as uncontrolled to prevent state issues.
Oct 30, 2025
- svelte@5.43.1
This release fixes a compilation issue where `$bindable` directives were not being correctly handled within `await` blocks.
Oct 30, 2025
- svelte@5.43.0
This minor release introduces out-of-order rendering capabilities, enhancing component rendering flexibility, alongside fixes for batch settling logic.
Oct 28, 2025
- svelte@5.42.3
This patch resolves issues with asynchronous rendering of the `<svelte:head>` element and batch restoration within `#await` blocks.
Oct 28, 2025
- svelte@5.42.2
Improves developer experience by providing clearer error messages for global variable assignments and tweaks internal memoization logic.
Oct 26, 2025
- svelte@5.42.1
Fixes a state management bug where discarding a fork after committing was not being ignored correctly.
Oct 25, 2025
- svelte@5.42.0
This release introduces an experimental `fork` API for managing component state, alongside improvements to context handling and error reporting.
Oct 25, 2025
- svelte@5.41.4
Multiple performance and correctness fixes regarding transition locality, snippet mounting, and error handling during async rendering.
Oct 24, 2025
- svelte@5.41.3
Focuses on performance improvements by excluding Vite optimized dependencies from stack traces and optimizing derived value traversal.
Oct 23, 2025