File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
+ ## v2.2.2
5
+
6
+ [ compare changes] ( https://github.com/nuxt/content/compare/v2.2.1...v2.2.2 )
7
+
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - ** ContentRenderer:** Empty content detection ([ #1653 ] ( https://github.com/nuxt/content/pull/1653 ) )
12
+ - ** ContentList:** Handle props change and fix slots default ([ #1668 ] ( https://github.com/nuxt/content/pull/1668 ) )
13
+
14
+ ### 💅 Refactors
15
+
16
+ - Improve typings and simplify logic ([ #1669 ] ( https://github.com/nuxt/content/pull/1669 ) )
17
+
18
+ ### 📖 Documentation
19
+
20
+ - Fix error in ContentQuery where clause example ([ #1643 ] ( https://github.com/nuxt/content/pull/1643 ) )
21
+ - Update sources ([ #1664 ] ( https://github.com/nuxt/content/pull/1664 ) )
22
+ - ** a11y:** Use list for nav example ([ #1670 ] ( https://github.com/nuxt/content/pull/1670 ) )
23
+
24
+ ### 🏡 Chore
25
+
26
+ - Add #content/context virtual file ([ 6e205703] ( https://github.com/nuxt/content/commit/6e205703 ) )
27
+ - No need for virtual file ([ 37e2caf9] ( https://github.com/nuxt/content/commit/37e2caf9 ) )
28
+ - Upgrade deps ([ #1682 ] ( https://github.com/nuxt/content/pull/1682 ) )
29
+
30
+ ### ❤️ Contributors
31
+
32
+
33
+ - Novellac
34
+ - Sébastien Chopin ([ @Atinux ] ( http://github.com/Atinux ) )
35
+ - Brett Ormsby
36
+
4
37
## v2.2.1
5
38
6
39
[ compare changes] ( https://github.com/nuxt/content/compare/v2.2.0...v2.2.1 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/content" ,
3
- "version" : " 2.2.1 " ,
3
+ "version" : " 2.2.2 " ,
4
4
"description" : " Write your content inside your Nuxt app" ,
5
5
"keywords" : [
6
6
" nuxt" ,
You can’t perform that action at this time.
0 commit comments