This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
Releases: grafbase/pathfinder
Releases · grafbase/pathfinder
@pathfinder-ide/[email protected]
@pathfinder-ide/[email protected]
Patch Changes
- cc382f0: SchemaDocs/DetailsPane visual updates (background color removed, borders added)
@pathfinder-ide/[email protected]
Patch Changes
- d23fcaa: Updated UI to assist with navigating through large schemas.
@pathfinder-ide/[email protected]
Patch Changes
- cc84020: Fixes lite mode issues with previous release.
@pathfinder-ide/[email protected]
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]
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]
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]
Patch Changes
- 1c470b6: Add parent ObjectType info to tertiary panes of type GraphQLField
@pathfinder-ide/[email protected]
Patch Changes
- 4a0383d: Fix: fully remove automated tertiaryPaneStack clearing in favor of manual clearing
@pathfinder-ide/[email protected]
Patch Changes
- 9dd3489: Fix tertiary nav stack clearing in SchemaDocs components