Releases: harlan-zw/nuxt-seo-utils
Releases · harlan-zw/nuxt-seo-utils
v6.0.8
v6.0.7
v6.0.6
🐞 Bug Fixes
- Use appropriate titles for 404, 500 errors - by @harlan-zw (ec93c)
seo.meta
not being parsed - by @harlan-zw (92e78)
View changes on GitHub
v6.0.5
🐞 Bug Fixes
- breadcrumbs: Broken i18n route name - by @harlan-zw (3af1b)
- redirectCanonical: Avoid redirects for internal routes - by @harlan-zw (eedc6)
View changes on GitHub
v6.0.4
🐞 Bug Fixes
tagPriority
position and docs typo - by @maximepvrt in #30 (1fdf3)- useBreadcrumbItems: Handle undefined route name - by @TonyFresneau in #28 (7b8ff)
View changes on GitHub
v6.0.3
🐞 Bug Fixes
- Give route rules
seoMeta
andhead
higher priority - by @harlan-zw (c0592)
View changes on GitHub
v6.0.2
v6.0.1
🐞 Bug Fixes
- Resolve
app.head.seoMeta
types absolutely - by @harlan-zw (55269)
View changes on GitHub
v6.0.0
Introduction
The v5 major of Nuxt Schema.org is a simple release to remove deprecations and add support for the Nuxt SEO v2 stable.
⚠️ Breaking Features
Site Config v3
Nuxt Site Config is a module used internally by Nuxt Schema.org.
The major update to v3.0.0 shouldn't have any direct effect on your site, however, you may want to double-check
the breaking changes.
Changelog
🚨 Breaking Changes
- Upgrade to v3 nuxt site config - by @harlan-zw (cb063)
View changes on GitHub
v5.0.2
🐞 Bug Fixes
- Add
#seo-utils
alias - by @harlan-zw (34fd5) - breadcrumbs: Avoid using route name as a fallback label - by @harlan-zw (12737)