Major Changes
-
f11f89d: [Next.js] Rename APIS
On page data:
_file
->info
._file.absolutePath
->info.fullPath
.
-
effe43d: Drop support for Zod 3 schemas
Zod 3 schemas are still allowed, but you can no longer extend on the Zod 4 schemas provided by Fumadocs.
-
2862a10: [Next.js] Removed
content
on page data in favour ofgetText()
.