✨ Highlights
- New LibSQL database adapter
source.path
accepts glob pattern but the name was misleading, now it has been renamed tosource.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 ofuseSeoMeta
🚀 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 ofuseSeoMeta
(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 viemarkdown.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
- Update introduction (a6f48b63)
- Introduction typo (a3118689)
- Raw content (73ecf0a7)
- Update raw content (56fdfd35)
- Improvements (d936c48e)
- Update (edb17276)
- Remove extra console.log (1b6dbceb)
- app: Ts error (8c0693b2)
- Move to /docs (2f291b6d)
- Update collection definition (b49997cd)
- Fix links (0d2c6902)
- Update (1dac4d5e)
- Update structure (d201414c)
- Update (40925dc6)
- Switch config and migration (4be37f0e)
- app: Remove useless mapping on navigation (c4223fbf)
- nuxt.config: Disable
mdc.highlight.noApiRoute
(6803b06a) - nuxt.config: Remove
routeRules
redirect (3f84f7a3) - app: Display links in header (c66afec7)
- app.config: Set
secondary
color (f4fbd729) - app: Configure tailwind
@source
to handleyml
files (44a3dd07) - app: Set background to
950
(0f3473c7) - app: Implement index page (29d8e271)
- content: Update links so generate dont fail (06ba18db)
- Improve asyncData speed (cef504eb)
- landing: Highligh mdc (92fb407d)
- Improve database page (5c5759ad)
- Update (7704f98d)
- Update links (a0099fdb)
- More improvements (705d63e4)
- Update broken links (b9c29d54)
- Improve markdown content (f7b51d89)
- Update code samples (5347c7b2)
- Landing title & description (606d5caf)
- Update (1bcd77bf)
- Various improvements (d501b6c6)
- Fix example (c3e0fde1)
- Fix link (92e7591d)
- Update config with alphabetical order (ee5e97f9)
- Improve docs (8617a30f)
- Update TOC depth (e25cf0bd)
- Fix typo in 1.query-collection.md (#2849)
- Update 1.collections.md file fixing z.Date typo (#2852)
- Add og image for landing page (7a2ebba0)
- home: Rename collection (d4e46a7f)
🏡 Chore
- Add
docs:build
script (b636587a) - Debug libsql timing (2f200872)
- Update (1bfb90d1)
- More logs (2548b356)
- Move back to d1 and remove console.log (3a70b2ee)
- Lint fix (af9d7ccb)
- Lint fix (6e53dc29)
- Upgrade deps (3742d94f)
- Upgrade deps (bc2eb1a1)
- Upgrade @nuxtjs/mdc module (113353e0)
- Remove unused seo fields (6d579bb4)
- Upgrade deps (cb33501f)
- Add ui-pro and i18n examples (7f9ae306)
- Upgrade deps (a900f226)
- Conventional changelog (40cb48be)
- release: V3.0.0-alpha.7 (14b50858)
✅ Tests
❤️ Contributors
- Farnabaz (@farnabaz)
- Baptiste Leproux (@larbish)
- Ismail9k (@ismail9k)
- Paul-louyot (@paul-louyot)
- Sébastien Chopin (@atinux)
- Benjamin Canac (@benjamincanac)