File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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 )
4
4
5
5
- Disable Vue completion in custom blocks. #2111
6
6
- Upgrade ` stylus-supremacy ` to 2.15.0.
@@ -657,19 +657,19 @@ Read updated doc at: https://vuejs.github.io/vetur/formatting.html#formatters.
657
657
- Always ignore ` end_with_newline ` option in js-beautify so the template formats properly. #544 .
658
658
659
659
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 )
661
661
662
662
- Hot fix for a bug in formatting ` <template> ` with js-beautify where it adds ` </template> ` to the end. #539 .
663
663
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 )
665
665
666
666
- Workaround a js-beautify bug which indents multi-line comment. #535 .
667
667
- Docs for generating grammar for custom blocks: https://vuejs.github.io/vetur/highlighting.html .
668
668
- Allow ` php ` as one of the custom block language. #536 .
669
669
- Disallow longer version of ` lang ` in custom block setting (` js ` over ` javascript ` , ` md ` over ` markdown ` ).
670
670
- Pretty print generated gramamr so it's readable. (You can find it at ` ~/.vscode/extensions/octref.vetur-<version>./syntaxes/vue-generated.json ` ).
671
671
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 )
673
673
674
674
- Syntax highlighting for Custom Block. #210 .
675
675
- Added setting ` vetur.grammar.customBlocks ` .
Original file line number Diff line number Diff line change 4
4
"description" : " Vue tooling for VS Code" ,
5
5
"author" : " Pine Wu <octref@gmail.com>" ,
6
6
"icon" : " asset/vue.png" ,
7
- "version" : " 0.32 .0" ,
7
+ "version" : " 0.33 .0" ,
8
8
"publisher" : " octref" ,
9
9
"scripts" : {
10
10
"postinstall" : " run-s install:*" ,
You can’t perform that action at this time.
0 commit comments