All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Set theme in
document.body
ordocument.documentElement
by default
1.0.0 - 2021-03-07
Breaking Changes
theme
type changed to"dark" | "light"
Features
- validate the
theme
value at runtime (must be either "dark" or "light") - add event listener to automatically update the theme
0.3.0 - 2020-12-22
- use
SvelteComponentTyped
interface in TypeScript definitions
0.2.0 - 2020-11-17
- add TypeScript definitions
0.1.1 - 2020-09-17
Fixes
- Fix bug where initial theme switch is not persisted in
window.localStorage
0.1.0 - 2020-04-21
- Initial release