npm @nuxt/content 3.0.0-alpha.7
v3.0.0-alpha.7

2 days ago

✨ Highlights

  • New LibSQL database adapter
  • source.path accepts glob pattern but the name was misleading, now it has been renamed to source.include
  • Automatic slot unwrap comes to Nuxt Content. If a component has a single paragraph as a child, the paragraph will unwrap and its children will pass to the component slot.
  • useContentHead dropped in favor of useSeoMeta

🚀 Enhancements

  • Add support for LibSQL (e345fdc5)
  • Enable remark-mdc automatic unwrap (b5b77596)
  • Provice default value for seo title & description (c8d88489)

🩹 Fixes

  • Typo (e0f7bf5b)
  • deps: Use @nuxt/content from workspace (4d891411)
  • Dev: Update dump on file modification and deletion (21a04d7e)
  • Drop useContentHead in favor of useSeoMeta (ca78aaf4)
  • Use version for info collection (a79040d9)
  • source: Do not edit source.include (fa591ff1)
  • icons: Use local server bundle (a440e2fe)
  • Broken util (89352b85)
  • Drop markdown.mdc option, plugin can be controlled vie markdown.remarkPlugins (1cf4cbdc)
  • ContentRenderer: Typo in class props (e8170352)
  • Deprioritise ~/components/content directory (0a7077ab)
  • Unshift components dirs to prevent getting prefixed (8f8b3739)
  • Drop content tables to start local server with a clean state (#2859)
  • build: Do not return database in dropContentTables (668bc157)

💅 Refactors

  • Simplify source definition (3ca01f44)
  • Update tables name and schema and better checksum check (893252b5)

📖 Documentation

🏡 Chore

✅ Tests

❤️ Contributors

Don't miss a new content release

NewReleases is sending notifications on new releases.