Releases: nuxt-content/docus
Releases · nuxt-content/docus
v5.12.2
v5.12.1
v5.12.0
🚀 Features
- assistant: use native
USidebarfrom Nuxt UI (#1284) (09e122c) - layer: add d shortcut to toggle color mode (#1377) (61c36d0)
- search: add FTS5 full-text search option (#1379) (2f5e374)
🐛 Bug Fixes
- assistant: make floating input responsive (#1369) (ef6dd5c)
- assistant: use native keydown for escape blur (#1366) (7c2e85d)
- i18n: unify AI naming for Polish locale (#1375) (14dbb18)
- landing: mdc syntax (#1383) (0eb1a36)
- layer: sitemap key is located in meta key (#1384) (671ba62)
- mcp: exclude
.navigationpaths from pages tools (#1374) (3eb54da) - mcp: use absolute url for deeplink (#1378) (01e8778)
New Contributors
- @oneminch made their first contribution in #1369
- @FabianRzepka made their first contribution in #1373
- @kjanat made their first contribution in #1374
- @kwei47 made their first contribution in #1384
Full Changelog: v5.11.0...v5.12.0
v5.11.0
🚀 Features
- toc: improve main grid for a wider TOC in #1363
- css: add support for
app/app.cssin #1364 - layer: set
ContentTocdefault variant tocircuitin #1360
🐛 Bugs
- mcp: respect
mcp.routein page header dropdown in #1362 - mcp: incorrect MCP tools when
app.baseURLis set in #1361
Warning
Docus now auto-imports app/app.css for theme customization. If you were registering a CSS file in nuxt.config.ts with @import "tailwindcss", switch to app/app.css (without the import) to avoid duplicate Tailwind styles. See the Theme documentation for details.
Full Changelog: v5.10.1...v5.11.0
v5.10.1
v5.10.0
🚀 Features
- customization: add
AppHeaderLeftcomponent (#1332) (313ef59) - layer: forward app config defaultVariants to subcomponents (#1338) (8abf0d4)
- skills: make directory configurable via module options (#1341) (764329f)
🐛 Bug Fixes
- .starters: accurate folder prefix (#1334) (ff036f9)
- build: remove noisy vite warns (#1344) (a95607a)
- i18n: add Dutch (nl) locales for assistant UI (#1335) (965850f)
- i18n: add missing locale keys (#1336) (3dd3e18)
💚 New Contributors
- @remihuigen made their first contribution in #1336
- @blombard made their first contribution in #1334
- @francoisauclair911 made their first contribution in #1341
Full Changelog: v5.9.0...v5.10.0
v5.9.0
🚀 Features
- ai: accept OIDC or API key (#1323) (b21799b)
- ai: improve mcp page tools (#1326) (66ea500)
- layer: add option to force color-mode (#1310) (8d8b0a7)
- ogImage: upgrade to v6 and use primary color (#1312) (a30dcb8)
- skills: add agent skills discovery via
.well-known(#1297) (2f7861b)
🐛 Bug Fixes
- layer: do not display edit page if github url missing (#1327) (d056a2c)
- og: limit description size (#1325) (1981e83)
- og: set og image as static (#1324) (46eb49d)
- starters: use extend in nuxt config (#1328) (c5f4580)
💚 New Contributors
- @mrniamster made their first contribution in #1308
📚 Documentation
https://docus.dev/en/ai/skills
Full Changelog: v5.8.1...v5.9.0
v5.8.1
v5.8.0
🚀 Features
🐛 Bug Fixes
- assistant: use
baseURLfor api call (#1295) (561c629) - i18n: use click mode for language selection (#1305) (a9a2fff)
- mcp: derive Docus MCP page URLs from request origin (#1302) (6043beb)
- mcp: use request fetch for raw page content (#1304) (84ddc87)
- typescript: support
nuxt typecheckin apps extending docus (#1300) (7032533)
💚 New Contributors
📚 Documentation
https://docus.dev/en/concepts/configuration#navigation
Full Changelog: v5.7.0...v5.8.0