Skip to content

Commit ec627ed

Browse files
committed
1 parent e30b37f commit ec627ed

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

packages/plugin-vue/CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# [2.0.0](https://github.com/vitejs/vite/compare/[email protected]@2.0.0) (2021-12-12)
2+
3+
4+
### Bug Fixes
5+
6+
* allow overwriting `define` options in vue & vue-jsx plugins ([#6072](https://github.com/vitejs/vite/issues/6072)) ([5f3f6b7](https://github.com/vitejs/vite/commit/5f3f6b7b406cb3371084057c74814eb36175e5cf))
7+
* **plugin-vue:** multiple vue files using the same src file (fix [#5925](https://github.com/vitejs/vite/issues/5925), [#5447](https://github.com/vitejs/vite/issues/5447)) ([#5994](https://github.com/vitejs/vite/issues/5994)) ([df7aec7](https://github.com/vitejs/vite/commit/df7aec7d2a567af1dfbab76e5765aba80dc3cb5c))
8+
9+
10+
### Code Refactoring
11+
12+
* **plugin-vue:** resolve vue/compiler-sfc from project root ([ce8b0fe](https://github.com/vitejs/vite/commit/ce8b0feae334cc224b3f4d2fdb2bffbb62322acf))
13+
14+
15+
### Features
16+
17+
* **plugin-vue:** add `reactivityTransform` option. ([955d0fe](https://github.com/vitejs/vite/commit/955d0fecd936b8175d7a7e4355eab855eb4567f8))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* **plugin-vue:** `refTransform` option has been replaced by
23+
`reactivityTransform` option. Now also requires vue@^3.2.25.
24+
* **plugin-vue:** now requires vue@^3.2.13 as peer dep
25+
26+
27+
128
## [1.10.2](https://github.com/vitejs/vite/compare/[email protected]@1.10.2) (2021-12-07)
229

330

packages/plugin-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitejs/plugin-vue",
3-
"version": "1.10.2",
3+
"version": "2.0.0",
44
"license": "MIT",
55
"author": "Evan You",
66
"files": [

0 commit comments

Comments
 (0)