Skip to content

Commit ecdfc1a

Browse files
committed
0.7.1
1 parent ba21a2f commit ecdfc1a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/vscode-tailwindcss/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.7.1
4+
5+
- Add [`tailwindCSS.classAttributes` setting](https://github.com/tailwindlabs/tailwindcss-intellisense#tailwindcssclassattributes) (#350)
6+
- Fix resolution of WSL files on Windows (#411)
7+
- Show color decorators for `accent-*` classes
8+
- Support attributes with whitespace around the `=` character (#426)
9+
- Fix color decorators for `var()` fallbacks (#423)
10+
- Increase class list search range (#414)
11+
312
## 0.7.0
413

514
- Add support for Tailwind CSS v3 alpha (#424)

packages/vscode-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"preview": true,
66
"author": "Brad Cornes <hello@bradley.dev>",
77
"license": "MIT",
8-
"version": "0.7.0",
8+
"version": "0.7.1",
99
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
1010
"bugs": {
1111
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",

0 commit comments

Comments
 (0)