Releases: nuxt-modules/sitemap
Releases · nuxt-modules/sitemap
v7.2.4
🐞 Bug Fixes
- Nitro v3 support - by @harlan-zw (f8ebd)
- Setting headers incorrectly for
style.xsl
- by @harlan-zw (5be8f) - Normalize extracted video poster paths - by @harlan-zw (ed182)
- Don't await pages if only using app.vue - by @harlan-zw (593e7)
View changes on GitHub
v7.2.3
v7.2.2
🐞 Bug Fixes
- content:
- Markdown files without
sitemap
not included - by @harlan-zw (7f111) - Warn when module is loaded after Content v3 - by @harlan-zw (5b648)
- Markdown files without
View changes on GitHub
v7.2.1
🐞 Bug Fixes
- content: Export v3 util from
@nuxtjs/sitemap/content
- by @harlan-zw (bd749)
View changes on GitHub
v7.2.0
🚀 Features
sitemap:input
Nitro hook - by @harlan-zw in #397 (e4a98)- Nuxt Content v3 - by @harlan-zw in #398 (579f7)
- External XML sitemaps as sources - by @harlan-zw in #404 (89cd9)
🐞 Bug Fixes
- Respect falsy
sitemapsPathPrefix
- by @harlan-zw (c7b1e) - Avoid adding invalid video sitemap entries - by @harlan-zw (26da4)
- content: Avoid parsing invalid videos in markdown - by @harlan-zw (93b73)
View changes on GitHub
v7.1.0
No significant changes
View changes on GitHub
v7.0.2
v7.0.1
v7.0.0
Introduction
The v5 major of Nuxt Sitemap is a simple release to remove deprecations and add support for the Nuxt SEO v2 stable.
⚠️ Breaking Features
Site Config v3
Nuxt Site Config is a module used internally by Nuxt Sitemap.
The major update to v3.0.0 shouldn't have any direct effect on your site, however, you may want to double-check
the breaking changes.
Changelog
🚨 Breaking Changes
- Upgrade to nuxt-site-config v3 - by @harlan-zw (6c610)
- Remove deprecations - by @harlan-zw in #386 (eb8c8)
🐞 Bug Fixes
- Support root sitemaps path prefix - by @harlan-zw (334a4)
View changes on GitHub
v6.1.5
🐞 Bug Fixes
- Safe fallback when
getNuxtModuleVersion
fails - by @harlan-zw (3625c)