|
1 | 1 | # Changelog
|
2 | 2 |
|
3 | 3 |
|
| 4 | +## v2.7.0 |
| 5 | + |
| 6 | +[compare changes](https://github.com/nuxt/content/compare/v2.6.0...v2.7.0) |
| 7 | + |
| 8 | + |
| 9 | +### 🚀 Enhancements |
| 10 | + |
| 11 | + - **shiki:** Support italic, bold and underline styles ([#2079](https://github.com/nuxt/content/pull/2079)) |
| 12 | + - **config:** Update ignores to advanced pattern ([#2035](https://github.com/nuxt/content/pull/2035)) |
| 13 | + |
| 14 | +### 🩹 Fixes |
| 15 | + |
| 16 | + - **link:** Remove hash before checking if ending by '.md' ([#2033](https://github.com/nuxt/content/pull/2033)) |
| 17 | + - **markdown:** Prevent script execution ([#2040](https://github.com/nuxt/content/pull/2040)) |
| 18 | + - **code-block:** Pass language as class name ([#2064](https://github.com/nuxt/content/pull/2064)) |
| 19 | + - **tailwind-integration:** Allow content as object ([#2060](https://github.com/nuxt/content/pull/2060)) |
| 20 | + - **code-block:** Meta property ([#2067](https://github.com/nuxt/content/pull/2067)) |
| 21 | + - **markdown:** Respect `_draft` key in frontmatter ([#2077](https://github.com/nuxt/content/pull/2077)) |
| 22 | + |
| 23 | +### 📖 Documentation |
| 24 | + |
| 25 | + - Guide for adding custom grammars for syntax highlighting ([7da9b286](https://github.com/nuxt/content/commit/7da9b286)) |
| 26 | + - Add example of additional sorting options for queryContent ([#2042](https://github.com/nuxt/content/pull/2042)) |
| 27 | + - Explain useasyncdata wrapping ([#2054](https://github.com/nuxt/content/pull/2054)) |
| 28 | + - Update url ([#2055](https://github.com/nuxt/content/pull/2055)) |
| 29 | + - Add latest to nuxi command ([2939b793](https://github.com/nuxt/content/commit/2939b793)) |
| 30 | + - Update `Content Wind` live demo url ([#2080](https://github.com/nuxt/content/pull/2080)) |
| 31 | + - Update links ([#2085](https://github.com/nuxt/content/pull/2085)) |
| 32 | + - Remove outdated description ([#2098](https://github.com/nuxt/content/pull/2098)) |
| 33 | + |
| 34 | +### 🏡 Chore |
| 35 | + |
| 36 | + - Use caret dependency for kit ([#2044](https://github.com/nuxt/content/pull/2044)) |
| 37 | + |
| 38 | +### ❤️ Contributors |
| 39 | + |
| 40 | +- TomatoGuy0502 <H34066131@gs.ncku.edu.tw> |
| 41 | +- Dave Stewart <dave@davestewart.co.uk> |
| 42 | +- Kricsleo |
| 43 | +- Nobkd |
| 44 | +- Mukund Shah |
| 45 | +- Farnabaz <farnabaz@gmail.com> |
| 46 | +- Inesh Bose |
| 47 | +- Stefanprobst <stefanprobst@posteo.de> |
| 48 | +- Sébastien Chopin <seb@nuxtlabs.com> |
| 49 | +- Clément Ollivier ([@clemcode](http://github.com/clemcode)) |
| 50 | +- YannC |
| 51 | +- James Tyner |
| 52 | +- Ashour <ashour.mohammad@gmail.com> |
| 53 | +- Daniel Roe <daniel@roe.dev> |
| 54 | + |
4 | 55 | ## v2.6.0
|
5 | 56 |
|
6 | 57 | [compare changes](https://github.com/nuxt/content/compare/v2.5.2...v2.6.0)
|
|
0 commit comments