Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/tame-moles-hunt.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# rtk-query-devtools

## 0.5.0

### Minor Changes

- 5d70fce: Add an "All APIs" option to every tab's api selector. It's the default when more than one api is registered, merging queries, mutations, tags, and timeline events from every api into one list with a slice-name pill on the right of each row, just before its subscriber count. "Reset API" becomes "Reset All APIs" and resets every registered api when this option is active. The queries tab's API config strip also collapses into a single top-level disclosure in this mode, with each api nested inside as its own independently-expandable row, instead of stacking one strip per api. Single-api apps are unaffected — the selector still only appears once there's more than one api to choose between.

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rtk-query-devtools",
"version": "0.4.0",
"version": "0.5.0",
"description": "A TanStack DevTools plugin for inspecting RTK Query cache entries, mutations, tags, and requests in real time",
"keywords": [
"caching",
Expand Down