File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
packages/vscode-tailwindcss Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.9.8
4
+
5
+ - Fix ` invalidTailwindDirective ` linting with CRLF file endings (#723 )
6
+ - Add support for Handlebars template scripts (` <script type="text/x-handlebars-template"> ` ) (#726 )
7
+ - Improve JavaScript comment detection (#727 )
8
+ - Add modifier completions for ` @apply ` and ` classRegex ` setting (#732 )
9
+ - Add bundled version of ` @tailwindcss/container-queries ` (#733 )
10
+ - Support ` InitializeParams.rootUri ` (#725 )
11
+ - Add ` htmldjango ` to default supported languages (#721 )
12
+
3
13
## 0.9.7
4
14
5
15
- Improve completion list performance (#706 )
Original file line number Diff line number Diff line change 4
4
"description" : " Intelligent Tailwind CSS tooling for VS Code" ,
5
5
"author" :
" Brad Cornes <[email protected] >" ,
6
6
"license" : " MIT" ,
7
- "version" : " 0.9.7 " ,
7
+ "version" : " 0.9.8 " ,
8
8
"homepage" : " https://github.com/tailwindlabs/tailwindcss-intellisense" ,
9
9
"bugs" : {
10
10
"url" : " https://github.com/tailwindlabs/tailwindcss-intellisense/issues" ,
You can’t perform that action at this time.
0 commit comments