Skip to content

Releases: livresaber/darkmode-vue

0.4.0

11 May 18:56
Compare
Choose a tag to compare

Update deps project for latest version

0.3.0

29 Apr 20:36
Compare
Choose a tag to compare

Refactory setMode
Remove class for lightmode and stay only darkmode in body document
Export with useDarkModeVue two instance, first this method for toggleMode and last the variable with value of mode
Update props for custom with labelDark, labelLight.
Implementation template with slots for modification of icon and button text

0.2.6

28 Apr 00:39
Compare
Choose a tag to compare

Update colors for red
Gtag add in index document of project

0.2.5

Version 0.2.0

26 Apr 01:11
Compare
Choose a tag to compare

Description of component

If DarkModeVue usage in a page, a class in body document is update with class darkmode or lightmode.
In LocalStorage is created a key store with value current mode.
Do you usage children body.darkmode or body.lightmode styles for your application.
I recommend create a variables colors in css and update this with toggle class of body document.
Publish package in https://www.npmjs.com/package/darkmode-vue

Version 0.1.2

27 Oct 23:21
Compare
Choose a tag to compare
  • Add firebase hosting
  • Add CI/CD with Github actions
  • Adjustment styles
  • Test unit for localStorage DarkMode

Version 0.1.0

27 Oct 20:35
Compare
Choose a tag to compare
  • Changed darkmode and lightmode in body document
  • Persistence with localStorage state mode
  • Test unit render App and component DarkMode