This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
@pathfinder-ide/react@0.3.0
·
563 commits
to main
since this release
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.