Releases: nuxt-modules/mdc
Releases · nuxt-modules/mdc
v0.3.0
- chore(deps): update dependency shikiji to ^0.9.10 (#116) (8f79320)
- feat: syntax highlighter support notations (#117) (815c43a)
- chore(deps): lock file maintenance (#113) (7715d8d)
- chore(deps): update remark (major) (#104) (3666157)
- chore(deps): update all non-major dependencies (#112) (70bf72e)
- fix(shiki): remove deprecated transforms (63076df)
Note: Slightly internal breaking change: class props now are array of strings
v0.2.9
- chore(deps): lock file maintenance (#110) (1b70c5e)
- chore(deps): update all non-major dependencies (#109) (e41e24c)
- fix: only append new entry to
optimizeDeps
onvite:extendConfig
(#111) (3e1b7c6) - chore: update prepack script (de0b2bf)
- feat: auto import
parseMarkdown
(5182df2) - chore(deps): update devdependency vitest to v1 (#108) (64e46e2)
- chore(deps): update devdependency release-it to v17 (#94) (8fcf26e)
- chore(deps): lock file maintenance (#96) (9205c6b)
- chore(deps): update all non-major dependencies (#86) (26812b7)
- feat(highlighter): support text/unknown/no language line highlights (#100) (0987f8a)
- ci: fix release job conditional (#103) (64a9aad)
- chore: use module-builder stub mode for more accurate types (#107) (22ada50)
- docs: update (ba4ea56)
- docs: improve readme (d5010b5)
- docs: update README.md (f74d225)
v0.2.8
v0.2.7
🩹 Fixes
- shiki: Do not add new line to single line codes (a09c9dc)
- highlight: Do not include shiki in bundle when highlight is disabled (7cb2b9d)
- Import nuxt composables from #imports (#90)
- Update scule to match latest one as nuxt (47a3659)
✅ Tests
- Update inline highlighting (2e7dcdb)
❤️ Contributors
- Sébastien Chopin (@Atinux)
- Daniel Roe [email protected]
- Farnabaz (@farnabaz)
v0.2.6
v0.2.5
v0.2.4
🚀 Enhancements
🩹 Fixes
- Import types with
type
keyword (#78) - Respect plugins options type (e744cd3)
- shiki: Fallback inline highlighter on static runtime (64bda39)
🏡 Chore
❤️ Contributors
- Natanael Dos Santos Feitosa
- Farnabaz (@farnabaz)
- Nobkd
- Andrei Hudalla
- Estéban (@Barbapapazes)
v0.2.3
🚀 Enhancements
- shiki: Remove
html
from.shiki
css selector (#67)
🩹 Fixes
- MDCRenderer: Check for
__ssrInlineRender
to detect component (d8a1b9c) - MDCRenderer: Rerender components when new components adds to content (9599aef)
- highlighter: Allow multiple themes inside a page (6a44c2d)
- Improve highlighter styles (3901502)
- Add line break to end of each code block line (#62)
❤️ Contributors
- Nobkd
- Farnabaz (@farnabaz)
- Benjamin Canac (@benjamincanac)
v0.2.2
🚀 Enhancements
🩹 Fixes
- highlighter: Fallback to raw code in case of exception (426c4b9)
- MDCRenderer: Check for both kebabCase and pascalCase in tags map (4bbc240)
- Drop !important css rules from code highlighting (#61)
🏡 Chore
- Update package json (4754726)
❤️ Contributors
- Farnabaz (@farnabaz)
- Maxime Pauvert (@maximepvrt)
- Nobkd