apollo-client-devtools
Advanced tools
Changelog
4.2.3
#1128 576efe6
Thanks @alessbell! - Adds settings modal that displays the current devtools version with a link to the GitHub release page
#1097 0c3e8ec
Thanks @alessbell! - Remove unused files broadcastQueries.js
and link.js
.
Changelog
4.2.2
4de261c
Thanks @jerelmiller! - Introduce Tailwind and begin migrating existing CSS.Changelog
4.2.1
873cf88
Thanks @alessbell! - Fixes #817: icon for Apollo Client Devtools is missing in Firefox.Changelog
4.2.0
8ff6f05
Thanks @alessbell! - Removes apollo-link-state
support, which was deprecated in 2019.#1072 0d16b8e
Thanks @jerelmiller! - Upgrade @emotion/react
to v11.11.1 to get access to updated TypeScript types
#1073 bc0cd51
Thanks @jerelmiller! - Upgrade to TypeScript v5
#1056 ddaec3d
Thanks @jerelmiller! - Improve searching the cache by filtering the list of cache ids that match the search term and highlight the matched substring. This change removes the matching against the cache values as that was difficult to determine why a match occurred.
#1085 61540a8
Thanks @alessbell! - Fix scrolling bug introduced when making sidebar expandable.
Changelog
4.1.6
#947 41c5fa2
Thanks @MrDoomBringer! - Makes the sidebar resizable.
#1054 ecb25f8
Thanks @jerelmiller! - Update color theme of areas that display JSON data such as variables and cache data to match the theme used to display GraphQL queries.