Skip to content

Releases: nuxt-modules/sitemap

v5.1.1

04 Mar 12:27
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v5.1.0

01 Feb 11:13
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v5.0.5

18 Jan 03:47
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v5.0.4

16 Jan 12:39
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v5.0.3

15 Jan 13:43
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v5.0.2

14 Jan 04:45
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

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