Changelog
November 30, 2020 ยท View on GitHub
2.0.0
Compare
v1.1.2...v2.0.0
- rename
defaultThemetooverrideThemeand clarify it overrules and ignores prefers-color-scheme - add
prefersThemeto specify the theme when the browser does not support prefers-color-scheme - remove
css-prefers-color-schemefrompackage.json
1.1.2
- fix typo
1.1.1
- adjust color matching
- fix the
code-groupandcode-blockstyles 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
- fix styles on
vuepress1.3.0
1.0.4
- fix navigation border color for dark theme
1.0.3
- fix styles on
vuepress1.2.0
1.0.2
- fix styles
1.0.1
- Add
defaultThemeto control default theme color