Skip to content

Releases: nuxt-modules/tailwindcss

v6.12.0

17 Apr 17:16
Compare
Choose a tag to compare

compare changes

It's here. First-class HMR 🔥

After working on rewriting how the config gets loaded, the module went through a big internal rewrite for us to support native module invalidation for your configuration files; this means that you can make changes to your Tailwind configuration files without restarting your Nuxt server. This comes with ZERO breaking changes, but you may face a warning in your console that may not allow you to use this latest feature:

image

To eliminate this, check where you are using Tailwind plugins in your project (either in nuxt.config, a hook, or a module such as nuxt/ui), and rather than passing these plugins into the inline module configuration, create a separate config file that you can pass to the configPath option of the module (not required if you provide this in tailwind.config as the module already picks that). If you are unable to resolve this, you can also specify quiet: true to the module configuration while a dependency module may provide a release with this update.

We have tested this rewrite intensively and will appreciate feedback on these changes, delivering any bugfixes with this as soon as possible. Thank you for your patience ❤️

🚀 Enhancements

  • First class HMR (#818)

📖 Documentation

  • Update configuration docs (#827)
  • Use new nuxi module add command in installation (#829)
  • Update classRegex, closes #824 (#824)

🏡 Chore

  • Remove unneeded postcss-custom-properties plugin (#836)
  • Migrate to eslint v9 (#834)
  • Update deps (87fb919)

❤️ Contributors

v6.11.4

10 Feb 17:37
Compare
Choose a tag to compare

compare changes

💅 Refactors

  • Move colorette to consola/utils (#805)

🏡 Chore

  • Assign postcss plugins in order (46c2025)

❤️ Contributors

v6.11.3

03 Feb 12:02
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Add tw util for compatible versions and use unshift for module paths (3f0d6e1)

📖 Documentation

  • Add export default to default config example (#796)

❤️ Contributors

v6.11.2

28 Jan 19:59
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • viewer: Handle redirect and callback await, thank you danielroe :) (734ef1c)

📖 Documentation

❤️ Contributors

v6.11.1

25 Jan 13:42
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • resolvers: Respect configPath over layers (c7fe392)

❤️ Contributors

  • Inesh Bose

v6.11.0

20 Jan 12:29
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • editorSupport option (#784)

🩹 Fixes

  • nightly-ci: Specify from flag to changelogen (ef74d1f)
  • nightly-ci: Fetch-depth 0 (4f539d0)
  • nightly-ci: Run build directly (e90ea72)
  • Fix prepare command (f369792)

💅 Refactors

  • Move injectPosition to cssPath (#792)

🏡 Chore

❤️ Contributors

v6.10.4

08 Jan 21:46
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • viewer: Trust listener url for baseURL, closes #782 (#782)

📖 Documentation

  • Fix defaultTheme.colors.green is undefined (#788)

🏡 Chore

❤️ Contributors

  • Inesh Bose
  • Isaac Qadri

v6.10.3

27 Dec 16:54
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Remove postinstall script (132f5a1)

❤️ Contributors

v6.10.2

27 Dec 16:45
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • nightly-ci: Apply some fixes for nightly releases (6cc7ae3)
  • nightly-ci: Provide id-token permission (32cd19e)
  • types: Allow ResolvedTWConfig in templates (228324e)

🏡 Chore

  • Use module-builder stub mode for more accurate types (#773)
  • Update repo (#768)
  • Update tailwindcss to 3.4 (#779)
  • Test bundler module resolution (c207562)

❤️ Contributors

v6.10.1

23 Nov 09:00
Compare
Choose a tag to compare

compare changes

🏡 Chore

  • Remove @nuxt/postcss8 (#767)

❤️ Contributors

  • Sébastien Chopin (@Atinux)
  • Inesh Bose