File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
packages/vscode-tailwindcss Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
320## 0.9.11
421
522- Fix first-party plugin usage when using bundled version of ` tailwindcss ` (#751 )
Original file line number Diff line number Diff line change 44 "description" : " Intelligent Tailwind CSS tooling for VS Code" ,
55 "author" :
" Brad Cornes <[email protected] >" ,
66 "license" : " MIT" ,
7- "version" : " 0.9.11 " ,
7+ "version" : " 0.9.12 " ,
88 "homepage" : " https://github.com/tailwindlabs/tailwindcss-intellisense" ,
99 "bugs" : {
1010 "url" : " https://github.com/tailwindlabs/tailwindcss-intellisense/issues" ,
You can’t perform that action at this time.
0 commit comments