Releases: nuxt-modules/mdc
Releases · nuxt-modules/mdc
v0.11.1
v0.11.0
🚀 Enhancements
- renderer: Do not try to resolve
<svg>
,<math>
and their children (#299) - MDC stringify utility (#300)
🩹 Fixes
- Export processors (a0601df)
- stringify: Do not remove slots with properties (c862290)
- stringify: Whitespace between inline components and texts (e2a7c43)
- stringify: Whitespace between
:br
and texts (42b9f9b)
🏡 Chore
- Upgrade deps (f70b54c)
v0.10.0
🚀 Enhancements
- parser: New
createProcessor
util (#289) - slot: Detect Vue slots with
mdc-unwrap
prop and treat them as<MDCSlot>
(#294)
🩹 Fixes
- nodeTextContent:
.value
has higher priority than.children
(08ce958)
🏡 Chore
❤️ Contributors
- Farnabaz @farnabaz
- Sandro Circi @sandros94
v0.9.5
v0.9.4
v0.9.3
🚀 Enhancements
- Space separated unwrap tags (a64f871)
- Async nested rendering (#270)
- Support adding documentRoot vfile context to MDC parser (#275)
🩹 Fixes
- module: Possibility to remove module's default remark/rehype plugins from bundle (#276)
- Keep main plugins inside parser bundle (11d9d72)
- MDCRenderer: Vue3
v-model
(ce996d1)
🏡 Chore
- Upgrade deps (706ff04)
- Update playground (befd68b)
- Add reproduction in playground (e1a5eb0)
- Push another issue to solve (a44ace2)
- playground: Add back link (af55c0c)
- playground: Update (4438e05)
- Upgrade deps (714ec57)
- Upgrade deps (c1f928c)
- Upgrade deps (9481efb)
❤️ Contributors
- Farnabaz @farnabaz)
- Jess (@JessicaSachs)
- Adam DeHaven (@adamdehaven)
- Sébastien Chopin (@atinux)
v0.9.2
v0.9.1
🚀 Enhancements
- Introduce
highlight.shikiEngine
option (#256) - highlight: Introduce
noApiRoute
option to disable hightlight api (bceb98a)
🩹 Fixes
- shiki: Prevent change side effect (ada4d71)
- MDCRenderer: Allow passing component definition to
components
prop (136f847) - Do not load
<NuxtImg>
stub if it is not installed (#261)
🏡 Chore
❤️ Contributors
- Daniel Roe (@danielroe)
- Adam DeHaven (@adamdehaven)
- Farnabaz @farnabaz
- Anthony Fu [email protected]
v0.9.0
v0.8.3
🚀 Enhancements
- Upgrade shiki, support custom embedded languages
ts-type
andvue-html
(#232)
🩹 Fixes
defineConfig
should be side-effect free (#235)- build: Change default exports to
module.d.ts
(c8b12d5)
🏡 Chore
🤖 CI
- Update edge job (b3c0f28)
❤️ Contributors
- Farnabaz (@farnabaz)
- Anthony Fu [email protected]