Skip to content

Releases: nuxt-modules/tailwindcss

v5.1.0

23 May 10:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.4...v5.1.0

v5.0.4

02 May 22:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.3...v5.0.4

v5.0.3

20 Apr 22:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.2...v5.0.3

v5.0.0

08 Mar 12:00
Compare
Choose a tag to compare

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

Full Changelog: v4.2.1...v5.0.0

Nuxt 3 and Tailwind CSS 3 support

08 Feb 00:05
@pi0 pi0
Compare
Choose a tag to compare
Pre-release

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.

▶️ Play online

⚠ 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

06 Jul 16:06
8b71bfa
Compare
Choose a tag to compare
  • fix: specify files to avoid rootDir watcher (#370)

v4.2.0

22 Jun 16:29
Compare
Choose a tag to compare
  • docs: Improve clarity of exposeConfig content (#363) · 6bcf442
  • feat: set cssPath false to disable adding the CSS (#362) · 695d068
  • chore(deps): upgrade deps · 0dde4b4

v4.1.3

05 Jun 09:17
Compare
Choose a tag to compare

Fixes

  • fix: add ts extension for purging components folder (#356) · 8328c52
  • fix incorrect link (bottom right) (#353) · dd45c32

Dependencies

Documentation

v4.1.2

05 Jun 09:09
Compare
Choose a tag to compare
  • chore: remove package-lock.json · 6d3bdd1
  • chore: improve deprecation message to be generic about config specification · 50b3fd4
  • chore(pkg): add "prepack" script (closes #347) · 42d4fae
  • docs: change jit link since tailwind-jit is now native to tailwindcss (#345) · e10b598

v4.1.1

07 May 12:15
Compare
Choose a tag to compare
  • Remove @tailwindcss/jit dependency (#340)