Skip to content

Releases: kaandesu/vue-daisyui-theme-manager

v0.0.29

29 Apr 10:45
Compare
Choose a tag to compare

vue-daisyui-theme-manager

0.0.29

Patch Changes

  • fixed live-demo

v0.0.28

29 Apr 09:33
Compare
Choose a tag to compare

vue-daisyui-theme-manager

0.0.28

Patch Changes

  • Updated useThemeManager().set function params from theme: DaisyThemes to options: {theme: DaisyThemes} to fix #3
  • Updated readme accordingly.

v0.0.22

28 Apr 18:52
Compare
Choose a tag to compare

vue-daisyui-theme-manager

0.0.22

Patch Changes

  • After npm installing the package, it creates a theme-manager.config.ts file to set up the available themes. That would also dynamically update the type definition for type DaisyThemes.
  • Documentation update.