-
-
Notifications
You must be signed in to change notification settings - Fork 657
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
52 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,57 @@ | ||
# Changelog | ||
|
||
|
||
## v2.7.0 | ||
|
||
[compare changes](https://github.com/nuxt/content/compare/v2.6.0...v2.7.0) | ||
|
||
|
||
### 🚀 Enhancements | ||
|
||
- **shiki:** Support italic, bold and underline styles ([#2079](https://github.com/nuxt/content/pull/2079)) | ||
- **config:** Update ignores to advanced pattern ([#2035](https://github.com/nuxt/content/pull/2035)) | ||
|
||
### 🩹 Fixes | ||
|
||
- **link:** Remove hash before checking if ending by '.md' ([#2033](https://github.com/nuxt/content/pull/2033)) | ||
- **markdown:** Prevent script execution ([#2040](https://github.com/nuxt/content/pull/2040)) | ||
- **code-block:** Pass language as class name ([#2064](https://github.com/nuxt/content/pull/2064)) | ||
- **tailwind-integration:** Allow content as object ([#2060](https://github.com/nuxt/content/pull/2060)) | ||
- **code-block:** Meta property ([#2067](https://github.com/nuxt/content/pull/2067)) | ||
- **markdown:** Respect `_draft` key in frontmatter ([#2077](https://github.com/nuxt/content/pull/2077)) | ||
|
||
### 📖 Documentation | ||
|
||
- Guide for adding custom grammars for syntax highlighting ([7da9b286](https://github.com/nuxt/content/commit/7da9b286)) | ||
- Add example of additional sorting options for queryContent ([#2042](https://github.com/nuxt/content/pull/2042)) | ||
- Explain useasyncdata wrapping ([#2054](https://github.com/nuxt/content/pull/2054)) | ||
- Update url ([#2055](https://github.com/nuxt/content/pull/2055)) | ||
- Add latest to nuxi command ([2939b793](https://github.com/nuxt/content/commit/2939b793)) | ||
- Update `Content Wind` live demo url ([#2080](https://github.com/nuxt/content/pull/2080)) | ||
- Update links ([#2085](https://github.com/nuxt/content/pull/2085)) | ||
- Remove outdated description ([#2098](https://github.com/nuxt/content/pull/2098)) | ||
|
||
### 🏡 Chore | ||
|
||
- Use caret dependency for kit ([#2044](https://github.com/nuxt/content/pull/2044)) | ||
|
||
### ❤️ Contributors | ||
|
||
- TomatoGuy0502 <[email protected]> | ||
- Dave Stewart <[email protected]> | ||
- Kricsleo | ||
- Nobkd | ||
- Mukund Shah | ||
- Farnabaz <[email protected]> | ||
- Inesh Bose | ||
- Stefanprobst <[email protected]> | ||
- Sébastien Chopin <[email protected]> | ||
- Clément Ollivier ([@clemcode](http://github.com/clemcode)) | ||
- YannC | ||
- James Tyner | ||
- Ashour <[email protected]> | ||
- Daniel Roe <[email protected]> | ||
|
||
## v2.6.0 | ||
|
||
[compare changes](https://github.com/nuxt/content/compare/v2.5.2...v2.6.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters