github graphql/graphiql monaco-graphql@1.4.0

12 months ago

Minor Changes

Patch Changes

  • #3384 31ded5e0 Thanks @acao! - import only editor.api & basic features, add monaco-graphql/lite

    • switch from exporting edcore.js to editor.api.js as recommended, and minimal features to get the editor working
      • edcore imports editor.all which contains many monaco-editor features we don't use
    • dynamic import of json language mode only if the user supplies configuration for json validation
    • update monaco examples to show minimal typescript implementation alongside graphql
    • add new simplified exports with backwards compatibility:
      • monaco-graphql/initializeMode
      • monaco-graphql/graphql.worker
      • monaco-graphql/monaco-editor
    • introduce monaco-graphql/lite for users who want the most minimum version possible, and to only import the features they need
  • Updated dependencies [7b00774a, 7b00774a]:

    • graphql-language-service@5.2.0

Don't miss a new graphiql release

NewReleases is sending notifications on new releases.