v16.0.0
New Features
- feat: support for experimental sfc features
- new
<script setup>vuejs/rfcs#227 - new
<style>variable injection vuejs/rfcs#231
Requires a version of@vue/compiler-sfcthat supports the above features.
- new
Bug Fixes
- fix: update hmr api usage (f9dd610)
- fixed
thread-loadercompatibility for<script setup>support