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