0.14.3
What's Changed
This release marks a significant step forward, bringing the MDX blog system out of experimental and into production! We've also introduced several new components to enrich your content creation experience.
✨ New Features & Enhancements
- Production-Ready MDX Blog System: Our MDX blog system has graduated from experimental and is now fully launched for production use, offering a powerful and flexible way to create and manage blog content.
- CaptionImage Component: We've added a new
CaptionImage
component that provides responsive styles and built-in caption support, making it easier to present images beautifully within your posts. - GitHubMap Component: Show off your GitHub contributions! The new
GitHubMap
component can now be integrated directly into your blog posts, offering a unique visual element. - Blockquote Component: A dedicated
Blockquote
component is now available with pre-defined styles and seamless integration into MDX, perfect for highlighting important quotes. - Paragraph Component: We've introduced a dedicated
Paragraph
component with consistent styling, ensuring a polished look for all your text content within MDX.
- feat(web): add CaptionImage component with responsive styles and caption support (#1359) by @1chooo in 6ef0111
- feat(web): implement GitHubMap component and integrate into blog post (#1361) by @1chooo in 273f9ce
- feat(web): add Blockquote component with styles and integrate into MDX components (#1362) by @1chooo in 546296f
- feat(web): add Paragraph component with styles and integrate into MDX components by @1chooo in 04f4182
- feat: launch MDX blog system from experimental to production (#1363) by @1chooo in e496225
Full Changelog: v0.14.2...0.14.3