Releases: nuxt-content/mdc
Releases · nuxt-content/mdc
v0.21.1
v0.21.0
What's Changed
- fix: don't memoise configs, and allow external modules to call
mdc:configSourcesby @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
- @Psycarlo made their first contribution in #470
- @juls0730 made their first contribution in #459
- @ChrisTowles made their first contribution in #385
Full Changelog: v0.20.2...v0.21.0
v0.20.2
v0.20.1
v0.20.0
v0.19.2
v0.19.1
v0.19.0
Important
This release focuses on improved inline component detection, and stringify fixes for MDC:
-
Dependencies: Upgraded core packages and moved to
remark-mdcnightly 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-mdcnightly (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)