Skip to content

Releases: graphql/graphiql

v0.12.0

17 Sep 06:26
Compare
Choose a tag to compare
  • Changed Licensing to MIT.
  • Upgraded GraphQL to v0.13.2.
  • Various other fixes since we haven't cut a new branch in a bit.

v0.11.11

28 Dec 20:56
Compare
Choose a tag to compare
  • New:
    • switch to markdown-it (#581)
  • Fixes:
    • fix MenuItem example in README (#635)
    • The field description should be rendered as markdown (#634)
    • Remove border radius for document toggle button (#630)
    • Change to yarn to reflect travis test (#632)
    • check the length of npm_config_argv in prepublish (a4d9732)
    • Add CDNJS & npm version badges in README.md (#643)
    • Add GraphQL 0.12.x to the peer dependencies. (#642)
    • a less aggressive hint suggestion for variables editor (8e5c7e2)

v0.11.10

28 Oct 00:03
Compare
Choose a tag to compare

Fixes

  • Fix for "false" being used as a class name in the ExecuteButton (#625).

v0.11.9

26 Oct 01:28
Compare
Choose a tag to compare

Changes

  • Allow React v16 as a peer-dependency (#607).

v0.11.8

25 Oct 23:16
Compare
Choose a tag to compare

Fixes

  • Ship second half of fix for clipped drop-down menus in toolbars (first part shipped in v0.11.7).

v0.11.7

25 Oct 22:52
Compare
Choose a tag to compare

Fixes

  • Prevent toolbar menu drop-downs from being clipped (4e1510b).

v0.11.6

23 Oct 15:25
Compare
Choose a tag to compare

Fixes

  • Fix React console warnings about readOnly prop type (#601).

Enhancements

  • Default values for input object types are now displayed in Doc Explorer (#593).

v0.11.5

21 Sep 21:23
Compare
Choose a tag to compare
  • New/Improved
    • export core components of GraphiQL (#580)
    • Add a keyboard shortcut to prettify the query (#385)
    • add readOnly prop to allow readonly editor components (3718777 and 9e67374)
  • Fixed
    • Allow to specify result tooltip as prop (#570)
    • let the toolbar elements to be overflowable (#579)
    • Fix Documentation Description Wrapping (3e7f2ac)
    • add peerDep to graphql 0.11.x (#589)

v0.11.4

21 Sep 21:13
Compare
Choose a tag to compare
0.11.4

v0.11.3

21 Aug 16:50
Compare
Choose a tag to compare

Fixed

  • Fix CSS incompatibility with CodeMirror theme (#547).

Changed

  • Updated dependencies.
  • Relaxed peer dependencies that were made unnecessarily restrictive (#532).