File tree 2 files changed +11
-1
lines changed
packages/vscode-tailwindcss
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.8.0
4
+
5
+ - Add ` gohtmltmpl ` to supported languages (#473 )
6
+ - Prevent directive errors in non-semicolon languages (#461 )
7
+ - Detect conflicting multi-rule classes (#498 )
8
+ - Fix classRegex error (#501 )
9
+ - Rework language boundary detection (#502 )
10
+ - Improve conflict diagnostics (#503 )
11
+ - Add Tailwind CSS language mode (#518 )
12
+
3
13
## 0.7.7
4
14
5
15
- Fix activation for projects with square brackets in their path
Original file line number Diff line number Diff line change 5
5
"preview" : true ,
6
6
"author" :
" Brad Cornes <[email protected] >" ,
7
7
"license" : " MIT" ,
8
- "version" : " 0.7.7 " ,
8
+ "version" : " 0.8.0 " ,
9
9
"homepage" : " https://github.com/tailwindlabs/tailwindcss-intellisense" ,
10
10
"bugs" : {
11
11
"url" : " https://github.com/tailwindlabs/tailwindcss-intellisense/issues" ,
You can’t perform that action at this time.
0 commit comments