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.3.4

23 Dec 23:12
99de7fa
Compare
Choose a tag to compare

Patch Changes

  • cf31398: Fixes an issue with Monaco editors disposing prematurely when PathfinderProps change.

@pathfinder-ide/react@0.3.3

15 Dec 13:54
15f88a5
Compare
Choose a tag to compare

Patch Changes

  • 22cea1b: Reset state when Pathfinder unmounts.

@pathfinder-ide/react@0.3.2

13 Dec 21:10
5f08958
Compare
Choose a tag to compare

Patch Changes

  • 1611586: Proper handling of "system" theme type.

@pathfinder-ide/react@0.3.1

20 Nov 21:47
6ba0229
Compare
Choose a tag to compare

Patch Changes

  • 44758d5: Updates Pathfinder mode options, but keeps the default mode as the complete view with schema documentation and SDL view.

@pathfinder-ide/react@0.3.0

08 Nov 16:32
8cfa213
Compare
Choose a tag to compare

Minor Changes

  • fa14fb9: Updates the themeOptions prop to include a defaultTheme ("light" | "dark" | "system"). If the defaultTheme is either "light" or "dark", Pathfinder will respect the choice. If the prop is not passed, or passed as "system", Pathfinder will listen for changes to prefers-color-scheme and respond accordingly.

Pathfinder 0.1.5 Beta

17 Oct 21:04
6fbf786
Compare
Choose a tag to compare
Merge pull request #168 from grafbase/release-0.1.5-desktop-app

desktop app 0.1.5 release

@pathfinder-ide/react@0.2.6

17 Oct 20:15
5c9ec44
Compare
Choose a tag to compare

Patch Changes

  • e093430: Configures the Resizer component to respect passed-in pane2 minimum size on window.resize.
  • 01dbed7: Visual improvements to the Editor component.
  • 988b1c1: Refactors the Resizer component for performance reasons.
  • ef67fe2: Improves readability in the schema documentation by adjusting color and spacing.

Pathfinder 0.1.4 Beta

13 Oct 22:43
18180cc
Compare
Choose a tag to compare
Merge pull request #154 from grafbase/changeset-release/main

Version Packages

@pathfinder-ide/react@0.2.5

13 Oct 22:30
18180cc
Compare
Choose a tag to compare

Patch Changes

  • ebe7828: Increases default font size for monaco editors

@pathfinder-ide/react@0.2.4

13 Oct 21:42
61f9b04
Compare
Choose a tag to compare

Patch Changes

  • 3bb7dce: - Increases the font size app-wide
    • Reverts the monaco editor theme and compass styles for fields/arguments to white
    • Updates nav buttons with aria-label and button title
    • Sets default editor tab name to "Untitled"