Note
Due to the fix from #3839, if you use Git sources, you might see duplicate git caches in .data/content directory. It is not a bug and will not affect Nuxt Content behavior, but you can remove this folder if you want to cleanup unused files. Nuxt Content will generate new caches on next run.
🐞 Bug Fixes
- Avoid install prompt in non-interactive environments - by @lazerg in #3833 (2d0e8)
- Improve generated git cache key - by @danielroe in #3839 (d1e35)
- Use UTC getters in formatDate/formatDateTime to prevent timezone drift - by @surohak and @farnabaz in #3782 (9f1f8)
- ContentRenderer: Keep async component identity stable across re-resolves - by @hendrikheil in #3835 (dcf86)
- module: Keep content templates when building with _prepare - by @mansurkhoja in #3837 (e390c)
- nuxthub: Handle object form of
hub.db- by @benjamincanac in #3822 (8841a) - query: Tolerate trailing slashes in path-based lookups - by @danielroe in #3838 (220d3)
- runtime: Use dynamic import for
#content/adapterto prevent prerender failure - by @gepotumu, “finderz” and @farnabaz in #3830 (40039)