Releases: nuxt-modules/sitemap
Releases · nuxt-modules/sitemap
v6.0.0-beta.1
This is a beta release for the v6 major.
🚨 Breaking Changes
- Rewrite i18n resolving and url normalizing - by @harlan-zw in #319 (fab7e)
- New multi sitemaps paths - by @harlan-zw in #320 (bb7d9)
🚀 Features
sitemapsPathPrefix
config - by @harlan-zw in #325 (4b94c)
🐞 Bug Fixes
- Better filtering of file URLs - by @harlan-zw (27a95)
- Check for
robots
route rules - by @harlan-zw in #321 (ae455) - Map
include
,exclude
to i18n pages - by @harlan-zw in #322 (a7c04) - Fallback to prerender sitemap on vercel edge - by @harlan-zw (33598)
- Support
SERVER_PRESET
to detect env - by @harlan-zw (295c9) - Handle null
loc
's - by @harlan-zw (c0666)
View changes on GitHub
v5.3.5
No significant changes
View changes on GitHub
v5.3.4
No significant changes
View changes on GitHub
v5.3.3
🐞 Bug Fixes
- Less aggressive multi-sitemap warnings - by @harlan-zw (e5eec)
- Support
@nuxtjs/robots
v4 merge - by @harlan-zw (8279e)
View changes on GitHub
v5.3.2
No significant changes
View changes on GitHub
v5.3.1
v5.3.0
🚀 Features
- Video discovery - by @rayblair06 in #301 (630ca)
🐞 Bug Fixes
- Warn about mixing multi and single sitemap config - by @harlan-zw (32b9f)
- Warn when providing non-serializable
urls
- by @harlan-zw (8dfad) - Append base URL when pages are not used - by @harlan-zw (c6fa0)
- Prerender sitemap when using
github_pages
- by @harlan-zw (c429f) - Alternative
x-default
should respectexclude
- by @harlan-zw (262eb) - I18n
prefix_and_default
canonical path without prefix - by @harlan-zw (c92e9)
View changes on GitHub
v5.2.2
🐞 Bug Fixes
- Ignore invalid values on image discovery - by @rayblair06 in #290 (edd0c)
View changes on GitHub
v5.2.1
No significant changes
View changes on GitHub
v5.2.0
🚀 Features
- Nitro hook
sitemap:index-resolved
- by @harlan-zw (19094)
🐞 Bug Fixes
- Forward host header to dynamic source endpoint - by @chenyuncai and Ray Chen in #280 (85456)
- Broken nitro types - by @harlan-zw (01821)
- Remove build-time hook type definitions - by @harlan-zw (ee2b9)