Skip to content

Releases: nuxt-content/mdc

v0.21.1

31 Mar 08:56

Choose a tag to compare

  • chore: updgrade & add missing @shikijs/engine-javascript dependency (f4f3b58)

v0.21.0

26 Mar 16:36

Choose a tag to compare

What's Changed

  • fix: don't memoise configs, and allow external modules to call mdc:configSources by @danielroe in #471
  • chore(deps): include extend by @Psycarlo in #470
  • fix: normalize lang by @juls0730 in #459
  • fix(cache): fix issue where value watch could get out of sync by @ChrisTowles in #385
  • chore(deps): update all non-major dependencies by @renovate[bot] in #369
  • chore(deps): lock file maintenance by @renovate[bot] in #457

New Contributors

Full Changelog: v0.20.2...v0.21.0

v0.20.2

04 Mar 16:21

Choose a tag to compare

  • security: prevent script tag from rendering (scripT or sCrIpT) (8a5aaa1)

v0.20.1

05 Feb 16:29

Choose a tag to compare

🐞 Bug Fixes

v0.20.0

15 Jan 15:05

Choose a tag to compare

🚀 Features

🐞 Bug Fixes

v0.19.2

24 Dec 10:06

Choose a tag to compare

🐞 Bug Fixes

v0.19.1

28 Nov 15:56

Choose a tag to compare

  • chore: freeze mkdist version (c3761b4)

v0.19.0

27 Nov 17:27

Choose a tag to compare

Important

This release focuses on improved inline component detection, and stringify fixes for MDC:

  • Dependencies: Upgraded core packages and moved to ‎remark-mdc nightly for newer features and > bug fixes. Updated actions/checkout to v6 for CI stability.

  • Inline detection: Better handling of inline components and buttons, including cases with negative attribute counts and nested contexts.

  • Stringify fixes: Correct conversion of JSON-style attributes to YAML syntax, improved detection of inline components, and reliable support for nested lists.

  • chore(deps): update actions/checkout action to v6 (#446) (bf49817)
  • chore: upgrade deps (d79bda0)
  • fix: better inline detection for buttons (1aeaa52)
  • fix: convert json attributes to yaml syntax (96d3555)
  • chore: upgrade to remark-mdc nightly (31c04dc)
  • chore: upgrade deps (9eebbe1)
  • fix(stringify): inline component with -3 attributes (76a5a85)
  • lint: fix (938475d)
  • fix(stringify): detect inline components (a63389f)
  • fix(stringify): nested lists (840b059)

v0.18.4

17 Nov 16:26

Choose a tag to compare

  • chore: deprecate remarkMDC option in favor of remark-mdc (aa041b9)
  • chore: upgrade deps (f99e6e4)
  • fix: handle kbd element and preserve component inline children order (67e1fc2)

v0.18.3

13 Nov 10:16

Choose a tag to compare

  • fix: treat heading children as inline elements (045c49d)