Releases: nuxt-modules/mdc
Releases · nuxt-modules/mdc
v0.8.2
v0.8.1
- chore(deps): update devdependency eslint to v9 (#210) (7040474)
- chore(deps): update devdependency nuxt to ^3.12.1 (#219) (8924d84)
- feat: export module types (#223) (b123744)
- chore: bump
@nuxt/module-builder
(#221) (6425fec) - fix(build): resolve
runtime/**/*.js
files and prose header types (#220) (1e96aa3)
v0.8.0
- fix: types (fc62d60)
- lint: fix (c24ed88)
- chore: upgrade deps (38dd182)
- chore(deps): update dependency remark-emoji to v5 (#214) (63f8fa8)
- chore(deps): update devdependency @nuxt/test-utils to ^3.13.1 (#211) (d4dde87)
- fix(wasm): include cloudflare-module preset (#216) (867a799)
- fix: anchor links types and type-safety (#217) (1d4e5b6)
v0.7.1
🚀 Enhancements
- Allow unwrapping tags in renderer (#186)
🩹 Fixes
- Cleanup top level text nodes (231bac6)
- types: Add
useNuxtImage
type into runtime config (#191) - Duplicate element in default highlight languages (#201)
- Add
false
as accepted value forheadings.anchorLinks
option (#206)
🏡 Chore
❤️ Contributors
- Stefano Bartoletti (@stefanobartoletti)
- Farnabaz [email protected]
- Gangan (@shinGangan)
- William Oldham (@binaryoverload)
v0.7.0
🚀 Enhancements
- Use
NuxtImg
component in ProseImg if the@nuxt/image
module is activated (#180)
🩹 Fixes
- Optimise deps with nested config (#160)
- Improve new line text node detection (#163)
- Component exports (#166)
- shiki: Enable WASM on CF deployment (#167)
- ProseA: Prop types mismatch (6acc231)
📖 Documentation
- Add Stackblitz playground (dfd777c)
- Use default export (#179)
- Use new
nuxi module add
command in installation (#176)
🏡 Chore
❤️ Contributors
- Daniel Roe (@danielroe)
- Adam DeHaven (@adamdehaven)
- Maxime Pauvert (@maximepvrt)
- Farnabaz (@farnabaz)
v0.6.0
🚀 Enhancements
- comments: Possibility to keep comments in MDC tree with
keepComments
option (#152) - Remove '#imports` from MDC Renderer (#153)
- Use mdcrenderer component and parsemarkdown util outside nuxt (#154)
🩹 Fixes
- Strip non-word-chars from library import name (#142)
- Prepend import names with underscore (#144)
- build: Do not export component in runtime index (9dc5cc3)
📦 Build
- Exports types (#145)
🏡 Chore
- Upgrade remark-mdc (3a0c5b0)
❤️ Contributors
- Adam DeHaven (@adamdehaven)
- Nobkd (@nobkd)
- Estéban [email protected]
v0.5.0
v0.4.0
🚀 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 usingimport { createShikiHighlighter } from '@nuxtjs/mdc/runtime/highlighter/shiki'
- Module does not expose
mdc.highlight
in runtime config
- Module does not export
❤️ Contributors
- Farnabaz (@farnabaz)
- Charlie0228 [email protected]
- Anthony Fu [email protected]
v0.3.2
v0.3.1
- chore(deps): update all non-major dependencies (#125) (76ceed2)
- chore(deps): lock file maintenance (#119) (b44576e)
- chore(deps): update all non-major dependencies (#118) (21d9820)
- fix: remove
is-buffer
from optimize deps (#123) (3051e32) - feat: enable wasm with unwasm for highlighter (#122) (95c64ca)