Changelog

November 30, 2020 ยท View on GitHub

2.0.0

Compare v1.1.2...v2.0.0

Migration for v1

  • rename defaultTheme to overrideTheme and clarify it overrules and ignores prefers-color-scheme
  • add prefersTheme to specify the theme when the browser does not support prefers-color-scheme
  • remove css-prefers-color-scheme from package.json

1.1.2

  • fix typo

1.1.1

  • adjust color matching
  • fix the code-group and code-block styles on vuepress 1.6.0

1.1.0

  • remove css-prefers-color-scheme
  • refactor defaultTheme
defaultTheme: null -> <html>
defaultTheme: 'light' -> <html theme="light">
defaultTheme: 'dark' -> <html theme="dark">

1.0.9

  • fix styles

1.0.8

  • add variables

1.0.7

  • uniform code style
  • fix typo

1.0.6

  • fix styles on pwa

1.0.5

1.0.4

  • fix navigation border color for dark theme

1.0.3

1.0.2

  • fix styles

1.0.1

  • Add defaultTheme to control default theme color