Skip to content

Releases: nuxt-modules/color-mode

v3.1.8

07 Oct 11:44
Compare
Choose a tag to compare

Full Changelog: v3.1.7...v3.1.8

v3.1.6

22 Sep 13:10
Compare
Choose a tag to compare

What's Changed

  • fix: inject color-mode script with nitro plugin (handles mixed spa/ssr) by @danielroe in #164

Full Changelog: v3.1.5...v3.1.6

v3.1.5

09 Sep 08:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.4...v3.1.5

v3.1.4

09 Jun 07:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.3...v3.1.4

v3.1.3

31 May 16:21
Compare
Choose a tag to compare

Bug Fixes

  • handle data attribute in script as well (30b173e)

v3.1.2

31 May 15:39
2da98d8
Compare
Choose a tag to compare

Bug Fixes

  • add missing imports in client-plugin (c0ce7b2)

Full Changelog: v3.1.1...v3.1.2

v3.1.1

31 May 15:07
332f42a
Compare
Choose a tag to compare

Full Changelog: v3.1.0...v3.1.1

v3.1.0

31 May 15:07
c982c88
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.3...v3.1.0

v3.0.2

10 May 08:31
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update actions/cache action to v3 by @renovate in #133
  • chore(deps): update actions/setup-node action to v3 by @renovate in #129
  • chore(deps): update codecov/codecov-action action to v3 by @renovate in #136
  • chore(deps): update devdependency @nuxtjs/eslint-config-typescript to v9 by @renovate in #131
  • chore: refresh lockfile by @danielroe in #137
  • fix: rename useMeta to useHead by @Intevel in #135
  • fix(plugin): prevent infinite loop on watch by @benjamincanac in #145

New Contributors

Full Changelog: v3.0.2...v3.0.3

v3.0.1

21 Feb 12:47
Compare
Choose a tag to compare

Bug Fixes

  • move script to head and set forced color mode on <html> element (#128) (273f07e)