Skip to content

Commit 6fe86db

Browse files
committed
chore(release): v6.14.0
1 parent a0da2ee commit 6fe86db

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33
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.
44

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+
- Inesh Bose <[email protected]>
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+
541
## v6.13.2
642

743
[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.13.1...v6.13.2)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxtjs/tailwindcss",
3-
"version": "6.13.2",
3+
"version": "6.14.0",
44
"description": "Tailwind CSS module for Nuxt",
55
"repository": "nuxt-modules/tailwindcss",
66
"license": "MIT",

0 commit comments

Comments
 (0)