Skip to content

Releases: comarkdown/vscode-comark

v0.6.1

21 May 19:18
v0.6.1
edfebfd

Choose a tag to compare

v0.6.0

29 Apr 14:36

Choose a tag to compare

  • docs: add Comark + Nuxt link (b9fa0b2)
  • chore(deps): update pnpm/action-setup action to v6 (#86) (e387b91)
  • feat: add support for binding {{...}} syntax (aebba86)
  • chore: upgrade deps and update tests (cb159e0)
  • chore: Revise README for Comark and MDC syntax highlight (26f5043)
  • chore: update branding to comark (#88) (96c3ede)
  • fix(grammar): inline components detection and attributes regex (#87) (9e62467)
  • ci: do not deploy without tag (4896e62)
  • ci: Update deploy workflow to trigger on main branch (040c312)
  • docs: Add manual testing option to README (f22df19)
  • ci: temporary add main to deploy workflow (df3bd3d)
  • ci: pnpm/action-setup v4 (feaf60f)

v0.5.0

04 Feb 14:17

Choose a tag to compare

🚀 Features

🐞 Bug Fixes

v0.4.2

01 Sep 15:03

Choose a tag to compare

  • fix(deps): update mdc formatter for dynamic props (#60) (bda7653)

v0.4.1

26 Jun 15:20

Choose a tag to compare

🚀 Enhancements

  • completions: Array prop completion formats (#57)

🩹 Fixes

  • deps: Update monarch-mdc (#58)

v0.3.3

13 Jun 14:27

Choose a tag to compare

v0.3.2

09 May 14:35

Choose a tag to compare

  • fix(deps): update monarch-mdc to properly indent nested yaml props (#55) (04b8b0b)
  • docs: fix syntax reference link (#54) (3463315)

v0.3.0

15 Apr 15:18

Choose a tag to compare

🎉 Highlights

The extension provides intelligent auto-completion for MDC components and their props when provided with nuxt-component-meta module or from custom mdc.componentMetadataURL in your VS Code project's settings.

Component Names

When typing a colon (:) at the start of a line, it suggests available component names.

completion provider example

Component props

Within MDC component YAML frontmatter sections (between ---), it provides contextual property suggestions with proper types and documentation.

image

Note

To enable component completions set enableComponentMetadataCompletions to true in VScode config.

🚀 Enhancements

  • Component and prop suggestions (#43)

🩹 Fixes

  • completions: Prop type value (#50)
  • completions: Detect object prop type (#51)

🏡 Chore

  • release: Release v0.3.0 (62edfac)

🤖 CI

❤️ Contributors

v0.2.4

06 Mar 14:16

Choose a tag to compare

  • fix: show markdown preview menus (#49) (d58b6ef)

v0.2.3

04 Mar 15:57

Choose a tag to compare

Important

As of this version, the extension introduces executable code to format and fold documents(#41). Due to this change, VSCode auto-update does not update the extension automatically; you need to manually update it.

🚀 Features

  • add document formatting and code folding providers (#41) (866de6e)

🩹 Bug Fixes

  • create mdc.standalone to use separately outside of markdown language (45d4f42)
  • formatting: make formatting opt-in (#45) (58a8bed)
  • packaging: properly package dependencies (#46) (545791f)
  • standalone: include inline syntax (#42) (96f619c)

❤️ Contributors

Special thanks to @adamdehaven for his work on document formatting and component folding.