Releases: OlegIlyenko/graphiql-workspace
Releases · OlegIlyenko/graphiql-workspace
v1.1.5
- Support passing credentials option to
appConfig.bootstrapOptions
(#39). Thanks to @jcbpl for this contribution!
v1.1.4
- Update subscription-transport-ws version (#30, #31). Thanks to @tlvenn for investigating and fixing this issue!
v1.1.3
- Fix graphql dependency issue (#28). Thanks to @tlvenn for this contribution!
v1.1.2
- Fix CORS error thrown by browsers (#27). Thanks to @kachkaev for this contribution!
v1.1.1
- Removed
graphiql-subscriptions-fetcher
dependency
graphql-js
is now a peer dependency
- Updated other dependencies
v1.1.0
- Fix 'graphiql-subscriptions-fetcher' import (#25). Kudos to @kachkaev for this contribution!
v1.0.5
- Add support for subscriptions (#22). Huge thanks to @tlvenn for this contribution!
v1.0.3
- Fix: recently introduced
removeItem
now supported by tab state storage (#15)
v1.0.2
- Fix: instrospection query is run on every keystroke in a tab (#13)