|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4 | 4 |
|
| 5 | +## v6.14.0 |
| 6 | + |
| 7 | +[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.13.2...v6.14.0) |
| 8 | + |
| 9 | +### 🚀 Enhancements |
| 10 | + |
| 11 | +- Add initial tw4 support in v6 ([#980](https://github.com/nuxt-modules/tailwindcss/pull/980)) |
| 12 | +- **defineConfig:** Enable conditional return ([#979](https://github.com/nuxt-modules/tailwindcss/pull/979)) |
| 13 | + |
| 14 | +### 🩹 Fixes |
| 15 | + |
| 16 | +- Content resolution for [...path].vue pages ([#965](https://github.com/nuxt-modules/tailwindcss/pull/965)) |
| 17 | +- Try resolving `tailwindcss` from module ([#974](https://github.com/nuxt-modules/tailwindcss/pull/974)) |
| 18 | +- **config-hmr:** InteropDefault when importing config changes ([d3e4de7](https://github.com/nuxt-modules/tailwindcss/commit/d3e4de7)) |
| 19 | +- **content:** Move strict scanning to experimental ([75efd5c](https://github.com/nuxt-modules/tailwindcss/commit/75efd5c)) |
| 20 | +- **types:** Mark as optional ([4a4af2c](https://github.com/nuxt-modules/tailwindcss/commit/4a4af2c)) |
| 21 | +- **content:** Spa-loading-template path with nuxt 4 app dir ([3f59d4a](https://github.com/nuxt-modules/tailwindcss/commit/3f59d4a)) |
| 22 | +- **content:** Revert pages to only app as layers also inherit it ([4eea740](https://github.com/nuxt-modules/tailwindcss/commit/4eea740)) |
| 23 | +- Only show Tailwind v4 warning when v4 is used ([#983](https://github.com/nuxt-modules/tailwindcss/pull/983), [#984](https://github.com/nuxt-modules/tailwindcss/pull/984)) |
| 24 | +- **defineConfig:** Pass cwd path to requireModule ([a0da2ee](https://github.com/nuxt-modules/tailwindcss/commit/a0da2ee)) |
| 25 | + |
| 26 | +### 💅 Refactors |
| 27 | + |
| 28 | +- **proxy:** Use ohash diff to determine changes instead ([#985](https://github.com/nuxt-modules/tailwindcss/pull/985)) |
| 29 | + |
| 30 | +### 🏡 Chore |
| 31 | + |
| 32 | +- Move kit back to explicit dependency ([#968](https://github.com/nuxt-modules/tailwindcss/pull/968)) |
| 33 | + |
| 34 | +### ❤️ Contributors |
| 35 | + |
| 36 | + |
| 37 | +- Connor Pearson ([@cjpearson](http://github.com/cjpearson)) |
| 38 | +- Daniel Roe ([@danielroe](http://github.com/danielroe)) |
| 39 | +- Juho Rutila ([@jrutila](http://github.com/jrutila)) |
| 40 | + |
5 | 41 | ## v6.13.2
|
6 | 42 |
|
7 | 43 | [compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.13.1...v6.13.2)
|
|
0 commit comments