Skip to content

Releases: nuxt-modules/sitemap

v4.1.9

07 Dec 12:34
Compare
Choose a tag to compare
chore: release v4.1.9

v4.1.8

07 Dec 03:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.7...v4.1.8

v4.1.7

01 Dec 03:49
Compare
Choose a tag to compare

Bug Fixes

  • avoid re-normalising loc's (89ade0c)

v4.1.6

22 Nov 03:11
Compare
Choose a tag to compare

Bug Fixes

  • i18n: resolve inline [@nuxtjs](https://github.com/nuxtjs)/i18n options (08141d7)

v4.1.5

22 Nov 02:30
Compare
Choose a tag to compare

Bug Fixes

  • devtools: link absolute fetch URLs correctly (4baa84c)
  • set default fetch timeout to 5 seconds (28162c0)

v4.1.4

22 Nov 02:10
Compare
Choose a tag to compare

Bug Fixes

  • avoid runtime types depending on module entry (f1a043e)

v4.1.3

16 Nov 00:24
Compare
Choose a tag to compare

Bug Fixes

  • i18n: safer alternatives setting (b1527e7)
  • i18n: safer filtering of URLs (a20a02c), closes #170

v4.1.2

15 Nov 04:11
Compare
Choose a tag to compare

Bug Fixes

  • i18n: ensure urls have leading slash for regex matching (576c10e)

v4.1.1

15 Nov 03:46
Compare
Choose a tag to compare

Bug Fixes

  • content: improved nuxt/content integration (3a6be3d)
  • i18n: enable filters exclude, include to work (373e471), closes #164
  • i18n: filter pages URLs into their sitemaps (87c7342)
  • i18n: filter user sources into appropriate sitemap when prefixed (e725761)
  • asSitemapUrl composable to resolve types (1f147a3)
  • prerender: filter out sitemap entries in nitro prerender config (56f35f7)

v4.1.0

13 Nov 05:39
Compare
Choose a tag to compare

Notable Changes

AutoLastmod Disabled By Default

Previous to this version, autoLastmod was enabled by default. Recently it was announced that Google will only respect lastmod when you are accurately setting it, otherwise, it will start ignoring it.

For this reason autoLastmod is now disabled by default. However, you can still opt-in to this feature if you'd like to.

With this, when prerendering your pages, the module will now extract the article:modified_time to safely set the lastmod for you.

To learn more, see the new Sitemap.xml Best Practices and Nuxt Prendering docs.

Changelog

Bug Fixes

  • apply route rules (f733261)
  • avoid inserting dynamicUrlsApiEndpoint route (3fcac13)
  • disable autoLastmod by default for best practices (51e739e)
  • exclude /_nuxt/** and /api/** paths by default (c7f4ce0)
  • filter i18n URLs based on non-prefixed path (94a5214)
  • only filter _sitemap with multi sitemaps (e662cad), closes #165
  • sitemap title not rendering correctly in XSL (8fb2388)
  • devtools: tidy up hints (083789d)
  • i18n support i18n strategy prefix_and_default (8bb8adc)
  • i18n match non-prefixed route for i18n route rules (da59a9a)

Features

  • support experimentalWarmUp (da07f0d)
  • prerenderer: extract lastmod from article:modified_time (3ec3667)