Releases: nuxt/content
Releases · nuxt/content
v3.10.0
🚀 Features
- Add optional database indexes - by @bgervan in #3637 (8ab6f)
- Shallow clone git repository sources - by @wale and @farnabaz in #3542 (e6bf0)
- Single CSV file collections - by @Jasonzyt and @farnabaz in #3513 (8d887)
- search: Add minHeading/maxHeading options to queryCollectionSearchSections - by @onmax in #3636 (8053a)
🐞 Bug Fixes
- database:
- docs:
- lint:
- module:
- nuxthub:
- parser:
- path-meta:
v3.9.0
🚀 Enhancements
- amplity: Usenode:sqlite on AWS Amplify if Node.js > 22 (#3598)
🩹 Fixes
- fs-watcher: Add timeout to deal with race-condition (c07336e1)
- Respect app.baseURL in Cloudflare database handler (#3608)
- Prepare for NuxtHub 0.10 with hub.db (#3624)
📖 Documentation
- studio: Update to match alpha 2 version (90403eb5)
- studio: Move from GitHub to agnostic git provider approach (1a3259cd)
- studio: I18n of the UI (82a325cf)
- Simplify usage for studio setup (0167bd00)
- Add markdown.build.contentHeading option (#3612)
- Grammar fixes in global components docs (#3615)
- Update nuxthub section (5b5747ce)
- studio: Document de locale availability (#3618)
- Clarify Cloudflare Pages and D1 (#3587)
- Fix Nuxt badge icon (#3623)
- Update watch option docs (67a84776)
- Fix docker deployment typo (#3629)
- studio: Add visual editor info (0adecb22)
🏡 Chore
❤️ Contributors
- @farnabaz
- @larbish
- @bartektricks
- @atinux
- @antalasztrik
- Piotrjoniec [email protected]
- @io
- @SolidKalium
- Hendrik Heil [email protected]
- @johnfraney
- @maximepvrt
v3.8.2
v3.8.1
🔥 Performance
- Use moduleDependencies to install mdc module (#3597)
- Replace internal object records with maps (#3591)
🩹 Fixes
- docs: Docs collection prefix (72cc17d5)
- deps: Nuxt 4.2 patch (91a1de73)
- Make sure last char of column is not special char (#3610)
📖 Documentation
- studio: New module alpha release (#3601)
- studio: Change installation to alpha version (#3602)
- studio: Working with staging (2aa18b6b)
- studio: Move back to main (87a2530e)
- markdown: Add info to the complete MDC docs (#3605)
- deps: Studio latest (c4a1d4e7)
❤️ Contributors
v3.8.0
🎉 Highlights
• Schema extension: Allow extending inherited schemas with additional properties.
• Faster hot reload: Use Vite dev server to handle Content Hot Reload.
🚀 Enhancements
- Use Vite server for content hot reload (#3546)
- Client utils (#3506)
- Add support for nuxthub v1 (#3576)
🔥 Performance
- git: Use modern-tar over tar (#3569)
🩹 Fixes
📖 Documentation
- Update COPY command to support multiple lock files (#3545)
- Add back docs aside right bottom (c5603fac)
- Fix ads blink (cba9e34d)
- Update docus (362056af)
- Typo in migration docs about source definitions (#3571)
- Add vercel insights (aa0fa667)
- Update nuxt studio (79eb935e)
- Lint fix (868375bf)
🏡 Chore
- Remove ui pro occurences (#3557)
- Upgrade deps (77ccf914)
- Cleanup deprecated z re-export and editor usage (#3561)
- Upgrade deps (19e52328)
✅ Tests
- Mock bun:test (dded9886)
❤️ Contributors
- @farnabaz
- @atinux
- @ayuhito
- Adam DeHaven
- @maximepvrt
- @larbish
- Leon Dixon [email protected]
- Emiel Molenaar [email protected]
v3.7.1
v3.7.0
🎉 Highlights
- Support multiple validator libraries Zod v4 and Valibot
- Collection fields can inherit their schema from Vue components
Note
The z re-export from @nuxt/content is deprecated and will be removed in a future release. Import z from zod (or zod/v3) instead.
🚀 Enhancements
- Adopt standard schema spec and support different validators (#3524)
- Inherit component prop types in content collection (#3451)
🩹 Fixes
- Ignore OSX meta file
.DS_Store(fe5d7f91) - Ignore .DS_Store files in all subdirectories (c7a9af3f)
- nuxthub: Missing line separator in database migrations (#3464)
- Do not register
closehook if websocket is disabled (#3474) ProseCodepreview syntax highlighting (#3491)- Improve websocket and watcher cleanup handling (#3478)
- Deprecate
nitroexport in favor ofserver(ec97064f) - Block experimental sqlite warning on node (5ac31da0)
- Use listhen's
publicUrlif available (#3500) - Add dependency at Nuxt root dir (#3525)
- inherit: Type generation (63500f33)
- Normalize source cwd (#3532)
- inherit: Issue with property definition in arrays (873b7687)
- inherit: Try resolve component from root directory (b0073f1d)
- inherit: Cache component meta (e9658de3)
📖 Documentation
- Use vue
<slot>(#3460) - collections: Remove useless docs (55e34ad3)
- Document
sqliteConnector(f97ea701) - Extend tip for azure static web apps (#3472)
- Create examples and integrations section (#3473)
- template: Update docus base dir (6a028d19)
- template: Update docus and add i18n as draft (a9fed2f9)
- Fix typo in content editors (#3486)
- I18n example useless import (#3479)
- Fixed example syntax (#3495)
- ui: Update green to match with nuxt (31baffb9)
- Fix nativeSqlite configuration link (#3508)
- studio: IconLibraries option in editor schema def (8c3b55ac)
- Use
kbdfor keyboard shortcuts (9979388d)
🏡 Chore
- announcement: Nuxtlabs joins vercel (80acc862)
- Upgrade deps (17af59c6)
- Upgrade
@nuxtjs/i18n(81bf914c) - Examples with the right argument order (#3493)
- Upgrade deps (#3498)
- Upgrade to Nuxt 4 (#3499)
- Update WebSocket content reload logger prefix for clarity (#3522)
- Use NuxtHub nightly (#3536)
❤️ Contributors
- @farnabaz
- @skiyee
- @Eazash
- @maximepvrt
- @larbish
- @matisbag
- Wind [email protected]
- @andrefmonteiro
- Michel EDIGHOFFER [email protected]
- Bobbie Goede [email protected]
- @acidjazz
- @mmeester
- Letsgohimalaya [email protected]
v3.6.3
v3.6.2
🚀 Enhancements
- schema: Set
navigation.iconof page as icon for preview (eff825d9)
🩹 Fixes
- dev: Dont ignore subfolders (#3421)
- Check sqlite connector only if database type is sqlite (#3425)
- docs: Update query method to use first() for consistency (#3430)
- Fallback to api call if webassembly is not supported (#3399)
📖 Documentation
- Add findPageHeadline utils (#3420)
- markdown: Refine tree (ca86d97b)
- Migration to docus (#3417)
- github: Set rootDir to fix edit page link (832228cb)
- Sub list with double dot (#3437)
🌊 Types
- Markdown option should be optional (#3427)
🏡 Chore
- preview: Add icon libraries editor opption (092d1b5f)
- Upgrade deps (ebbbaa5e)
- Upgrade deps (8d08550a)
❤️ Contributors
- @farnabaz
- Michel EDIGHOFFER [email protected]
- @larbish
-@cirolosapio - @maximepvrt
- Hendrik Heil [email protected]
v3.6.1
🚀 Enhancements
- Warn if nuxthub is loaded before without database (#3405)
- Support Cloudflare Workers (#3407)
- Support
<=and>=sql operators (#3413) - Add
findPageHeadlineutils (#3416)
🩹 Fixes
📖 Documentation
- blog: Undraft docus v3 (5c973721)
- templates: Add docus (41dc8984)
- blog: Oss license docus v3 (e2d274b7)