Releases: nuxt-modules/tailwindcss
Releases · nuxt-modules/tailwindcss
v5.0.3
What's Changed
- docs: update config.md by @Rigo-m in #457
- docs: Fix tailwind.config.ts url in docs by @guillaumebriday in #450
- fix: tailwind viewer url by @shba007 in #453
New Contributors
- @Rigo-m made their first contribution in #457
- @guillaumebriday made their first contribution in #450
- @shba007 made their first contribution in #453
Full Changelog: v5.0.2...v5.0.3
v5.0.0
Stable version is out and ready for feedback 🎊
Please read carefully the v5.0.0-0 release notes.
What's included
- Update Setup Docs by @juliangeissler in #374
- docs: Add note about using resolved config with TypeScript by @disusered in #396
- feat: add css inject position by @yolofit in #381
- chore(deps): update devdependency eslint to v8 by @renovate in #391
- chore(deps): update devdependency @types/jest to v27 by @renovate in #375
- chore(deps): update dependency postcss-custom-properties to v12 by @renovate in #383
- feat: migrate to tailwind v3 by @dargmuesli in #407
- docs: fix brand to
Tailwind CSS
by @hmaesta in #417 - chore(deps): update all non-major dependencies by @renovate in #400
- docs: add missing viewer option by @LeCoupa in #412
- refactor!: rewrite with module-builder and nuxt/kit by @pi0 in #419
- chore(deps): update all non-major dependencies by @renovate in #422
- fix: import
tailwindcss/resolveConfig
with extension by @Ricklin90085 in #426 - chore(deps): update all non-major dependencies by @renovate in #427
- chore(deps): update actions/setup-node action to v3 by @renovate in #435
New Contributors
- @juliangeissler made their first contribution in #374
- @disusered made their first contribution in #396
- @yolofit made their first contribution in #381
- @dargmuesli made their first contribution in #407
- @hmaesta made their first contribution in #417
- @LeCoupa made their first contribution in #412
Full Changelog: v4.2.1...v5.0.0
Nuxt 3 and Tailwind CSS 3 support
This is a prerelease
You can try v5 by installing @nuxtjs/[email protected]
with the package manager of your choice.
🐛 Some bugs are expected with this release. Please open an issue if had trouble with v5 upgrade.
⚠ BREAKING CHANGES
- Nuxt 3 is supported
- TailwindCSS upgraded to v3 (thanks to PR by @dargmuesli 💚 ). Read more about changes in Tailwind upgrade guide.
- JIT mode is enabled by default. You can remove
jit
option if was already using ~tailwind.config
import renamed to#tailwind-config
when importing the generated Tailwind config in the application- (Module authors)
tailwindcss:config
hook is being called when modules are being installed for more predictable building behavior. Any module extending tailwind config should be installed before tailwindcss module
Features
v4.2.1
v4.2.0
v4.1.3
Fixes
- fix: add ts extension for purging components folder (#356) · 8328c52
- fix incorrect link (bottom right) (#353) · dd45c32
Dependencies
- chore(deps): update dependency defu to v5 (#346) · e5f8f02
- chore(deps): update devdependency jest to v27 (#355) · [89382fc](https://github.com/nuxt-community/tailwindcss-