Skip to content

Commit

Permalink
v0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Mar 2, 2021
1 parent e43be67 commit 78944bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

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

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


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

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

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

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

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

- Syntax highlighting for Custom Block. #210.
- Added setting `vetur.grammar.customBlocks`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Vue tooling for VS Code",
"author": "Pine Wu <[email protected]>",
"icon": "asset/vue.png",
"version": "0.32.0",
"version": "0.33.0",
"publisher": "octref",
"scripts": {
"postinstall": "run-s install:*",
Expand Down

0 comments on commit 78944bb

Please sign in to comment.