# @tanstack/query-devtools ## 5.100.15 ### Patch Changes - [#10772](https://github.com/TanStack/query/pull/10772) [`3042860`](https://github.com/TanStack/query/commit/3042860e3c8731c94ca4dec0e277e415d0484fce) - Avoid crashing devtools query rows when a cached query state is temporarily unavailable. - [#10750](https://github.com/TanStack/query/pull/10750) [`e631dc3`](https://github.com/TanStack/query/commit/e631dc3fa17bff71f413246b7a770a730016d346) - Resolve devtools query rows from their stable query hash so mutated object query keys do not break row rendering. ## 5.100.14 ## 5.100.13 ## 5.100.12 ## 5.100.11 ## 5.100.10 ### Patch Changes - fix(query-devtools): remove experimentalDts to prevent solid-js type leak ([#10694](https://github.com/TanStack/query/pull/10694)) ## 5.100.9 ### Patch Changes - Update the devtools panel `setOnClose` callback type to return `void`. ([#10607](https://github.com/TanStack/query/pull/10607)) ## 5.100.8 ## 5.100.7 ## 5.100.6 ## 5.100.5 ## 5.100.4 ### Patch Changes - fix(devtools): change onClose callback type from () => unknown to () => void ([#10118](https://github.com/TanStack/query/pull/10118)) ## 5.100.3 ## 5.100.2 ## 5.100.1 ## 5.100.0 ## 5.99.2 ## 5.99.1 ## 5.99.0 ## 5.98.0 ## 5.97.0 ## 5.96.2 ## 5.96.1 ## 5.96.0 ## 5.95.2 ## 5.95.1 ## 5.95.0 ## 5.94.5 ### Patch Changes - fix(\*): resolve issue about excluded build directory ([#10312](https://github.com/TanStack/query/pull/10312)) ## 5.94.4 ### Patch Changes - chore: fixed version ([#10064](https://github.com/TanStack/query/pull/10064)) ## 5.93.0 ### Minor Changes - Set data to undefined on Trigger Error ([#10072](https://github.com/TanStack/query/pull/10072)) ## 5.92.0 ### Minor Changes - improve a11y around screenreader + resizing ([#9961](https://github.com/TanStack/query/pull/9961)) ### Patch Changes - fix(devtools): handle PiP open failures by resetting persisted state ([#9983](https://github.com/TanStack/query/pull/9983)) ## 5.91.1 ### Patch Changes - improves accessibility of devtools ([#9806](https://github.com/TanStack/query/pull/9806)) ## 5.91.0 ### Minor Changes - feat(devtools): allow passing a theme via prop ([#9887](https://github.com/TanStack/query/pull/9887))