Skip to content

Commit 23f9d7e

Browse files
committed
chore(release): release v2.2.0
1 parent 0b56bac commit 23f9d7e

File tree

2 files changed

+75
-4
lines changed

2 files changed

+75
-4
lines changed

CHANGELOG.md

Lines changed: 74 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,80 @@
11
# Changelog
22

33

4-
## main (v2.1.0..v2.1.1)
4+
## v2.2.0
55

6+
[compare changes](https://github.com/nuxt/content/compare/v2.1.1...v2.2.0)
7+
8+
9+
### 🚀 Enhancements
10+
11+
- **document-driven:** Support `navigation.redirect` from `_dir` files ([#1545](https://github.com/nuxt/content/pull/1545))
12+
- Spa mode ([#1525](https://github.com/nuxt/content/pull/1525))
13+
- Config for anchor link generation of headings ([#1564](https://github.com/nuxt/content/pull/1564))
14+
- **parser:** Introduce `_dir` field in contents ([#1613](https://github.com/nuxt/content/pull/1613))
15+
16+
### 🔥 Performance
17+
18+
- **build:** Build caches before pre-rendering contents ([#1530](https://github.com/nuxt/content/pull/1530))
19+
20+
### 🩹 Fixes
21+
22+
- **module:** Make `documentDriven` configs optional ([#1539](https://github.com/nuxt/content/pull/1539))
23+
- Add missing imports ([451b000e](https://github.com/nuxt/content/commit/451b000e))
24+
- Missing imports on preview mode ([f9f161b1](https://github.com/nuxt/content/commit/f9f161b1))
25+
- Use relative `.md` link ([#1556](https://github.com/nuxt/content/pull/1556))
26+
- **module:** Multi-source array ([#1578](https://github.com/nuxt/content/pull/1578))
27+
- **navigation:** Missing composable when navigation is disabled ([#1577](https://github.com/nuxt/content/pull/1577))
28+
- Ignore built content in preview mode ([bc01cde3](https://github.com/nuxt/content/commit/bc01cde3))
29+
- **ClientDB:** Drop LocalStorage ([7afd857b](https://github.com/nuxt/content/commit/7afd857b))
30+
- **client-db:** Race-condition on multiple calls ([c11a4800](https://github.com/nuxt/content/commit/c11a4800))
31+
- **`<ContentList>`:** Respect `query.path` when `path` is missing ([#1598](https://github.com/nuxt/content/pull/1598))
32+
- **`<ContentDoc>`:** Render blink in SSG ([#1600](https://github.com/nuxt/content/pull/1600))
33+
- Update h3 usage with explicit `defineEventHandler` ([#1603](https://github.com/nuxt/content/pull/1603))
34+
- **anchorLinks:** Add useRuntimeConfig imports ([#1605](https://github.com/nuxt/content/pull/1605))
35+
- **runtime:** Detect 404 api responses in SSG ([#1608](https://github.com/nuxt/content/pull/1608))
36+
- **`queryContent`:** Use path argument as prefix if there is another condition ([#1612](https://github.com/nuxt/content/pull/1612))
37+
38+
### 📖 Documentation
39+
40+
- Fix type `client only` -> `client-only` ([#1535](https://github.com/nuxt/content/pull/1535))
41+
- **content-list:** Updated query reference and added example ([#1548](https://github.com/nuxt/content/pull/1548))
42+
- Add search ([#1575](https://github.com/nuxt/content/pull/1575))
43+
- Update algolia key ([9e91948e](https://github.com/nuxt/content/commit/9e91948e))
44+
- Cleanup deps ([#1582](https://github.com/nuxt/content/pull/1582))
45+
- Upgrade Content version ([c76c5a75](https://github.com/nuxt/content/commit/c76c5a75))
46+
- Broken link on Markdown API page ([#1588](https://github.com/nuxt/content/pull/1588))
47+
- **composables:** Fix close tag ContentRenderer ([#1597](https://github.com/nuxt/content/pull/1597))
48+
- Update badge style ([49b1c4cc](https://github.com/nuxt/content/commit/49b1c4cc))
49+
- Update cover ([ba2aeb45](https://github.com/nuxt/content/commit/ba2aeb45))
50+
- No need to register manually nitro plugin ([b6bbb42c](https://github.com/nuxt/content/commit/b6bbb42c))
51+
- Fix nitro plugins link ([0259a901](https://github.com/nuxt/content/commit/0259a901))
52+
- Update `findSurround` usage ([#1609](https://github.com/nuxt/content/pull/1609))
53+
- Guidance on using local images ([#1617](https://github.com/nuxt/content/pull/1617))
54+
55+
### 🏡 Chore
56+
57+
- Update deps ([d3e9aa70](https://github.com/nuxt/content/commit/d3e9aa70))
58+
- Update Docus ([428cf8f8](https://github.com/nuxt/content/commit/428cf8f8))
59+
- Add missing dep ([5d29a377](https://github.com/nuxt/content/commit/5d29a377))
60+
- Remove preview plugin ([558add0c](https://github.com/nuxt/content/commit/558add0c))
61+
62+
### ❤️ Contributors
63+
64+
- Ahad Birang
65+
- Jan-Henrik Damaschke
66+
- Michel EDIGHOFFER
67+
- Nobkd
68+
- Percy Ma
69+
- Pooya Parsa
70+
- Ramses Garate
71+
- Remiconnesson
72+
- Sai Deepesh
73+
- Sébastien Chopin
74+
75+
## v2.1.1
76+
77+
[compare changes](https://github.com/nuxt/content/compare/v2.1.0...v2.1.1)
678

779
### 🩹 Fixes
880

@@ -22,8 +94,7 @@
2294
- Okoro Redemption
2395
- Sébastien Chopin
2496

25-
## main (v2.0.1..v2.1.0)
26-
97+
## v2.1.0
2798

2899
### 🚀 Enhancements
29100

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuxt/content",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "Write your content inside your Nuxt app",
55
"keywords": [
66
"nuxt",

0 commit comments

Comments
 (0)