Skip to content

Releases: graphql/graphiql

@graphiql/react@1.0.0-alpha.1

13 Aug 21:33
15fff26
Compare
Choose a tag to compare
Pre-release

Minor Changes

graphiql@4.0.0-alpha.0

11 Aug 18:05
1a6d63d
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #3706 343dd59 Thanks @dimaMachina! - remove default export

    Migration

    Before

    import GraphiQL from 'graphiql';

    After

    import { GraphiQL } from 'graphiql';
  • #3687 09e7004 Thanks @dimaMachina! - remove disableTabs option

  • #3688 0fdd9b9 Thanks @dimaMachina! - remove data-testid="graphiql-container"

  • #3679 5d90e0e Thanks @dimaMachina! - migrate from webpack to vite

    changed exports

    -graphiql/graphiql.css
    +graphiql/style.css

    changed cdn paths, dist/index.umd.js and dist/style.css are minified

    -https://unpkg.com/graphiql/graphiql.js
    -https://unpkg.com/graphiql/graphiql.min.js
    +https://unpkg.com/graphiql/dist/index.umd.js
    -https://unpkg.com/graphiql/graphiql.css
    -https://unpkg.com/graphiql/graphiql.min.css
    +https://unpkg.com/graphiql/dist/style.css
  • #3644 3c1a345 Thanks @dimaMachina! - - new looks of tabs

    • fix disableTabs when Add tab button is still shown

Patch Changes

@graphiql/react@1.0.0-alpha.0

11 Aug 18:05
1a6d63d
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #3709 9baf1f0 Thanks @dimaMachina! - style.css import was changed

    Migration

    -import '@graphiql/react/dist/style.css';
    +import '@graphiql/react/style.css';

Minor Changes

Patch Changes

  • #3705 8ff87d7 Thanks @dimaMachina! - use vite build --watch instead of vite for dev script because we don't need development server for them

    do not use vite-plugin-dts when generating umd build

  • #3692 82bc961 Thanks @dimaMachina! - - prefer location over window.location

    • prefer navigator over window.navigator

@graphiql/plugin-explorer@4.0.0-alpha.0

11 Aug 18:05
1a6d63d
Compare
Choose a tag to compare
Pre-release

Major Changes

  • #3709 9baf1f0 Thanks @dimaMachina! - style.css import was changed

    Migration

    -import '@graphiql/plugin-explorer/dist/style.css';
    +import '@graphiql/plugin-explorer/style.css';

Minor Changes

Patch Changes

@graphiql/plugin-code-exporter@4.0.0-alpha.0

11 Aug 18:04
1a6d63d
Compare
Choose a tag to compare

Major Changes

  • #3709 9baf1f0 Thanks @dimaMachina! - style.css import was changed

    Migration

    -import '@graphiql/plugin-code-exporter/dist/style.css';
    +import '@graphiql/plugin-code-exporter/style.css';

Minor Changes

Patch Changes

graphql-language-service-server@2.13.3

09 Aug 10:47
1c1d2b5
Compare
Choose a tag to compare

Patch Changes

graphiql@3.4.1

08 Aug 15:01
8411e6c
Compare
Choose a tag to compare

Patch Changes

  • #3675 676f910 Thanks @dimaMachina! - move @graphiql/toolkit to devDependecies because umd build is bundled with all dependencies in one file

  • #3655 5450e6b Thanks @dimaMachina! - remove unused dependencies graphql-language-service and markdown-it

  • Updated dependencies [6a0a5e5]:

    • @graphiql/react@0.23.1

@graphiql/react@0.23.1

08 Aug 15:01
8411e6c
Compare
Choose a tag to compare

Patch Changes

  • #3552 6a0a5e5 Thanks @klippx! - do not clear defaultHeaders when switching between tabs upon reload

monaco-graphql@1.5.3

01 Aug 11:50
e01b6e0
Compare
Choose a tag to compare

Patch Changes

graphql-language-service@5.2.2

01 Aug 11:49
e01b6e0
Compare
Choose a tag to compare

Patch Changes