Skip to content

Releases: variableland/theme-toggle

Release list

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 15:57
fe5cdec

Major Changes

  • #2 dd42ff8 Thanks @rqbazan! - Initial stable release. Ships the useColorMode React hook and an inline pre-paint script for light / dark / system color modes. The system mode resolves against the OS prefers-color-scheme and tracks it live, the choice is persisted to localStorage, a dark class is toggled on <html>, and a CustomEvent is dispatched on every change.