Skip to content

v0.19.0

Choose a tag to compare

@farnabaz farnabaz released this 27 Nov 17:27
· 38 commits to main since this release

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)