Releases: vuejs/vue-loader
Releases · vuejs/vue-loader
v15.9.7
v16.1.2
v15.9.6
v16.1.1
- fix inconsistent scope Ids for css var injection via
v-bind()
(vuejs/core#2721)
v16.1.0
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
v16.0.0-rc.2
Bug Fixes
- fix: disable
esModuleInterop
&allowSyntheticDefaultImports
and regenerate the type definitions (c76f5e5)
Known Issues
- SSR usage needs more thorough testing.
vue-style-loader
hasn't been not updated for Vue 3 yet. Please usemini-css-extract-plugin
for CSS extraction.- No
shadowMode
support. <script setup>
support is experimental. It does not work well withthread-loader
. In Vue CLI, you need to setparallel: false
for this feature to work correctly. Also, please follow vuejs/rfcs#227, vuejs/rfcs#228 for more possiblescript setup
sugars in the future.
v16.0.0-rc.1
Bug Fixes
- fix: add back webpack 5 generator support (3db9ab8)