Skip to content

v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jun 19:13
· 127 commits to main since this release
df37a2f
  • 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