-
-
Notifications
You must be signed in to change notification settings - Fork 632
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
1 changed file
with
67 additions
and
0 deletions.
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,73 @@ | ||
# Changelog | ||
|
||
|
||
## v2.4.0 | ||
|
||
[compare changes](https://github.com/nuxt/content/compare/v2.3.0...v2.4.0) | ||
|
||
|
||
### 🚀 Enhancements | ||
|
||
- **shiki-highlighter:** Improve performance & auto load new languages ([#1775](https://github.com/nuxt/content/pull/1775)) | ||
- **shiki:** Highlight excerpt ([#1802](https://github.com/nuxt/content/pull/1802)) | ||
- **markdown:** Keep meta from fenced code block ([#1800](https://github.com/nuxt/content/pull/1800)) | ||
- **markdown:** Don't create excerpt if there is no `<!--more-->` ([#1801](https://github.com/nuxt/content/pull/1801)) | ||
|
||
### 🩹 Fixes | ||
|
||
- **build:** Do not register web-socket plugin on non-dev env ([#1768](https://github.com/nuxt/content/pull/1768)) | ||
- **document-driven:** Prevent `404` error on redirected pages ([#1770](https://github.com/nuxt/content/pull/1770)) | ||
- **query:** Ensure default values always apply to query params ([#1778](https://github.com/nuxt/content/pull/1778)) | ||
- **examples:** Layout duplication ([#1808](https://github.com/nuxt/content/pull/1808)) | ||
- **Shiki:** Sanitize highlighted text ([#1818](https://github.com/nuxt/content/pull/1818)) | ||
- **markdown-link:** Replacing `blank` prop with `target` ([#1828](https://github.com/nuxt/content/pull/1828)) | ||
- **highlighter:** Define missing env in Vite ([#1830](https://github.com/nuxt/content/pull/1830)) | ||
- **shiki:** Issue with JSON import ([#1824](https://github.com/nuxt/content/pull/1824)) | ||
- **markdown:** XSS Prevention ([#1832](https://github.com/nuxt/content/pull/1832)) | ||
- Handle uri encoded `_path `query ([#1794](https://github.com/nuxt/content/pull/1794)) | ||
- Add `og:title,url,description` meta tags and prefix `og:image` with host ([#1769](https://github.com/nuxt/content/pull/1769)) | ||
- **navigation:** Missing import ([6a1e854e](https://github.com/nuxt/content/commit/6a1e854e)) | ||
- **navigation:** Missing import ([1f7d3a2b](https://github.com/nuxt/content/commit/1f7d3a2b)) | ||
- **markdown:** Images src with `baseURL` ([#1833](https://github.com/nuxt/content/pull/1833)) | ||
|
||
### 📖 Documentation | ||
|
||
- Update badges ([5a2d2871](https://github.com/nuxt/content/commit/5a2d2871)) | ||
- Update outdated link in `sitemap.md` ([#1772](https://github.com/nuxt/content/pull/1772)) | ||
- Fix broken quickstart link ([#1785](https://github.com/nuxt/content/pull/1785)) | ||
- Fix `ContentRenderer` source link ([#1790](https://github.com/nuxt/content/pull/1790)) | ||
- Fix broken nuxt link ([#1789](https://github.com/nuxt/content/pull/1789)) | ||
- Fix ContentDoc multi-slot example ([#1815](https://github.com/nuxt/content/pull/1815)) | ||
- Add note about transformer ([#1826](https://github.com/nuxt/content/pull/1826)) | ||
- Update logo ([f77d7703](https://github.com/nuxt/content/commit/f77d7703)) | ||
|
||
### 🏡 Chore | ||
|
||
- Fix typos ([b4750ed0](https://github.com/nuxt/content/commit/b4750ed0)) | ||
- Update favicon ([1cb91f5d](https://github.com/nuxt/content/commit/1cb91f5d)) | ||
- Add release-it ([9a565fde](https://github.com/nuxt/content/commit/9a565fde)) | ||
|
||
### ✅ Tests | ||
|
||
- Disable `autoImport` ([#1842](https://github.com/nuxt/content/pull/1842)) | ||
|
||
### ❤️ Contributors | ||
|
||
- Farnabaz <[email protected]> | ||
- Daniel Roe <[email protected]> | ||
- ハン / Han | ||
- Sébastien Chopin <[email protected]> | ||
- SheetJSDev <[email protected]> | ||
- Arash | ||
- Horu | ||
- Valery Qwertovsky | ||
- GanymedeNil <[email protected]> | ||
- Nobkd | ||
- Issayah <[email protected]> | ||
- PickleNik | ||
- Philipp Wagner <[email protected]> | ||
- Yuki Inoue <[email protected]> | ||
|
||
## v2.3.0 | ||
|
||
[compare changes](https://github.com/nuxt/content/compare/v2.2.2...v2.3.0) | ||
|