Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Releases: vuejs/vue-component-compiler

Version 4.0.0

11 Apr 04:56
4faf89a
Compare
Choose a tag to compare

Bug Fixes

Chores

Features

  • Add compileToDescriptorAsync and compileStyleAsync methods (ccf7d84)
  • Allow disabling clean CSS (9d43b80)

BREAKING CHANGES

  • Update to @vue/component-compiler-utils@3.0.0 which
    uses sass instead of node-sass

Version 3.4.1

06 Jul 08:03
86ae2f6
Compare
Choose a tag to compare

Bug Fixes

  • Add scope ID only if scoped style is present (1a42be3), closes #75

Version 3.4.0

06 Jul 08:03
f5b67aa
Compare
Choose a tag to compare

Features

  • preprocessor data option to prepend shared styles (#73) (5a81749)
  • Script source map support in assemble (#74) (13cd119)

Version 3.3.3

25 May 19:45
6b5e803
Compare
Choose a tag to compare

Bug Fixes

  • Resolve src values on style blocks with require.resolve (#70) (0e8e005)
  • Use options from Vue.extend constructor export from script block (#69) (4280da0)