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/react@0.3.4
Patch Changes
- cf31398: Fixes an issue with Monaco editors disposing prematurely when PathfinderProps change.
@pathfinder-ide/react@0.3.3
Patch Changes
- 22cea1b: Reset state when Pathfinder unmounts.
@pathfinder-ide/react@0.3.2
Patch Changes
- 1611586: Proper handling of "system" theme type.
@pathfinder-ide/react@0.3.1
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
Minor Changes
- fa14fb9: Updates the
themeOptions
prop to include adefaultTheme
("light" | "dark" | "system"). If thedefaultTheme
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 toprefers-color-scheme
and respond accordingly.
Pathfinder 0.1.5 Beta
Merge pull request #168 from grafbase/release-0.1.5-desktop-app desktop app 0.1.5 release
@pathfinder-ide/react@0.2.6
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
Merge pull request #154 from grafbase/changeset-release/main Version Packages
@pathfinder-ide/react@0.2.5
Patch Changes
- ebe7828: Increases default font size for monaco editors
@pathfinder-ide/react@0.2.4
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"