0.2.6 #265
schickling
announced in
Announcements
0.2.6
#265
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ℹ️ [TLDR] 0.2.6 contains some small improvements and a few bug fixes (e.g. when using PNPM).
Changes
next-contentlayer
: You can now set a customconfigPath
viacreateContentlayerPlugin
in the Next.js plugin (similar to the--config
CLI flag). See feat: allow passing config path via next-contentlayer #248 for more - thanks to @stefanprobst for this nice contribution.next-contentlayer
: Fixed a bug which caused "dev mode" to not work when using PNPM or when on Windows. Closes Failed to import from contentlayer/generated with pnpm #239index.d.ts
file. Closes don't generate invalid typescript #253.source-files
: Fixed a TypeScript definition forPartialArgs
used inmakeSource
. Closes Bug:makeSource
args type not updated with new config options for 0.2.5 release #243.A special thanks to all contributors helping making this release happen. 💜
This discussion was created from the release 0.2.6.
Beta Was this translation helpful? Give feedback.
All reactions