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 5.0.0

11 Apr 05:05
ba64fde
Compare
Choose a tag to compare

Chores

  • Upgrade @vue/component-compiler & @vue/component-compiler-utils (e215fe7)

BREAKING CHANGES

Version 4.7.2

20 Feb 15:30
487e589
Compare
Choose a tag to compare

Bug Fixes

  • Add needMap option to disable source maps (3f879f3)

Version 4.7.0

05 Feb 04:49
8707e70
Compare
Choose a tag to compare

Bug Fixes

  • Use isProduction when defined and fallback to NODE_ENV/BUILD (5fb30ce)
  • Use template.isProduction option if set (#267) (911eabc)

Features

  • Add data option to allow prepending style block content (a5711f6), closes #93
  • Add exposeFilename to control __file property (5c1dffb)
  • Combine customBlocks inclusion/exclusion option (8ae8568)

Version 4.3.0

24 Jun 19:33
5fb2fa8
Compare
Choose a tag to compare

Bug Fixes

  • Transform require in render function compiled from <template> (#212) (89839f2)

Features

  • Provide sourcemap for blocks in .vue file (#215) (a5928ad)

Version 4.2.0

25 May 20:15
534c04b
Compare
Choose a tag to compare

Features

  • Use regex to filter .vue files (1c77e2a)

Version 4.1.5

25 May 20:04
96a7d18
Compare
Choose a tag to compare

Bug Fixes

  • Handle Vue.extend constructor export from .vue file (#206) (fa7661e)
  • Resolve src attr value with require.resolve (#205) (ecb2d87)

Version 4.1.4

15 May 13:37
b8db23a
Compare
Choose a tag to compare

Bug Fixes

Version 4.1.2

12 May 13:46
f03bfca
Compare
Choose a tag to compare
v4.1.2

chore(release): 4.1.2

Version 3.0.0

01 Dec 12:28
v3.0.0
57f60e7
Compare
Choose a tag to compare

Moving vue-template-compiler to peer dependencies causes breaking changes (#158, #140).

vue-template-compiler better suits on in peer dependencies as it should be exactly same version as vue.

Version 2.5.2

07 Oct 01:47
73bb8a0
Compare
Choose a tag to compare

Fixes

  • vue-template-compiler is peer dependency now ( #140 )