Releases: nuxt-modules/sitemap
Releases · nuxt-modules/sitemap
v7.6.0
Immutable
release. Only release title and notes can be modified.
🚀 Features
- Support sitemap on
definePageMeta- by @harlan-zw (b61c5) - Expose sitemap validation warnings on XSL - by @harlan-zw (d5d84)
- Sitemap.xsl redesign, light/dark mode - by @harlan-zw (acc20)
- content:
- Collection filters - by @harlan-zw in #520 (ae9cc)
onUrlfunction - by @harlan-zw (0eebd)
- devtools:
- UI refresh - by @harlan-zw (94d01)
- utils:
parseSitemapIndex()- by @harlan-zw (6001c)
🐞 Bug Fixes
- Dev tip for sitemaps that don't produce URLs - by @harlan-zw (ac22c)
- Rework type augments / overrides - by @harlan-zw (895a7)
- Generating sitemaps with a slash (/) in the name #467 - by @harlan-zw in #467 (bded4)
- Warn on missing sitemaps - by @harlan-zw (bd610)
- Throw error when prerendering empty sitemap sources - by @harlan-zw (52ea7)
- Avoid external API requests for internal - by @harlan-zw (22739)
View changes on GitHub
v7.5.2
Immutable
release. Only release title and notes can be modified.
v7.5.1
Immutable
release. Only release title and notes can be modified.
🐞 Bug Fixes
- Normalize
sitemap:sourceshook - by @harlan-zw (a021e) - i18n: Support custom route paths - by @harlan-zw (785ce)
View changes on GitHub
v7.5.0
Immutable
release. Only release title and notes can be modified.
🚀 Features
zeroRuntimemode - by @harlan-zw in #532 (1fa92)- Build-time hook
sitemap:prerender:done- by @harlan-zw in #534 (a4051) - Mark entries as pre-encoded
_encoded: true- by @harlan-zw (b1b17)
🐞 Bug Fixes
- Don't extract alternatives from HTML when autoI18n is enabled - by @harlan-zw in #537 (018de)
- Chunked sitemaps with sitemapsPathPrefix '/' - by @harlan-zw in #536 (2d7db)
- Priority
1->1.0- by @harlan-zw (f6b9c)
View changes on GitHub
v7.4.11
Immutable
release. Only release title and notes can be modified.
🐞 Bug Fixes
- Memory leak on recursive sitemap requests - by @harlan-zw (09957)
🏎 Performance
- Precompute filter functions - by @harlan-zw (117eb)
View changes on GitHub
v7.4.10
Immutable
release. Only release title and notes can be modified.
🐞 Bug Fixes
- discoverImages: Missing body - by @farnabaz and @harlan-zw in #531 (b9582)
🏎 Performance
- Optimize xml generation - by @harlan-zw (690f4)
- Faster resolutions of entries - by @harlan-zw (0f2df)
View changes on GitHub
v7.4.9
Immutable
release. Only release title and notes can be modified.
🐞 Bug Fixes
- Chunking support with URL filtering - by @JackTYM (6593d)
- ReadSourcesFromFilesystem unicode escape error on windows - by @yamachi4416 in #523 (ae7d3)
- Check for undefined data in sitemap prerender - by @harlan-zw in #525 (853e5)
- Add null safety checks in nuxt page sitemap processing - by @harlan-zw in #526 (0589b)
- Use snake_case for ImageEntry.geo_location to match XML spec - by @harlan-zw #527 (f3e5d)
- content:
zodpeer dependency for schema merge - by @harlan-zw (9fca6)
View changes on GitHub
v7.4.8
Immutable
release. Only release title and notes can be modified.
🐞 Bug Fixes
- Expose site config on debug endpoint - by @silverbackdan (02b72)
- Prerendering pages not always in source - by @harlan-zw in #506 (c098f)
- Respect robots meta rule when prerendering - by @harlan-zw in #507 (77f7e)
View changes on GitHub
v7.4.7
Immutable
release. Only release title and notes can be modified.
No significant changes
View changes on GitHub
v7.4.6
Immutable
release. Only release title and notes can be modified.
🐞 Bug Fixes
- Broken
distpublishing - by @harlan-zw (b77e1) - Broken
distpublishing - by @harlan-zw (6218d) - Add
@nuxtjs/robotsas optional dependency - by @harlan-zw (da80a)