Skip to content

0.3.2

Compare
Choose a tag to compare
@schickling schickling released this 24 Apr 15:05
· 52 commits to main since this release
49025aa

ℹ️ [TLDR] Bug fixes for next dev, Support for next export, bug fixes and updated dependencies

Improved next-contentlayer integration

As part of 0.3.2 we've overhauled the next-contentlayer integration with the goal of making it more stable and less dependent on implementation details of Next.js. This fixes #415 and #416 (thanks @kamto7).

As part of this effort (and by no longer relying on the redirects workaround) Contentlayer now also works with next export. (closes #426)

Other Improvements

  • Fix: Opentelemetry version incompatibility with next 13.2 (closes #407 - thanks @jgillich)
  • Fix: Type resolution when using modern TypeScript module resolution (closes #373 - thanks @jrolfs)
  • Fix: Korean file names are not supported (closes #431 - thanks @mi-reu)
  • Fix: contentDirInclude didn't work in some cases (closes #383 - thanks to @teobler)

Note about state of the project

Please also take a look at #429 to read about the current state of the project. 💜