Skip to content

Releases: nuxt-modules/tailwindcss

v6.12.2

17 Oct 16:21
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • #883 Tab view src leading baseURL (#885, #883)
  • viewer: Provide workaround for nuxt2 modules:done serverMiddleware race condition (9d42549)

📖 Documentation

  • Mention tailwind intelliSense integration with IDEs pointing to tailwind docs / editor config (#875)

🏡 Chore

  • Use klona and content configuration as object (f606398)
  • Fix test and provide toggle (60a4bba)
  • Update docs and add examples test ci (#853)
  • Update deps (#900)
  • Indicate compatibility with new v4 major (#876)
  • Update test (2d051e2)
  • Remove console output testing (98296a8)
  • Fix lint (a7b886a)

❤️ Contributors

v6.12.1

11 Jul 10:37
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Better check for unsafe config to fallback (#839)
  • Safer checking for templates, closes #860 and closes #865 (#860, #865)

❤️ Contributors

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