Skip to content

Releases: nuxt-modules/mdc

v0.13.1

17 Jan 13:28
Compare
Choose a tag to compare
  • fix(stringify): convert mdc-element back to rehype element (017fff0)

v0.13.0

16 Jan 15:01
Compare
Choose a tag to compare

BREAKING CHANGE

MDC stringify now generates emphasized words with * instead of _. Checkout syntax-tree/mdast-util-to-markdown#65 (comment) for more information.

🩹 Fixes

  • stringify: Use * instead _ for emphsis syntax (#325)

📖 Documentation

  • README: Links types module (#324)
  • Module loads components from components/mdc directory (aac575e)

🏡 Chore

❤️ Contributors

v0.12.1

07 Jan 08:42
Compare
Choose a tag to compare

v0.12.0

30 Dec 12:44
Compare
Choose a tag to compare
  • fix: do not remove text language from codeblocks (3b6ca5b)
  • chore: upgrade deps (2684dd2)
  • feat(parse): allow disabling heading extraction (4420709)
  • fix: stringifyMarkdown auto-import (#311) (32225ae)
  • fix: text is default language for codeblocks (#309) (b7dc03e)
  • chore: upgrade deps (febcb01)
  • chore: upgrade deps (b608fbd)

v0.11.1

09 Dec 15:17
Compare
Choose a tag to compare
  • chore: revert ro debug@4.3.7 (d290452)

v0.11.0

09 Dec 13:14
Compare
Choose a tag to compare

🚀 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

v0.10.0

02 Dec 17:01
Compare
Choose a tag to compare

🚀 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

v0.9.5

20 Nov 15:53
Compare
Choose a tag to compare

🏡 Chore

  • Upgrade remark-mdc (484a12d)
  • Upgrade deps (45fb570)
  • playground: Update syntax for github highlighting (#290)

❤️ Contributors

v0.9.4

19 Nov 14:19
Compare
Choose a tag to compare
  • fix(MDCRenderer): app breaking when component is missing (8531b09)

v0.9.3

19 Nov 13:57
Compare
Choose a tag to compare

🚀 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

❤️ Contributors