Releases: nuxt-modules/sitemap
Releases · nuxt-modules/sitemap
v5.0.4
v5.0.3
v5.0.2
🐞 Bug Fixes
- Lastmod regex issue - by @PabloGBarcelo in #211 (c8ae1)
- Only transform
lastmod
when it's not w3c format - by @harlan-zw (127b6) - Prefer lastmod
Z
timezone over+00:00
, drop ms - by @harlan-zw (30f74) - devtools: Init error - by @harlan-zw (e96cf)
View changes on GitHub
v5.0.1
v5.0.0
🚨 Breaking Changes
✨ Official Nuxt Sitemap Module
This module is now the official Sitemap module for Nuxt 3.
To properly reflect this, the package has been renamed to @nuxtjs/sitemap
from nuxt-simple-sitemap
and the GitHub repository has been moved to nuxt-modules/sitemap.
- Update the dependency
{
"dependencies": {
- "nuxt-simple-sitemap": "*"
+ "@nuxtjs/sitemap": "^5.0.0"
}
}
- Update your
nuxt.config
.
export default defineNuxtConfig({
modules: [
- 'nuxt-simple-sitemap'
+ '@nuxtjs/sitemap'
]
})
🐞 Bug Fixes
Improved Cache Debugging
- Set browser cache time to match
cacheMaxAgeSeconds
- by @harlan-zw (00d17) - Iso timestamp for debugging cache - by @harlan-zw (db3f3)
- Cache headers for prerendered sitemap - by @harlan-zw (57bef)
- More explicit caching - by @harlan-zw (328b7)
More Consistent DevTools UI
The DevTools has been updated to match the branding of the other Nuxt SEO module DevTools. (bc4ae)
Others
- Redirect multi sitemap
sitemap.xml
using route rules - by @harlan-zw (e1bee)
View changes on GitHub
v4.4.1
No significant changes
View changes on GitHub
v4.4.0
🚀 Features
- Gzip streaming with
experimentalCompression
- by @harlan-zw (c111a)
🐞 Bug Fixes
- xsl: Hint to view page source - by @harlan-zw (8d657)
View changes on GitHub
v4.3.0
🐞 Bug Fixes
- Warn when
@nuxtjs/i18n
is installed without locales - by @harlan-zw (863b0) - Require nuxt 3.9 - by @harlan-zw (cace3)
View changes on GitHub
v4.2.3
No significant changes
View changes on GitHub
v4.2.2
No significant changes