Skip to content

0.2.6

Compare
Choose a tag to compare
@schickling schickling released this 08 Jul 13:42
· 216 commits to main since this release
08c52bf

ℹ️ [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 custom configPath via createContentlayerPlugin in the Next.js plugin (similar to the --config CLI flag). See #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 #239
  • Fixed a peer dependency issue that resulted in an error when using PNPM. Closes #229.
  • Fixed a TypeScript syntax problem for the generated index.d.ts file. Closes #253.
  • source-files: Fixed a TypeScript definition for PartialArgs used in makeSource. Closes #243.

A special thanks to all contributors helping making this release happen. 💜