Skip to content

Commit 2be7a9c

Browse files
committed
CHANGELOG
1 parent 0aef3fc commit 2be7a9c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Changelog
22

33
### 0.31.0
4+
5+
----
6+
7+
#### 🎉 RFC release 🎉
8+
9+
We support monorepo and multi-root workspace in this version.
10+
We have also added a new config file called `vetur.config.js`.
11+
12+
See more: https://vetur.github.io/vetur/guide/setup.html#advanced
13+
Reference: https://vetur.github.io/vetur/reference/
14+
15+
----
16+
417
- Fix pug format. #2460
518
- Fix scss autocompletion. #2522
619
- Fix templates in custom blocks are parsed as root elements. #1336

docs/guide/Readme.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ If no use typescript, please add `jsconfig.json` at opened project root.
2828
]
2929
}
3030
```
31+
[Add shim-types file for import Vue SFC in typescript file.](/guide/setup.html#typescript)
3132

3233
If use typescript, you don't need to do any thing in your project.
3334

@@ -37,7 +38,8 @@ It is out of box.
3738

3839
## Laravel / Custom project
3940
Please keep `package.json` and `tsconfig.json`/`jsconfig.json` at opened project root.
40-
If you can't do it, please add `vetur.config.js` for set config file path.
41+
If you can't do it, please add `vetur.config.js` for set config file path.
42+
[Add shim-types file for import Vue SFC in typescript file.](/guide/setup.html#typescript)
4143

4244
- [Read more `tsconfig.json`/`jsconfig.json`](/guide/setup.html#project-setup).
4345
- [Read more `vetur.config.js` doc](/guide/setup.html#advanced).

0 commit comments

Comments
 (0)