Skip to content

Releases: graphql/graphiql

@graphiql/[email protected]

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

Minor Changes

[email protected]

11 Aug 18:05
1a6d63d
Compare
Choose a tag to compare
[email protected] Pre-release
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/[email protected]

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/[email protected]

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/[email protected]

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

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

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes

@graphiql/[email protected]

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

[email protected]

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

Patch Changes

[email protected]

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

Patch Changes