Update mdx integration docs for v3#8151
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
sarah11918
left a comment
There was a problem hiding this comment.
This looks great @bluwy ! I just used our <Since> component to call attention to the change with the new version, which will need to be imported at the top of the file, (which I can't just suggest here in GitHub):
import Since from '~/components/Since.astro';
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
sarah11918
left a comment
There was a problem hiding this comment.
Looks great! Ready for 4.8 💪
|
Updating branch and pointing to new 4.8.0 branch |
Description (required)
Update the docs for the MDX integration's next major (v3). The main change is the rename of
optimize.customComponentNames->optimize.ignoreElementNames.There's some other technically breaking changes listed in the linked PR below, but I don't think it will affect most users, so I didn't add a new migration section.
Related issues & labels (optional)
For Astro version:
4.8. See astro PR withastro/astro#10935