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

Releases: vuejs/rollup-plugin-vue

Version 2.2.21

28 Feb 04:41
f7bcd7d
Compare
Choose a tag to compare

Released to revert accidental latest tag overwrite by a beta release.

Version 2.3 Beta 2

07 Feb 00:26
ae6267f
Compare
Choose a tag to compare
Version 2.3 Beta 2 Pre-release
Pre-release

Changes

  • Renamed modules option to cssModules
  • Uses merge-options to override default options while using the plugin
  • Dropped buble to use async/await
  • Added missing babel-runtime dependency ( #59 )

New

  • Added support for less
  • Compile time cssModules class name replacement

Version 2.2.20

07 Feb 00:42
2c9081c
Compare
Choose a tag to compare

Version 2.3 Beta 2 was accidentally published with latest tag.

Version 2.3 Beta 1

02 Feb 05:17
d191029
Compare
Choose a tag to compare
Version 2.3 Beta 1 Pre-release
Pre-release

Added

  • CSS Modules ( #57 )
  • Template & style languages ( #43 )

Version 2.2.19

29 Jan 10:36
a92caa7
Compare
Choose a tag to compare

Fixed

  • Suppress warnings if compiling template ( #56 )

Version 2.2.18

29 Jan 10:38
a91d210
Compare
Choose a tag to compare

Fixed

  • Extract template & script using substr instead of parse.serialize

Version 2.2.17

29 Jan 10:41
6262465
Compare
Choose a tag to compare

New

  • Bumped dependencies.

Fixed

  • Handle .vue files with render function.

Version 2.2.15

10 Jan 06:37
Compare
Choose a tag to compare

Version 2.2.14

16 Dec 07:39
Compare
Choose a tag to compare
  • Added option to convert styles to import dependencies (#45)
  • Transpiled render function is marked in non production env (#44)

Version 2.2.13

14 Dec 07:54
Compare
Choose a tag to compare
  • Fixed bug in generating css (#41)