Skip to content

Commit a12e3ae

Browse files
committed
0.9.0
1 parent 534774c commit a12e3ae

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

packages/vscode-tailwindcss/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.9.0
4+
5+
- Fix usage of absolute paths in `experimental.configFile` setting (#617)
6+
- Fix IntelliSense when separator is `--` (#628)
7+
- Improve support for `theme` CSS helper when not using quotes and/or using an opacity modifier (1b730cb)
8+
- Add support for dynamic and parameterized variants (Tailwind v3.2) (d073bb9, f59adbe)
9+
- Add support for `@config` (Tailwind v3.2) (bf57dd1)
10+
- Bump bundled versions of `tailwindcss` and first-party plugins (315070a)
11+
- Add automatic support for multi-config workspaces, including `@config` resolution (#633)
12+
313
## 0.8.7
414

515
- Support `insiders` versions of `tailwindcss` (#571)

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

0 commit comments

Comments
 (0)