Releases: nuxt-modules/sitemap
Releases · nuxt-modules/sitemap
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)
View changes on GitHub
v6.1.4
v6.1.3
🐞 Bug Fixes
- Exclude prerendered redirects from sitemap - by @harlan-zw (37277)
View changes on GitHub
v6.1.2
🐞 Bug Fixes
- Check for robots integration once modules are done - by @harlan-zw (54d51)
- nuxt-i18n-micro: Broken route generation - by @harlan-zw (7a494)
View changes on GitHub
v6.1.1
🐞 Bug Fixes
- cloudflarePages: Broken relative url endpoints - by @harlan-zw (9310f)
View changes on GitHub
v6.1.0
🚀 Features
nuxt-i18n-micro
module integration - by @harlan-zw in #357 (39b91)
🐞 Bug Fixes
- Root path
/
not being matched with route rules - by @harlan-zw (c1aab) - False positive
sources
warning - by @harlan-zw (624a8)