Releases: graphql/graphiql
Releases · graphql/graphiql
cm6-graphql@0.0.15
Patch Changes
-
#3521
aa6dbbb4Thanks @acao! - Fixes several issues with Type System (SDL) completion across the ecosystem:- restores completion for object and input type fields when the document context is not detectable or parseable
- correct top-level completions for either of the unknown, type system or executable definitions. this leads to mixed top level completions when the document is unparseable, but now you are not seemingly restricted to only executable top level definitions
.graphqlsad-hoc standard functionality remains, but is not required, as it is not part of the official spec, and the spec also allows mixed mode documents in theory, and this concept is required when the type is unknown
-
Updated dependencies [
aa6dbbb4]:- graphql-language-service@5.2.1
@graphiql/react@0.22.2
Patch Changes
-
#3602
03ab3a6bThanks @thomasheyenbrock! - Avoid using deprecated Component.defaultProps for icon titles -
Updated dependencies [
aa6dbbb4]:- graphql-language-service@5.2.1
- codemirror-graphql@2.0.12
@graphiql/plugin-explorer@3.0.2
Patch Changes
- Updated dependencies [
03ab3a6b]:- @graphiql/react@0.22.2
@graphiql/plugin-code-exporter@3.0.2
Patch Changes
- Updated dependencies [
03ab3a6b]:- @graphiql/react@0.22.2
graphiql@3.2.2
Patch Changes
- Updated dependencies [
224b43f5]:- @graphiql/react@0.22.1
@graphiql/react@0.22.1
Patch Changes
- #3597
224b43f5Thanks @thomasheyenbrock! - Fix TypeScript type of thelabelprop of theTooltipcomponent
@graphiql/plugin-explorer@3.0.1
Patch Changes
- Updated dependencies [
224b43f5]:- @graphiql/react@0.22.1
@graphiql/plugin-code-exporter@3.0.1
Patch Changes
- Updated dependencies [
224b43f5]:- @graphiql/react@0.22.1
graphiql@3.2.1
Patch Changes
- Updated dependencies [
d48f4ef5]:- @graphiql/react@0.22.0
@graphiql/react@0.22.0
Minor Changes
- #3580
d48f4ef5Thanks @thomasheyenbrock! - Implement correct merging of incremental responses (@defer/@stream)