Skip to content

v0.2.7

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Jul 18:27

0.2.7 (2025-07-02)

⚠ BREAKING CHANGES

  • update get/set methods
  • Update theme get/set methods

Features

  • add listener for browser color scheme preference changes (494a84a)
  • add theme preference attribute (f628b03), closes #41
  • implement theme component (251c76b)
  • minify snippet (0a9ab05)

Bug Fixes

  • build: run build before publishing (6dcba83)
  • deps: release to update dependencies (cc30d3b)
  • dispatch events on document, not window (c721d72)
  • rewrite theme after view transition (d04ee26), closes #23
  • themes.astro: change script to not be a module (67702f2)

Documentation

  • remove duplicate changelog entry (d9cbae0)

Code Refactoring

  • update API to only expose one object on window (dd1e8fd)
  • use web builtins to get and set theme (db399fe)