# @tanstack/preact-query ## 5.94.3 ### Patch Changes - fix: stop node types from leaking into browser ([#10302](https://github.com/TanStack/query/pull/10302)) ## 5.94.2 ### Patch Changes - fix(streamedQuery): maintain error state on reset refetch with initialData defined ([#10287](https://github.com/TanStack/query/pull/10287)) - Updated dependencies [[`248975e`](https://github.com/TanStack/query/commit/248975e896f585f6eaa505c796e73fcf7bfd1eec)]: - @tanstack/query-core@5.91.2 ## 5.94.1 ### Patch Changes - fix(core): cancel paused initial fetch when last observer unsubscribes ([#10291](https://github.com/TanStack/query/pull/10291)) - Updated dependencies [[`a89aab9`](https://github.com/TanStack/query/commit/a89aab975581c25c113a26c8af486b4cafad272a)]: - @tanstack/query-core@5.91.1 ## 5.94.0 ### Minor Changes - feat: environmentManager ([#10199](https://github.com/TanStack/query/pull/10199)) ### Patch Changes - Updated dependencies [[`6fa901b`](https://github.com/TanStack/query/commit/6fa901b97a22a80d0fca3f6ed86237ff0cbdd13b)]: - @tanstack/query-core@5.91.0 ## 5.93.0 ### Minor Changes - feat: Add preact persist plugin ([#10120](https://github.com/TanStack/query/pull/10120)) ## 5.92.0 ### Minor Changes - feat: Add preact query devtools ([#10119](https://github.com/TanStack/query/pull/10119)) ## 5.91.1 ### Patch Changes - refactor(preact-query/useQueries): remove unreachable 'willFetch' branch in suspense promise collection ([#10188](https://github.com/TanStack/query/pull/10188)) ## 5.91.0 ### Minor Changes - feat: Preact Adapter ([#9935](https://github.com/TanStack/query/pull/9935))