- Added default styles for inputs and select boxes
- Fixed a bug where
match-sorter
was not a dependency
- Added the ability to filter the query list
- Updated the global package namespace from
ReactQuery
toReactQueryDevtools
- Fixed an issue where arrow functions were present in the production placeholder build
- Added the ability to add props to all three internal dev tools components
- Fixed an issue where z-index was not initially set to something very high
- Better overflow styles
- No more useLayoutEffect warnings in non-window environments like Next.js
- Prevent queries header from scrolling
- No text shadow on stale indicators
- Fix instance count styles
- Default sort by status
- Add instance count next to query
- Sort by status is now fixed for fresh queries
- Buttons now use a pointer cursor style
- Removes Codemirror Editing until a non-css-file based solution can be found
- Fixes an issue where localStorage could not be accessed and would crash
- Removes some stray logging
- Fix: Devtools will import noop components during production by default. Updated Readme with information on how to use in production as well.
- Styles: Toggle button has less of a text-shadow now
Initial Release!