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.5.1

29 Sep 10:10
cb650f3
Compare
Choose a tag to compare

Fixes

  • Moves vue-template-compiler back to dependencies (uses >= 2.0)

Version 2.5

26 Sep 01:35
c98725c
Compare
Choose a tag to compare

New

Fixes

  • htmlMinifier by default enables conservativeCollapse ( #117 by @mrkishi )
  • vue-template-compiler use >= dependency to prevent version mismatch with vue ( #126 by @oligot )

Others

  • Project now uses circleci 2.0

Version 2.4.2

08 Sep 14:26
Compare
Choose a tag to compare

Fixes

  • stylesToImport works with stylus ( #129 )

Version 2.4.1

24 Jul 05:54
Compare
Choose a tag to compare

New

  • Typescript support ( #109 by @Jack-Works )
  • New option data, it allows to prepend styles with shared snippet. ( #95 )

Fixes

  • Issue with SSR when injecting CSS in js ( #114 )
  • Sass indented sytax ( #113 )
  • Import files in less ( #98 )

Version 2.4.0

12 May 09:29
1ccc9ad
Compare
Choose a tag to compare

New

Fixes

Other

Version 2.3.1

17 Mar 04:42
e825bb7
Compare
Choose a tag to compare

Fixed

Version 2.3

13 Mar 09:20
35e9052
Compare
Choose a tag to compare

Removed

  • inject option to provide custom injection is not available now.

New

  • Style languages: css, scss/sass, less
  • Template languages: html, pug/jade
  • Script languages: js, es, coffee
  • CSS Modules & compile time class replacement
  • Dynamic <style> injection

To upgrade/install - yarn add --dev rollup-plugin-vue

Version 2.3 Beta 5

02 Mar 04:38
d792824
Compare
Choose a tag to compare
Version 2.3 Beta 5 Pre-release
Pre-release

Changed

  • Removed version specific dependency on vue-template-compiler.

Version 2.3 Beta 4

28 Feb 04:42
e7b7c78
Compare
Choose a tag to compare
Version 2.3 Beta 4 Pre-release
Pre-release

Fixes

  • ( #64 ) Add missing dependencies.

Version 2.3 Beta 3

27 Feb 06:45
c49ba90
Compare
Choose a tag to compare
Version 2.3 Beta 3 Pre-release
Pre-release
v2.3.0-beta.3

:package: Release v2.3.0-beta.3