Skip to content

v0.4.0

Choose a tag to compare

@farnabaz farnabaz released this 02 Feb 15:36
· 352 commits to main since this release

🚀 Enhancements

  • ⚠️ mdc.config.js support, improve shiki bundle (#129)

🩹 Fixes

  • Improve optimizeDeps handling (#131)
  • code-block: Convert string to number[] before rehypeShiki (#133)

⚠️ Breaking Changes

  • ⚠️ mdc.config.js support, improve shiki bundle (#129)
    • Module does not export useShikiHighlighter in @nuxtjs/mdc/runtime anymore. Shiki highlighter could be imported using import { createShikiHighlighter } from '@nuxtjs/mdc/runtime/highlighter/shiki'
    • Module does not expose mdc.highlight in runtime config

❤️ Contributors