Skip to content

Releases: antfu/vite-plugin-md

v0.19.4

23 Jul 18:25
1d71136
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.19.3

23 Jul 18:18
71cb139
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.19.2

23 Jul 17:58
d943922
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.18.1

24 Jun 19:43
d8c8e8b
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.17.4

22 Jun 19:00
2a33f2b
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.17.3

22 Jun 18:39
927c0b6
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.17.2

21 Jun 07:51
3458fe7
Compare
Choose a tag to compare

   🐞 Bug Fixes

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

   ❤️ Contributors

   Thanks to @kecrily | @yankeeinlondon

    View changes on GitHub

v0.17.1

21 Jun 00:33
36b7842
Compare
Choose a tag to compare
  • 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

20 Jun 19:44
39c5309
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Fixed missing symbol export 85897f2

   ❤️ Contributors

   Thanks to @yankeeinlondon

    View changes on GitHub

v0.16.0

20 Jun 19:13
df37a2f
Compare
Choose a tag to compare
  • 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