Releases: apollographql/apollo-client-devtools
v4.3.0
v4.2.3
Patch Changes
-
#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 filesbroadcastQueries.js
andlink.js
.
v4.2.2
Patch Changes
- #1057
4de261c
Thanks @jerelmiller! - Introduce Tailwind and begin migrating existing CSS.
v4.2.1
Patch Changes
- #1091
873cf88
Thanks @alessbell! - Fixes #817: icon for Apollo Client Devtools is missing in Firefox.
v4.2.0
Minor Changes
- #1070
8ff6f05
Thanks @alessbell! - Removesapollo-link-state
support, which was deprecated in 2019.
Patch Changes
-
#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.
v4.1.6
Patch Changes
-
#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.
v4.1.5
4.1.4
What's Changed
- Fix NPM Install issue by @MrDoomBringer in #930
- fix: do not break Import Maps by @hronro in #734
- Fix CI tests failing by @MrDoomBringer in #938
- updates readme by @jpvajda in #934
- fix: cache data empty in queries tab by @mohit23x in #919
- Get the development app to run by @jerelmiller in #959
- Remove duplicate and outdated maintainers block in README by @jerelmiller in #962
- Add ability to link to another cache record when its a ref by @jerelmiller in #960
- Upgrade web ext and use ES Module for eslint config by @jerelmiller in #961
New Contributors
- @hronro made their first contribution in #734
- @jpvajda made their first contribution in #934
- @mohit23x made their first contribution in #919
- @jerelmiller made their first contribution in #959
Full Changelog: v4.1.3...v4.1.4
v4.1.3
4.1.2
Please note This release encompasses all the releases since 4.0 as we didn't update the repository with an official release since then.
What's Changed
- NEBULA-613 "copy" button for variables should give valid JSON by @SilverMaiden in #794
- fix content background color by @mjesun in #792
- Authenticate a registered graph from explorer by @mayakoneval in #877
- 🐛 Firefox: set wider cross origin opener policy to enable auth popup from devtools by @mayakoneval in #884
- ✨ remove unnecessary COOP policy - tested with prod endpoints and we don't need it by @mayakoneval in #885
- add pop up callout to modal by @mayakoneval in #886
- 🐛 Improve reliability of devtools initializing by @Jephuff in #889
- 4.1.1 by @mayakoneval in #894
- Mitigate duplicate active queries appearing in the Queries sidebar by @MrDoomBringer in #921
- pre release increment numbers by @mayakoneval in #922
Dependency Updates
a significant amount of dependencies where updated but we removed them from the release notes for brevity.
New Contributors
- @SilverMaiden made their first contribution in #794
- @mjesun made their first contribution in #792
- @Jephuff made their first contribution in #889
- @MrDoomBringer made their first contribution in #921
Full Changelog: v4.0.0...v4.1.2