Skip to content

Releases: nuxt-modules/sitemap

v5.0.1

06 Jan 12:39
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v5.0.0

06 Jan 04:55
Compare
Choose a tag to compare

   🚨 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.

  1. Update the dependency
{
  "dependencies": {
-    "nuxt-simple-sitemap": "*"
+    "@nuxtjs/sitemap": "^5.0.0"
  }
}
  1. Update your nuxt.config.
export default defineNuxtConfig({
  modules: [
-   'nuxt-simple-sitemap'
+  '@nuxtjs/sitemap'
  ]
})

   🐞 Bug Fixes

Improved Cache Debugging

More Consistent DevTools UI

The DevTools has been updated to match the branding of the other Nuxt SEO module DevTools. (bc4ae)

Others

    View changes on GitHub

v4.4.1

03 Jan 16:06
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v4.4.0

03 Jan 16:03
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v4.3.0

03 Jan 12:47
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v4.2.3

30 Dec 05:26
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v4.2.2

30 Dec 05:26
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v4.2.1

28 Dec 13:56
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v4.2.0

19 Dec 06:20
Compare
Choose a tag to compare

   🚀 Features

Providing a number of performance improvements related to Site Config. ⚠️ Test your production sitemap once you upgrade.

This new integration will automatically exclude URLs from the sitemap when they are ignored by robot rules (i.e /robots.txt, hook or nuxt config).

To stop a page from being added to the sitemap previously, you either needed to use the exclude option or index: false, sitemap: false within routre rules. This new integration should be much more seamless.

    View changes on GitHub

v4.1.17

13 Dec 11:17
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub