Skip to content

v16.0.0

Compare
Choose a tag to compare
@sodatea sodatea released this 26 Nov 01:44

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.

Bug Fixes

  • fix: update hmr api usage (f9dd610)
  • fixed thread-loader compatibility for <script setup> support