Releases: antfu/vite-plugin-md
Releases · antfu/vite-plugin-md
v0.19.4
No significant changes
View changes on GitHub
v0.19.3
No significant changes
View changes on GitHub
v0.19.2
🐞 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
v0.18.1
No significant changes
View changes on GitHub
v0.17.4
No significant changes
View changes on GitHub
v0.17.3
🐞 Bug Fixes
- Remove dep import into MarkdownIt which doesn't play well with ESM
e97e614
by @yankeeinlondon
View changes on GitHub
v0.17.2
v0.17.1
- 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
v0.16.1
🐞 Bug Fixes
- Fixed missing symbol export
85897f2
❤️ Contributors
Thanks to @yankeeinlondon
View changes on GitHub
v0.16.0
- feat: exported all the symbols external authors of Builder's will need to build their own extensions
- fix:
<PascalCase>
components will now be translated tokebab-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