Skip to content

Commit 1f1c3fc

Browse files
committed
0.8.0
1 parent a879cf2 commit 1f1c3fc

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.8.0
4+
5+
- Add `gohtmltmpl` to supported languages (#473)
6+
- Prevent directive errors in non-semicolon languages (#461)
7+
- Detect conflicting multi-rule classes (#498)
8+
- Fix classRegex error (#501)
9+
- Rework language boundary detection (#502)
10+
- Improve conflict diagnostics (#503)
11+
- Add Tailwind CSS language mode (#518)
12+
313
## 0.7.7
414

515
- Fix activation for projects with square brackets in their path

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.7.7",
8+
"version": "0.8.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)