Skip to content

Commit 755eb5f

Browse files
committed
0.9.12
1 parent e5bc536 commit 755eb5f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

packages/vscode-tailwindcss/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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)

packages/vscode-tailwindcss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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",

0 commit comments

Comments
 (0)