Skip to content

Commit 3beff14

Browse files
committed
0.9.2
1 parent f07eedd commit 3beff14

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/vscode-tailwindcss/CHANGELOG.md

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

3+
## 0.9.2
4+
5+
- Fix `@layer` syntax highlighting (#637)
6+
- Improve extraction for variable colors (#638)
7+
- Improve `experimental.configFile` in multi-root workspaces (#640)
8+
- Add documentation for `@config` completion (ea5aff5)
9+
- Boot language servers for nested workspace folders (#642)
10+
- Remove `typescript` from default languages (#645)
11+
- Fix duplicate color decorators (#652)
12+
- Improve theme helper detection (#655)
13+
- Add class modifier completions (#686)
14+
- Bump bundled version of `tailwindcss` to `3.2.4` (f07eedd)
15+
316
## 0.9.1
417

518
- Fix variant completions when using a `DEFAULT` value with `matchVariant` (#635)

packages/vscode-tailwindcss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"preview": true,
66
"author": "Brad Cornes <[email protected]>",
77
"license": "MIT",
8-
"version": "0.9.1",
8+
"version": "0.9.2",
99
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
1010
"bugs": {
1111
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",

0 commit comments

Comments
 (0)