release-2026-08-24-1324
TanStack/queryrelease-2026-08-24-1324Aug 24, 2026by github-actions[bot]
AI Summary
This release focuses on stability fixes for Svelte Query, addressing issues with reactive array handling and mutation state filtering.
Key Highlights
- Fixed createQueries crashing when multiple items are removed from a reactive array
- Fixed createQueries not activating when initialized with an empty array
- Fixed useMutationState to remove mutations that no longer match the filter
Full Release Notes
Release 2026-08-24 13:24 ## Changes ### Fix - svelte-query: handle shrinking createRawRef array by multiple entries (#10892) (#10341) (cafd540c0) - svelte-query: activate createQueries initialized with an empty array (#11127) (320ed25ca) by @renechoi - svelte-query: shrink useMutationState results (#11153) (250050d86) by @alex-js-ltd ## Packages - @tanstack/svelte-query@6.1.42 - @tanstack/svelte-query-devtools@6.1.42 - @tanstack/svelte-query-persist-client@6.1.42 - @tanstack/vue-query-devtools@6.1.42