Releases: nuxt-modules/mdc
Releases · nuxt-modules/mdc
v0.17.0
🎉 Highlights
- Introduce MDCCached component, an efficient makdown parser and renderer for streaming texts.
Note
Markdown stringifier adds spaces around inline components. This is due to #371 fix.
🚀 Enhancements
- Introduce MDCCached component (#382)
🩹 Fixes
- Vue server renderer does not render \r causes hydration issue (b722c4a)
- Dynamic load parser in MDC component (#363)
- parser: Simplify filename regex in parseThematicBlock function (#367)
- MDCRenderer: Re-render when tags are modified (78a0571)
- stringify: Force hast-util-to-mdast to treat textComponent nodes as text (cd1c4fd)
- shiki: Allow overriding base transformers (760874d)
- md-highlighter: Import bundledLanguagesInfo directly from shiki (#375)
- Unify class properties (b820147)
- MDCRenderer: Ensure nodes are in right order on re-render (#381)
- Render button nodes (5242c08)
- stringify: Ensure inline components are separated by space (c9f538a)
- Do not add spacing around binding (c3efdd5)
- Do not add space between components and punctuation (6ea4163)
- Prevent undefined error (fc8c294)
💅 Refactors
- Imports for Shiki (#365)
📖 Documentation
- Fix link (bcb41b1)
🏡 Chore
- Upgrade deps (918ae96)
- Upgrade deps (418852c)
- Upgrade to latest remark-mdc (180983f)
- release: Release v0.17.0 (58e5ef0)
❤️ Contributors
v0.16.1
v0.16.0
Note
MDC component does not generate title & description for markdown props anymore. If you want to generate them you need to pass :partial="false"
props. If you haven't used the title and description before, don't worry, it will not change anything in your application.
🩹 Fixes
- MDC: Do not generate title/description and toc (#354)
- Upgrade deps and drop ohash (3d08c74)
- Broken custom highlighter (d090484)
🏡 Chore
v0.15.0
v0.14.0
🩹 Fixes
- MDCRenderer: Do not render script tags (6c6a036)
📖 Documentation
- Current links presets (#345)
- Clarifies the need to globally register the custom prose components (#347)
🏡 Chore
- Update nuxthub ci (7fe5fe4)
- Update ci (3ecd111)
- Update deps (6e45da6)
- Update nuxthub deploy (f464043)
- playground: Add prose (5854ee3)
- playground: Add prose-invert (63cc459)
- Upgrade shiki v3 (#349)
- Upgrade deps (9c11dfd)
- Upgrade deps (b741441)
- Revert ohash (a648cf8)