Skip to content

v3.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Dec 00:11
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
afa69a3

This release brings significant updates across all Nuxt SEO modules with new features for robots and sitemap, plus numerous stability improvements throughout the ecosystem.

Highlights:

✅ Upgrading

Our recommendation for upgrading is to run:

npx nuxt upgrade --dedupe

This will deduplicate your lockfile as well, and help ensure that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.

📦 Module Updates

Nuxt Robots

https://github.com/nuxt-modules/robots/releases/tag/v5.5.5https://github.com/nuxt-modules/robots/releases/tag/v5.6.4

Nuxt Sitemap

https://github.com/nuxt-modules/sitemap/releases/tag/v7.4.7https://github.com/nuxt-modules/sitemap/releases/tag/v7.4.9

  • ✨ Chunking support with URL filtering
  • 🐛 Fix Windows unicode escape errors when reading sources
  • 🐛 Fix prerendering pages not consistently appearing in sources
  • 🐛 Fix robots meta rules respected during prerendering
  • 🐛 Fix XML spec compliance (snake_case for geo_location)

Nuxt Link Checker

https://github.com/harlan-zw/nuxt-link-checker/releases/tag/v4.3.2https://github.com/harlan-zw/nuxt-link-checker/releases/tag/v4.3.9

  • 🐛 Fix ignore all /_* paths
  • 🐛 Fix pages hang edge case
  • 🐛 Fix hanging when pages dir is missing
  • 🐛 JSON report only shows failing results
  • 🐛 Tree sort for markdown reports

Nuxt OG Image

https://github.com/harlan-zw/nuxt-og-image/releases/tag/v5.1.11https://github.com/harlan-zw/nuxt-og-image/releases/tag/v5.1.13

  • 🐛 Fix broken Google font mirror
  • 🐛 Fix WASM Satori API compatibility
  • 🐛 Fix _query params disrupting render path

Nuxt Schema.org

https://github.com/harlan-zw/nuxt-schema-org/releases/tag/v5.0.9https://github.com/harlan-zw/nuxt-schema-org/releases/tag/v5.0.10

  • 🐛 Fix zod as optional peer dep

Nuxt SEO Utils

https://github.com/harlan-zw/nuxt-seo-utils/releases/tag/v7.0.16https://github.com/harlan-zw/nuxt-seo-utils/releases/tag/v7.0.19

  • 🐛 Fix Vite plugin ordering
  • 🐛 Fix normalize incorrect BCP 47 locales

Nuxt Site Config

https://github.com/harlan-zw/nuxt-site-config/releases/tag/v3.2.7https://github.com/harlan-zw/nuxt-site-config/releases/tag/v3.2.11

  • 🐛 Fix redundant baseUrl warning in development
  • 🐛 Fix IPv6 address support in host parsing
  • 🐛 Fix safe runtime type generation

    v3.2.0...v3.3.0