npm @nuxt/content 3.6.0
v3.6.0

latest releases: 3.6.3, 3.6.2, 3.6.1...
2 months ago

🎉 Highlights

  • Forward SSR cookies in internal API requests to support authenticated requests
  • Improve development performance by excluding content files from Nuxt Watcher
  • Move better-sqlite3 to peer dependency

Note

Due to various requests and issues related to native bindings, we have moved better-sqlite3 to a peer dependency.
This allows users to choose their preferred SQLite connector.
Upon first run, module will ask you to install better-sqlite3 or sqlite3 if its necessary.

🚀 Enhancements

  • parser: Allow extra transformers to provide components used (#3355)
  • Add findPageBreadcrumb, findPageChildren and findPageSiblings utils (#3393)
  • Use json schema instead of zod for internal routines (#3347)
  • source: Do not watch for excluded files (2ee1149d)
  • Toggle content heading extraction (#3400)
  • Make better-sqlite3 dependency optional (#3349)

🩹 Fixes

  • module: Check modules existence using import (#3348)
  • Do not escape newlines (#3320)
  • Add sql_dump file extension (#3339)
  • websocket: Client url (#3344)
  • module: Ignore files in content folder in nuxt building (#3380)
  • Forward SSR cookies in internal API requests (#3385)
  • preview: Handle deleted key in object (231ef50b)
  • collections: Default values (10f3a066)
  • templates: Populate preview template schema (b7230cdb)

📖 Documentation

  • Hydration issue in full-text-search page (a396d391)
  • template: Portfolio (f5a50a15)
  • examples: Add key to dynamic asyncData (#3332)
  • Limit TOC depth in prose components page (68283237)
  • Fix a few spelling issues and misc changes (#3371)
  • Fix missing quote in collection sources glob pattern (#3368)
  • Update on querying blog collection docs (#3363)
  • Fix design-kit image path (#3366)
  • Fix typos, add useful information and examples (#3376)
  • templates: Update portfolio demo (080c8d21)
  • advanced: Rename LLMs title (c3343847)
  • advanced: Update llms page (7f98a3a5)
  • Improve the csv documentation to align with the other pages (#3388)
  • Correct configuration property name (#3386)
  • Dockerfile ENV LegacyKeyValueFormat (#3394)
  • blog: Docus v2 (d98bf491)
  • Generated SQL in queryCollection conditions (b3d2cfba)
  • Missing classes (2d517634)
  • Add note about SQL connector (e2e69347)

🏡 Chore

  • Switch to tinyglobby (#3370)
  • Integrate minimark and generate markdown for docs pages (#3381)
  • Upgrade deps (#3389)
  • Upgrade deps (6f98ef39)

❤️ Contributors

Don't miss a new content release

NewReleases is sending notifications on new releases.