Skip to content

Releases: nuxt-modules/mdc

v0.3.0

21 Dec 14:46
Compare
Choose a tag to compare
  • 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

15 Dec 16:54
Compare
Choose a tag to compare
  • chore(deps): lock file maintenance (#110) (1b70c5e)
  • chore(deps): update all non-major dependencies (#109) (e41e24c)
  • fix: only append new entry to optimizeDeps on vite: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

22 Nov 11:50
Compare
Choose a tag to compare
  • fix(shiki): resolve rehype plugin with extension (5d0f634)
  • chore: update deps and playground (8976c1d)

v0.2.7

21 Nov 09:31
Compare
Choose a tag to compare

🩹 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

v0.2.6

26 Oct 10:15
Compare
Choose a tag to compare

🩹 Fixes

  • Do not render script warning in production (ffbd13a)
  • Typecheck (fffbce6)
  • MDC: Props mistmatch (0bfafcd)

v0.2.5

25 Oct 14:05
Compare
Choose a tag to compare

🩹 Fixes

v0.2.4

25 Oct 14:03
Compare
Choose a tag to compare

🚀 Enhancements

  • Add title and description on markdown returned type (#80)
  • Add script render in mdc (#74)

🩹 Fixes

  • Import types with type keyword (#78)
  • Respect plugins options type (e744cd3)
  • shiki: Fallback inline highlighter on static runtime (64bda39)

🏡 Chore

  • code block: Drop empty line styles (#71)
  • Upgrade remark-mdc (b4d0c2e)

❤️ Contributors

v0.2.3

19 Oct 13:07
Compare
Choose a tag to compare

🚀 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

v0.2.2

10 Oct 15:42
Compare
Choose a tag to compare

🚀 Enhancements

  • Add default value to variable binding (#59)
  • MDCRenderer: Controll wrapper node rendering (#65)

🩹 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

❤️ Contributors

v0.2.1

28 Sep 15:03
Compare
Choose a tag to compare

🚀 Enhancements

  • shiki: Control wrapper styles & preload languages (#56)