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-sfc
that supports the above features.
- new
Bug Fixes
- fix: update hmr api usage (f9dd610)
- fixed
thread-loader
compatibility for<script setup>
support