|
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.13.0 |
| 6 | + |
| 7 | +[compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.12.2...v6.13.0) |
| 8 | + |
| 9 | +### 🚀 Enhancements |
| 10 | + |
| 11 | +- **content:** Add `spaLoadingTemplate` to content resolution ([#907](https://github.com/nuxt-modules/tailwindcss/pull/907)) |
| 12 | +- Enable c12 for loading config and provide `defineConfig` ([#913](https://github.com/nuxt-modules/tailwindcss/pull/913)) |
| 13 | +- **merger:** Add to exports ([#922](https://github.com/nuxt-modules/tailwindcss/pull/922)) |
| 14 | + |
| 15 | +### 🩹 Fixes |
| 16 | + |
| 17 | +- **hmr:** Fix variable ([f47e093](https://github.com/nuxt-modules/tailwindcss/commit/f47e093)) |
| 18 | +- **load:** Add .js to tailwindcss/resolveConfig ([0696aba](https://github.com/nuxt-modules/tailwindcss/commit/0696aba)) |
| 19 | +- **config:** Use mjs template ([#930](https://github.com/nuxt-modules/tailwindcss/pull/930)) |
| 20 | +- **injectPosition:** Resolve file paths to determine position ([71be9ac](https://github.com/nuxt-modules/tailwindcss/commit/71be9ac)) |
| 21 | + |
| 22 | +### 📖 Documentation |
| 23 | + |
| 24 | +- Add command to create tailwind.config.js for pnpm ([#910](https://github.com/nuxt-modules/tailwindcss/pull/910)) |
| 25 | +- Provide GitHub link for examples ([#904](https://github.com/nuxt-modules/tailwindcss/pull/904)) |
| 26 | +- Update outdated content ([#937](https://github.com/nuxt-modules/tailwindcss/pull/937)) |
| 27 | + |
| 28 | +### 🏡 Chore |
| 29 | + |
| 30 | +- Update dependencies ([#917](https://github.com/nuxt-modules/tailwindcss/pull/917)) |
| 31 | +- Update deps ([2077e60](https://github.com/nuxt-modules/tailwindcss/commit/2077e60)) |
| 32 | +- Update resolveContentConfig a bit and viewer logging ([#931](https://github.com/nuxt-modules/tailwindcss/pull/931)) |
| 33 | +- Update deps ([3ff6d76](https://github.com/nuxt-modules/tailwindcss/commit/3ff6d76)) |
| 34 | + |
| 35 | +### ❤️ Contributors |
| 36 | + |
| 37 | + |
| 38 | +- John Farrar ([@sosensible](http://github.com/sosensible)) |
| 39 | +- Dereck Lam Hon Wah ([@derecklhw](http://github.com/derecklhw)) |
| 40 | +- Nikolasdas ([@nikolasdas](http://github.com/nikolasdas)) |
| 41 | + |
5 | 42 | ## v6.12.2
|
6 | 43 |
|
7 | 44 | [compare changes](https://github.com/nuxt-modules/tailwindcss/compare/v6.12.1...v6.12.2)
|
|
0 commit comments