Skip to content

Releases: garmeeh/next-seo

v6.5.0

15 Feb 16:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.4.0...v6.5.0

v6.4.0

28 Oct 21:17
Compare
Choose a tag to compare

v6.3.0...v6.4.0

v6.3.0

28 Oct 16:02
Compare
Choose a tag to compare

Misc

v6.2.0...v6.3.0

v6.2.0

28 Oct 15:17
Compare
Choose a tag to compare

v6.1.0...v6.2.0

v6.1.0

21 Jun 22:04
Compare
Choose a tag to compare

v6.0.0...v6.1.0

V6

01 Apr 19:15
Compare
Choose a tag to compare
V6

Breaking change:

If you are using the app directory you will need to migrate from NextSeo component to the built in generateMetaData method in Next.js

Notes:

For standard meta data (eg: , <title>) then it is highly recommended that you use the built in generateMetaData method. You can check out the docs here

For JSON-LD then the only change needed is you should add useAppDir={true} to the JSON-LD component in use. You should add use this component in your page.js and NOT your head.js.

Also better safe than sorry with SEO 😅

As this bug was fixed via #1062 it may have some strange effects if you have a work around in place.

All other changes:

v5.15.0...v6.0.0

v5.15.0

03 Dec 16:32
Compare
Choose a tag to compare
  • feat: enhance NewsArticleJsonLd and ArticleJsonLd author (#1105) 9409826
  • chore: Allow null for TS definitions about width and height of OpenGraphMedia (#1112) 7b2ad73
  • fix: typo in e2e app (#1120) fdf6738
  • fix: Accept type string for location and address (#1122) 0dbcef4
  • fix(EventJsonLd): Do not add eventStatus/eventAttendanceMode if not present (#1121) 94abb9e
  • Fix typo (#1095) 38838ca
  • fix: product can have a single review (#1102) 56f0146
  • [1109] Fix WebPage docs link (#1110) f904837
  • [1111] Improve WebPageJsonLdProps by extending JsonLdProps (#1114) da493ea

v5.14.1...v5.15.0

v5.14.1

09 Nov 19:29
Compare
Choose a tag to compare
  • Adding email property to the ContactPoint type (#1069) f857eb5

v5.14.0...v5.14.1

v5.14.0

04 Nov 19:37
Compare
Choose a tag to compare

This release could probably have been a patch release with the below being the only change. Being an SEO library I will always lean towards being extra careful, hence the minor vs patch. Also this could result in broken tests anyway if someone was doing some form of snapshot on the output.

Changes:

  • Remove keyoverride attribute from additional meta tags (#1080) 37dda3c

Chores:

v5.13.0...v5.14.0

v5.13.0

31 Oct 15:00
Compare
Choose a tag to compare

Be sure to check out the docs around the app directory

v5.12.0...v5.13.0