Skip to content

Releases: graphql/graphiql

@graphiql/plugin-doc-explorer@0.4.0

17 Jul 21:52
1dfc857

Choose a tag to compare

Minor Changes

Patch Changes

@graphiql/plugin-code-exporter@5.1.0

17 Jul 21:51
1dfc857

Choose a tag to compare

Minor Changes

Patch Changes

graphiql@5.0.6

13 Jul 01:11
8917cad

Choose a tag to compare

Patch Changes

  • #4069 142f3f2 Thanks @dimaMachina! - reduce bundle size, import prettier dynamically to avoid bundling Prettier

    diff from vite example

    -dist/assets/index-BMgFrxsd.js             4,911.53 kB │ gzip: 1,339.77 kB
    +dist/assets/index-BlpzusGL.js             4,221.28 kB │ gzip: 1,145.58 kB
  • Updated dependencies [142f3f2]:

    • @graphiql/react@0.35.6

@graphiql/react@0.35.6

13 Jul 01:11
8917cad

Choose a tag to compare

Patch Changes

  • #4069 142f3f2 Thanks @dimaMachina! - reduce bundle size, import prettier dynamically to avoid bundling Prettier

    diff from vite example

    -dist/assets/index-BMgFrxsd.js             4,911.53 kB │ gzip: 1,339.77 kB
    +dist/assets/index-BlpzusGL.js             4,221.28 kB │ gzip: 1,145.58 kB

graphiql@5.0.5

11 Jul 09:55
e8eeac6

Choose a tag to compare

Patch Changes

graphiql@5.0.4

10 Jul 11:52
949f1f7

Choose a tag to compare

Patch Changes

@graphiql/react@0.35.5

10 Jul 11:52
949f1f7

Choose a tag to compare

Patch Changes

graphiql@5.0.3

02 Jul 21:10
7634b40

Choose a tag to compare

Patch Changes

  • #4052 9b54581 Thanks @dimaMachina! - fix multiple GraphiQL instances, suffix a unique id for operation, request headers, variables and response URI.

    E.g., the first GraphiQL instance will have:

    • 1-operation.graphql
    • 1-request-headers.json
    • 1-variables.json
    • 1-response.json

    The 2nd instance will have:

    • 2-operation.graphql
    • 2-request-headers.json
    • 2-variables.json
    • 2-response.json

    etc.

  • #4049 2c0586d Thanks @dimaMachina! - - use allowTrailingComma option in jsonc parser to make tryParseJsonObject sync

    • parse introspection headers with jsonc parser
    • use prettier format for operation editor since we already use prettier for jsonc editors
  • #4050 002f133 Thanks @dimaMachina! - fix can't access property "jsonDefaults"

  • Updated dependencies [9b54581, 2c0586d, 002f133]:

    • @graphiql/react@0.35.4

@graphiql/react@0.35.4

02 Jul 21:10
7634b40

Choose a tag to compare

Patch Changes

  • #4052 9b54581 Thanks @dimaMachina! - fix multiple GraphiQL instances, suffix a unique id for operation, request headers, variables and response URI.

    E.g., the first GraphiQL instance will have:

    • 1-operation.graphql
    • 1-request-headers.json
    • 1-variables.json
    • 1-response.json

    The 2nd instance will have:

    • 2-operation.graphql
    • 2-request-headers.json
    • 2-variables.json
    • 2-response.json

    etc.

  • #4049 2c0586d Thanks @dimaMachina! - - use allowTrailingComma option in jsonc parser to make tryParseJsonObject sync

    • parse introspection headers with jsonc parser
    • use prettier format for operation editor since we already use prettier for jsonc editors
  • #4050 002f133 Thanks @dimaMachina! - fix can't access property "jsonDefaults"

graphiql@5.0.2

01 Jul 22:47
b481a06

Choose a tag to compare

Patch Changes

  • #4046 8b56462 Thanks @dimaMachina! - Enable font ligatures in monaco-editors fix incorrect caret position on Windows

  • Updated dependencies [8b56462]:

    • @graphiql/react@0.35.3