Skip to content

Releases: harlan-zw/nuxt-seo-utils

v6.0.3

26 Nov 03:03
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v6.0.2

25 Nov 08:49
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v6.0.1

25 Nov 04:45
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v6.0.0

24 Nov 15:54
Compare
Choose a tag to compare

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

    View changes on GitHub

v5.0.2

01 Nov 07:46
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v5.0.1

21 Oct 14:15
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v5.0.0

04 Oct 22:49
Compare
Choose a tag to compare

Module Renamed To Nuxt Seo Utils

The module has been renamed to nuxt-seo-utils to better reflect the functionality it provides.

The original name of the module was nuxt-seo-experiments, hinting that the features weren't stable and that they would land in the Nuxt core. This is no longer the case, and the module has been renamed to reflect this.

With this rename the module scope changes to include the random functionality that Nuxt SEO was previously providing:

  • useBreadcrumbItems() composable
  • Config: redirectToCanonicalSiteUrl
  • Config: fallbackTitle
  • Config: automaticDefaults

The new docs will reflect these.

   🚨 Breaking Changes

    View changes on GitHub

v4.0.1

02 Sep 08:00
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v4.0.0

16 Jul 11:00
Compare
Choose a tag to compare

Nuxt SEO Experiments v4 🎉

This new stable release for Nuxt SEO experiments introduces many stability improvements and support for dark and light icons.

Dark / Light Mode Icons

When you have a site that supports both light and dark modes, it can make sense to serve two separate icons depending on which mode is selected. With Nuxt SEO experiments you can now opt-in to this feature by simply renaming your icons as either icon-light or icon-dark.

<link rel="icon" href="/icon-dark.png" media="(prefers-color-scheme: dark)" />
<link rel="icon" href="/icon-light.png" media="(prefers-color-scheme: light)" />

Learn more on the docs.

Changelog

   🚨 Breaking Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v4.0.0-rc.13

14 Jul 12:08
Compare
Choose a tag to compare
v4.0.0-rc.13 Pre-release
Pre-release

No significant changes

    View changes on GitHub