Skip to content

Releases: nuxt-modules/color-mode

v3.4.1

22 May 09:26
65c90d4
Compare
Choose a tag to compare

compare changes

馃┕ Fixes

  • Add tilde to css selector for tailwind integration (#259)

馃彙 Chore

  • renovate: Update extends (#251)
  • Update to latest @nuxt/module-builder (#257)

馃 CI

  • Add codecov token (#258)

鉂わ笍 Contributors

v3.4.0

11 Apr 08:33
2e12fd5
Compare
Choose a tag to compare

compare changes

馃殌 Enhancements

  • Add disableTransition option (#192)
  • Automatic integration with @nuxtjs/tailwindcss (#237)

馃摉 Documentation

  • Use new nuxi module add command in installation (#244)

馃彙 Chore

  • Migrate to eslint v9 (#249)

馃 CI

  • Update to node 18/20 testing (6f806ef)

鉂わ笍 Contributors

v3.3.3

19 Mar 13:36
4200432
Compare
Choose a tag to compare

compare changes

馃敟 Performance

  • Use minimiser for window.localStorage (e880c93)

馃┕ Fixes

  • Remove lodash.template usage (#240)

馃摝 Build

  • Simplify minifying script (dda8469)

馃彙 Chore

  • Rename vite.config.js -> vitest.config.ts (27cbaf0)
  • Use module-builder stub mode for more accurate types (#224)
  • Test bundler module resolution (#230)
  • Update branch and repo links (327f234)
  • Fix repository entry (c54d359)

鉂わ笍 Contributors

v3.3.2

15 Nov 16:35
5651ecb
Compare
Choose a tag to compare

Full Changelog: v3.3.1...v3.3.2

v3.3.1

15 Nov 14:33
d54c677
Compare
Choose a tag to compare

What's Changed

  • Fixes issue #202 by @szwenni in #203
  • fix: avoid setting color-mode when rendering islands by @danielroe in #200
  • docs: add note for colorMode.dataValue option by @ga676005 in #198
  • chore(deps): update devdependency @typescript-eslint/parser to v6 by @renovate in #201
  • chore(deps): update all non-major dependencies by @renovate in #161
  • chore(deps): update commitlint monorepo to v18 (major) by @renovate in #213
  • chore(deps): update actions/checkout action to v4 by @renovate in #208
  • chore(deps): update actions/setup-node action to v4 by @renovate in #214

New Contributors

Full Changelog: v3.3.0...v3.3.1

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)