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

04 Nov 19:01
e6ac1c7
Compare
Choose a tag to compare

Patch Changes

  • ca0042d: Fix compatibility issue with graphql-sse
  • 95870e1: Rollback SchemaDocumentation UI changes

@pathfinder-ide/[email protected]

28 Oct 22:10
aa4ca58
Compare
Choose a tag to compare

Patch Changes

  • cc382f0: SchemaDocs/DetailsPane visual updates (background color removed, borders added)

@pathfinder-ide/[email protected]

28 Oct 21:39
c2e6459
Compare
Choose a tag to compare

Patch Changes

  • d23fcaa: Updated UI to assist with navigating through large schemas.

@pathfinder-ide/[email protected]

06 Sep 18:59
40fe82b
Compare
Choose a tag to compare

Patch Changes

  • cc84020: Fixes lite mode issues with previous release.

@pathfinder-ide/[email protected]

06 Sep 18:11
754af87
Compare
Choose a tag to compare

Patch Changes

  • 33c7e3a: Removes worker loading from "lite" mode. Please ensure that your consuming applications are properly implementing and loading the following Monaco workers: editor, json, monaco-graphql.

@pathfinder-ide/[email protected]

02 Sep 17:18
ff70a29
Compare
Choose a tag to compare

Minor Changes

  • f362af9: Add a 'lite' variant to pathfinder-ide/react that doesn't include monaco-editor by default and allow the user to supply the monaco instance from his project

@pathfinder-ide/[email protected]

01 Aug 00:25
6e7d54e
Compare
Choose a tag to compare

Patch Changes

  • fb5ecdf: Adds a prop (tertiaryPaneFieldSlotComponent) to the SchemaDocumentation component that accepts a ReactNode to be displayed in the TertiaryPane component when a field pane is active

@pathfinder-ide/[email protected]

01 Aug 13:00
334baac
Compare
Choose a tag to compare

Patch Changes

  • 1c470b6: Add parent ObjectType info to tertiary panes of type GraphQLField

@pathfinder-ide/[email protected]

31 Jul 20:47
f745a14
Compare
Choose a tag to compare

Patch Changes

  • 4a0383d: Fix: fully remove automated tertiaryPaneStack clearing in favor of manual clearing

@pathfinder-ide/[email protected]

31 Jul 20:16
f27eb86
Compare
Choose a tag to compare

Patch Changes

  • 9dd3489: Fix tertiary nav stack clearing in SchemaDocs components