Releases: garmeeh/next-seo
v6.6.0
v6.5.0
What's Changed
- Fix properties BreadCrumbJsonLdProps by @tiagobbraga in #1374
New Contributors
- @tiagobbraga made their first contribution in #1374
Full Changelog: v6.4.0...v6.5.0
v6.4.0
v6.3.0
- Changed Spelling of Organisation to Organization (#1280) b9105f0
- feat:
CustomJsonLd
for carousel (#949) ae7923d
Misc
- Bump word-wrap from 1.2.3 to 1.2.5 (#1296) e6c8023
- Bump semver from 5.7.1 to 5.7.2 (#1295) b82ec46
- Bump @babel/traverse from 7.21.4 to 7.23.2 (#1297) 7be9df7
- Bump @adobe/css-tools from 4.2.0 to 4.3.1 (#1294) 3400ce7
- Bump @types/react from 18.0.31 to 18.2.14 (#1272) 50774c3
- Bump @types/jest from 29.5.0 to 29.5.2 (#1253) 8f46dee
- Bump prettier from 2.8.7 to 2.8.8 (#1212) 124758e
- Bump @types/node from 18.15.11 to 20.3.2 (#1273) ce9947c
- Bump cypress from 12.9.0 to 12.16.0 (#1274) c140a75
- Bump typescript from 5.0.3 to 5.1.6 (#1276) 580cfcd
- Bump lint-staged from 11.1.1 to 13.2.3 (#1277) a461a78
v6.2.0
v6.1.0
- fix readme typo (#1124) 59c18c4
- fix: #1118 - added worstRating under AggregateRating type (#1224) c086508
- Fix useAppDir prop value instructions when using app dir (#1244) ee41400
- Make sub fields for Place on JobPostingJsonLd optional (#1251) 1b22541
- Update README.md 4c69f9b
- Add banner for Next.js Weekly newsletter (#1195) c93b9d7
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
- 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
andaddress
(#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.14.0
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:
Chores: