File tree 2 files changed +18
-1
lines changed
packages/vscode-tailwindcss
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.9.12
4
+
5
+ - Increase class search range (#760 )
6
+ - Fix CSS conflict diagnostic false negatives (#761 )
7
+ - Don't attempt to read from deleted CSS files (#765 )
8
+ - Resolve helper functions in CSS previews (#766 )
9
+ - Fix CSS conflict diagnostics in semicolonless CSS documents (#771 )
10
+ - Enable IntelliSense for ` <script lang="tsx"> ` (#773 )
11
+ - Include pixel equivalents in more places (#775 )
12
+ - Fix initialisation when using ` tailwindcss@^0 ` (#787 )
13
+ - Fix activation when ` files.excludes ` contains braces (#789 )
14
+ - Fix diagnostic false-positive when no CSS properties are present (#793 )
15
+ - Add language mode icon (#794 )
16
+ - Fix IntelliSense following closing ` script ` /` style ` tag containing whitespace (#808 )
17
+ - Fix ` classRegex ` hovers in unknown contexts (#824 )
18
+ - Expand ` classRegex ` search range (#840 )
19
+
3
20
## 0.9.11
4
21
5
22
- Fix first-party plugin usage when using bundled version of ` tailwindcss ` (#751 )
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.11 " ,
7
+ "version" : " 0.9.12 " ,
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