Skip to content

Commit 78944bb

Browse files
committed
v0.33.0
1 parent e43be67 commit 78944bb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
### 0.33.0
3+
### 0.33.0 | 2021-03-02 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.33.0/vspackage)
44

55
- Disable Vue completion in custom blocks. #2111
66
- Upgrade `stylus-supremacy` to 2.15.0.
@@ -657,19 +657,19 @@ Read updated doc at: https://vuejs.github.io/vetur/formatting.html#formatters.
657657
- Always ignore `end_with_newline` option in js-beautify so the template formats properly. #544.
658658

659659

660-
### 0.11.3 | 2017-11-13
660+
### 0.11.3 | 2017-11-13 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.11.3/vspackage)
661661

662662
- Hot fix for a bug in formatting `<template>` with js-beautify where it adds `</template>` to the end. #539.
663663

664-
### 0.11.2 | 2017-11-13
664+
### 0.11.2 | 2017-11-13 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.11.2/vspackage)
665665

666666
- Workaround a js-beautify bug which indents multi-line comment. #535.
667667
- Docs for generating grammar for custom blocks: https://vuejs.github.io/vetur/highlighting.html.
668668
- Allow `php` as one of the custom block language. #536.
669669
- Disallow longer version of `lang` in custom block setting (`js` over `javascript`, `md` over `markdown`).
670670
- Pretty print generated gramamr so it's readable. (You can find it at `~/.vscode/extensions/octref.vetur-<version>./syntaxes/vue-generated.json`).
671671

672-
### 0.11.1 | 2017-11-10
672+
### 0.11.1 | 2017-11-10 | [VSIX](https://marketplace.visualstudio.com/_apis/public/gallery/publishers/octref/vsextensions/vetur/0.11.1/vspackage)
673673

674674
- Syntax highlighting for Custom Block. #210.
675675
- Added setting `vetur.grammar.customBlocks`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Vue tooling for VS Code",
55
"author": "Pine Wu <octref@gmail.com>",
66
"icon": "asset/vue.png",
7-
"version": "0.32.0",
7+
"version": "0.33.0",
88
"publisher": "octref",
99
"scripts": {
1010
"postinstall": "run-s install:*",

0 commit comments

Comments
 (0)