Releases: nuxt-modules/tailwindcss
v6.12.2
🩹 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
- Daniel Roe (@danielroe)
- Santiago A. (@santiagoaloi)
- Richardev (@richardevcom)
v6.12.1
🩹 Fixes
- Better check for unsafe config to fallback (#839)
- Safer checking for templates, closes #860 and closes #865 (#860, #865)
❤️ Contributors
- Inesh Bose
- Benjamin Canac (@benjamincanac)
- Daniel Roe (@danielroe)
- M0nch1 (@m0nch1)
- Gangan (@shinGangan)
v6.12.0
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:
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
- Inesh Bose
- Daniel Roe (@danielroe)
- Scott Rees (@reesscot)
- Selemondev (@selemondev)
v6.11.4
💅 Refactors
- Move
colorette
toconsola/utils
(#805)
🏡 Chore
- Assign postcss plugins in order (46c2025)
❤️ Contributors
- Inesh Bose dev@inesh.xyz
- Haruaki OTAKE aaharu@hotmail.com
v6.11.3
🩹 Fixes
- Add tw util for compatible versions and use unshift for module paths (3f0d6e1)
📖 Documentation
- Add export default to default config example (#796)
❤️ Contributors
- Florent Delerue florentdelerue@hotmail.com
- Inesh Bose dev@inesh.xyz
- Johannes Przymusinski (@cngJo)
v6.11.2
🩹 Fixes
- viewer: Handle redirect and callback await, thank you danielroe :) (734ef1c)
📖 Documentation
- Fix paths for build (5971b0a)
❤️ Contributors
- Inesh Bose dev@inesh.xyz
v6.11.1
v6.11.0
🚀 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
tocssPath
(#792)
🏡 Chore
- Update dependencies, closes #789 (#789)
- Update dependencies (1e372fd)
- Add config warnings (d8e36e9)
- exposeConfig: Provide write option for workaround, resolves #794 (#794)
- Update readme (281df61)
- Update (8cf0a04)
- Specify prepublishOnly script (2bca37a)
- Fix lint (eab2fb4)
❤️ Contributors
- Inesh Bose dev@inesh.xyz