File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 4.0.3] ( https://github.com/nuxtlabs/docus/compare/v4.0.2...v4.0.3 ) (2025-08-06)
4
+
5
+ ### Features
6
+
7
+ * ** i18n:** add docus locales for new countries ([ 638589c] ( https://github.com/nuxtlabs/docus/commit/638589c5e0aa9e2febea0ea7ab32ce59d3b7544f ) )
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** i18n:** update to v10 by handling redirect on root ([ 5444fe9] ( https://github.com/nuxtlabs/docus/commit/5444fe90bb39d1b83c3ad15ecdc267e47f85c5e1 ) )
12
+ * ** prerendering:** remove root route ([ c4fb378] ( https://github.com/nuxtlabs/docus/commit/c4fb3788eef46728e7e72e4b4442a169175405ce ) )
13
+ * ** prerendering:** use i18n: registerModule hook ([ 6fc0277] ( https://github.com/nuxtlabs/docus/commit/6fc027721ab64b26d83afa9a5ebac0b16b643553 ) )
14
+ * ** prerendering:** wrong links ([ 090b86f] ( https://github.com/nuxtlabs/docus/commit/090b86fe823dcef294ce79f4f0f125883019e409 ) )
15
+ * ** prerender:** wrong links ([ fd30ac0] ( https://github.com/nuxtlabs/docus/commit/fd30ac07724e1ff5ea194fda1d5f8d0cee384e38 ) )
16
+ * ** routing:** handle unique root level content ([ d97a793] ( https://github.com/nuxtlabs/docus/commit/d97a793d5059b1099d251dd8ab73876eb3897891 ) )
17
+ * ** starters:** fr landing page ([ 1bba5a0] ( https://github.com/nuxtlabs/docus/commit/1bba5a0545f389cf0dfc7aea2ce59165a4436cf1 ) )
18
+ * ** template:** ensure composable is available ([ a68e88c] ( https://github.com/nuxtlabs/docus/commit/a68e88c5fe9e39cddab8bd3ea4662461208ac412 ) )
19
+
3
20
## [ 4.0.2] ( https://github.com/nuxtlabs/docus/compare/v4.0.1...v4.0.2 ) (2025-07-25)
4
21
5
22
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-docus" ,
3
3
"description" : " CLI for creating Docus documentation projects" ,
4
- "version" : " 4.0.2 " ,
4
+ "version" : " 4.0.3 " ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " git+https://github.com/nuxtlabs/docus.git"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docus" ,
3
3
"description" : " Nuxt layer for Docus documentation theme" ,
4
- "version" : " 4.0.2 " ,
4
+ "version" : " 4.0.3 " ,
5
5
"type" : " module" ,
6
6
"main" : " ./nuxt.config.ts" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docus-workspace" ,
3
3
"description" : " Minimal Documentation theme and CLI for shared usage across Nuxt modules" ,
4
- "version" : " 4.0.2 " ,
4
+ "version" : " 4.0.3 " ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " git+https://github.com/nuxtlabs/docus.git"
You can’t perform that action at this time.
0 commit comments