Releases: comarkdown/vscode-comark
v0.6.1
v0.6.0
- 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
🚀 Features
- Format on paste - by @adamdehaven in #80 (2fd03)
- Mdc block component tag matching and highlighting - by @adamdehaven in #77 (30a72)
🐞 Bug Fixes
- Component metadata ttl - by @adamdehaven in #76 (45fef)
- Upgrade esno for build - by @adamdehaven in #79 (39855)
whilepattern to match indent in lists - by @aymkx in #81 (842f7)
v0.4.2
v0.4.1
v0.3.3
v0.3.2
v0.3.0
🎉 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.
Component props
Within MDC component YAML frontmatter sections (between ---), it provides contextual property suggestions with proper types and documentation.
Note
To enable component completions set enableComponentMetadataCompletions to true in VScode config.
🚀 Enhancements
- Component and prop suggestions (#43)
🩹 Fixes
🏡 Chore
- release: Release v0.3.0 (62edfac)
🤖 CI
- Deploy to open vsx (95a5f06)
❤️ Contributors
v0.2.4
v0.2.3
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
🩹 Bug Fixes
- create
mdc.standaloneto 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.