0.3.3 #474
schickling
announced in
Announcements
0.3.3
#474
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] New onSuccess callback that runs after completing a build successfully
✨
onSuccess
CallbackA new callback will now be called when a successful build has completed.
The callback function receives a single argument that is an asynchronous function from which you can access data objects processed and generated by Contentlayer.
Running a build with the above configuration would yield something like the following on the console.
Better Non-Latin Character Support
Support has improved for characters in non-Latin languages. Fixes #337.
🙌 Thanks to @huanfe1 for help!
Other Improvements
Here are the other improvements shipped with this version.
Fix Body Field Handling for MDX
@stefanprobst resolved the discrepancy in handling a
body
field in frontmatter. Now, both Markdown and MDX files behave in the same way, supporting abody
field in the frontmatter. See #451 for details.Upgraded Dependencies
Dependencies have been upgraded to avoid warning messages. Fixes #360.
This discussion was created from the release 0.3.3.
Beta Was this translation helpful? Give feedback.
All reactions