vite-plugin-md

Markdown with Vue for Vite

MIT License

Downloads
24.9K
Stars
580
Committers
21

Bot releases are visible (Hide)

vite-plugin-md - v0.19.4

Published by github-actions[bot] about 2 years ago

No significant changes

    View changes on GitHub
vite-plugin-md - v0.19.3

Published by github-actions[bot] about 2 years ago

No significant changes

    View changes on GitHub
vite-plugin-md - v0.19.2

Published by github-actions[bot] about 2 years ago

   🐞 Bug Fixes

  • Fixed broken test  -  by @yankeeinlondon (59403)
  • Forced to pnpm to version 7.5.2 as 7.6.x breaks workflow when repo has peer deps  -  by @yankeeinlondon (06526)
  • Moved github actions to specifically target verson 7.5.2 of pnpm  -  by @yankeeinlondon (84c43)
  • Rebuild lock file with [email protected]  -  by @yankeeinlondon (71836)
    View changes on GitHub
vite-plugin-md - v0.18.1

Published by github-actions[bot] over 2 years ago

No significant changes

    View changes on GitHub
vite-plugin-md - v0.17.4

Published by github-actions[bot] over 2 years ago

No significant changes

    View changes on GitHub
vite-plugin-md - v0.17.3

Published by github-actions[bot] over 2 years ago

   🐞 Bug Fixes

  • Remove dep import into MarkdownIt which doesn't play well with ESM e97e614 by @yankeeinlondon
    View changes on GitHub
vite-plugin-md - v0.17.2

Published by github-actions[bot] over 2 years ago

   🐞 Bug Fixes

  • WrapperComponent error #97
  • noopener typo for rel attribute of <a> #98

   ❤️ Contributors

   Thanks to @kecrily | @yankeeinlondon

    View changes on GitHub
vite-plugin-md - v0.17.1

Published by github-actions[bot] over 2 years ago

  • feat: added sourcemap support
  • fix: built fp-ts library into this repo's dist output to avoid fp-ts's hard to detect ESM / CJS filenaming and subsequent issues with ESM modules using this plugin

   ❤️ Contributors

   Thanks to @yankeeinlondon

    View changes on GitHub
vite-plugin-md - v0.16.1

Published by github-actions[bot] over 2 years ago

   🐞 Bug Fixes

  • Fixed missing symbol export 85897f2

   ❤️ Contributors

   Thanks to @yankeeinlondon

    View changes on GitHub
vite-plugin-md - v0.16.0

Published by github-actions[bot] over 2 years ago

  • feat: exported all the symbols external authors of Builder's will need to build their own extensions
  • fix: <PascalCase> components will now be translated to kebab-case components before DOM API is used (and caps info is lost)
  • fix: @vue/head didn't work well together with the meta() builder in the past, this has been resolved
  • fix: excerpts are property exported from components and the ability to pass in a callback function for your own bespoke excerpt parser is also fixed
  • fix: if markdown contained multiple <script setup> blocks prior versions were not rolling that up correctly to a single block but that is now working and all "imports" will automatically be moved to the top of this block.

   ❤️ Contributors

   Thanks to @antfu | @yankeeinlondon

    View changes on GitHub
vite-plugin-md - v0.15.0

Published by github-actions[bot] over 2 years ago

   🚨 Breaking Changes

  • Disable basic styling by default #93

   ❤️ Contributors

   Thanks to @antfu

    View changes on GitHub
vite-plugin-md - v0.14.2

Published by github-actions[bot] over 2 years ago

   🐞 Bug Fixes

  • Markdown relative link resolution error #89
  • Cleanup unnecessary deps 489242b

   ❤️ Contributors

   Thanks to @antfu | @kecrily

    View changes on GitHub
vite-plugin-md - v0.14.1

Published by github-actions[bot] over 2 years ago

Bug Fixes

vite-plugin-md - v0.14.0

Published by github-actions[bot] over 2 years ago

vite-plugin-md - v0.13.1

Published by github-actions[bot] over 2 years ago

Bug Fixes

  • loss information from in md (0fb2426)
vite-plugin-md - v0.13.0

Published by github-actions[bot] over 2 years ago

Bug Fixes

vite-plugin-md - v0.12.4

Published by github-actions[bot] over 2 years ago

Bug Fixes

vite-plugin-md - v0.12.3

Published by github-actions[bot] over 2 years ago

vite-plugin-md - v0.12.1

Published by github-actions[bot] over 2 years ago

Bug Fixes

vite-plugin-md - v0.12.0

Published by github-actions[bot] over 2 years ago

Features