|
1 | 1 | # Changelog
|
2 | 2 |
|
3 | 3 |
|
4 |
| -## main (v2.1.0..v2.1.1) |
| 4 | +## v2.2.0 |
5 | 5 |
|
| 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) |
6 | 78 |
|
7 | 79 | ### 🩹 Fixes
|
8 | 80 |
|
|
22 | 94 | - Okoro Redemption
|
23 | 95 | - Sébastien Chopin
|
24 | 96 |
|
25 |
| -## main (v2.0.1..v2.1.0) |
26 |
| - |
| 97 | +## v2.1.0 |
27 | 98 |
|
28 | 99 | ### 🚀 Enhancements
|
29 | 100 |
|
|
0 commit comments