Skip to content

Commit 061ec85

Browse files
committed
0.9.7
1 parent ef09d74 commit 061ec85

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/vscode-tailwindcss/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.9.7
4+
5+
- Improve completion list performance (#706)
6+
- Improve support for Tailwind class modifiers (#707)
7+
- Fix activation on Windows when using `tailwindCSS.experimental.configFile` setting (#708)
8+
- Don't watch directories above workspace root (#709)
9+
- Enable IntelliSense in entire workspace when there is exactly one active Tailwind project (#711)
10+
311
## 0.9.6
412

513
- Fix activation on Windows when project path contains brackets (#699)

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.6",
7+
"version": "0.9.7",
88
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
99
"bugs": {
1010
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",

0 commit comments

Comments
 (0)