Skip to content

Releases: vue-a11y/vue-dark-mode

v1.0.0

10 Jun 22:44
Compare
Choose a tag to compare

How to Upgrade

npm i -S @vue-a11y/[email protected]
# OR 
yarn add @vue-a11y/[email protected]

Features

  • change-mode event when chosen a new color mode;
  • Adds SSR support;
  • Allow to import the component individually;
  • Support to custom storage;
  • Toggle favicon by prefer-color-scheme;

Bug Fixes

  • If system set colorMode preference in storage to use in SSR;
  • Set type in package.json;
  • docs: Path to how to CDN;
  • styles: Add webkit and moz prefix to appearance button;

Committers: 1