Releases: lifeiscontent/storybook-addon-apollo-client
v4.0.11
What's Changed
- widen range for
graphql
peer dependency by @lifeiscontent in #68
Full Changelog: v4.0.10...v4.0.11
v4.0.10
What's Changed
fixed publishing scripts and added tslib as dependency
- chore: fix publishing by @lifeiscontent in #67
Full Changelog: v4.0.9...v4.0.10
switch to pnpm
v4.0.9 version bump
Fix issues with Apollo dependencies
People were reporting issues related to having issues with Apollo dependency, these changes will hopefully fix those issues.
Thanks to @boredland for putting the PR together.
Fix Query Parsing
There was a weird quirk when parsing queries via the graphql
package. So we now serialize the GraphQL Query to a string before it ends up in the panel, so it displays correctly.
4.0.3 Release
This release has breaking changes, but we hope the new features are worth it!
New ✨ Addon Panel for viewing queries and related data to them
Special thanks to @brendanrygus and @micmro for both coming up with the idea and debugging to make these new awesome features a reality.
v3.0.0
This release includes updates for Storybook 6.0 and Apollo Client 3.0
v2.0.0
This version is for Apollo Client 2.0 with Storybook 6.0
v1.0.1
This is the initial release, hope you enjoy it! 😅