Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Releases: grafbase/pathfinder

@pathfinder-ide/react@0.7.6

31 Jul 19:48
dabe3fa
Compare
Choose a tag to compare

Patch Changes

  • ae28b0f: Refactors SchemaDocumentation to no longer require a context provider

@pathfinder-ide/react@0.7.5

26 Jun 14:32
8595082
Compare
Choose a tag to compare

Patch Changes

  • 5b048a9: fix: dont crash on spreads in operation root
  • 89ce794: HistoryListItem: add formatBytes function and improve space available for readout.

@pathfinder-ide/react@0.7.4

14 Mar 19:48
c7df23d
Compare
Choose a tag to compare

Patch Changes

  • e6da8b9: Change SchemaView component to accept schema as a string

@pathfinder-ide/react@0.7.3

12 Mar 21:21
e6b7a50
Compare
Choose a tag to compare

Patch Changes

  • f6f82cc: Removes border styling from core SchemaView component

@pathfinder-ide/react@0.7.2

06 Mar 00:40
c9da482
Compare
Choose a tag to compare

Patch Changes

  • 1013845: Visual operation builder viz updates for deprecation notices and inline fragments.

@pathfinder-ide/react@0.7.1

26 Feb 17:50
bb879cd
Compare
Choose a tag to compare

Patch Changes

  • bb36561: Remove zIndex from active tab indicator. The zIndex doesn't effect its visibility in the Pathfinder UI and this element tends to show in front of UI that is overlayed on top of Pathfinder when integrated in other applications.

@pathfinder-ide/react@0.7.0

15 Feb 03:45
78f956e
Compare
Choose a tag to compare

Minor Changes

  • 5bb9d39: Unlock fragments by passing entire active document through each request rather than just the active operation.

@pathfinder-ide/react@0.6.0

07 Feb 19:59
562d551
Compare
Choose a tag to compare

Minor Changes

  • dba122c: Add subscription support via SSE exclusively.

@pathfinder-ide/react@0.5.0

29 Jan 17:54
8295e13
Compare
Choose a tag to compare

Minor Changes

  • 89129be: Make the graphql dependency a peer dependency

Patch Changes

  • 48a3057: Add latest response latency to Response pane header

@pathfinder-ide/react@0.4.0

28 Jan 23:35
c2632fc
Compare
Choose a tag to compare

Minor Changes

  • 96db268: Allows Pathfinder to accept a GraphQLSchema as a prop to prevent introspection.
  • 64413c5: Add Pathfinder prop to allow watching of certain headers and display in history pane

Patch Changes

  • 23157e9: updates SchemaView and SchemaDocumentation components with optional themeOptions props