Skip to content

Commit 9ca9359

Browse files
committed
0.8.7
1 parent f2e0256 commit 9ca9359

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/vscode-tailwindcss/CHANGELOG.md

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

3+
## 0.8.7
4+
5+
- Support `insiders` versions of `tailwindcss` (#571)
6+
- Deduplicate classlist candidates (#572)
7+
- Don't watch `package.json` files (#573)
8+
- Support `require.extensions` mutations (#583)
9+
- Support `node:` module prefix (#585)
10+
- Replace `multi-regexp2` with `becke-ch--regex--s0-0-v1--base--pl--lib` (#590)
11+
- Support Surface templates (#597)
12+
- Ignore commented out code (#599)
13+
- Use patched version of `enhanced-resolve` (#600)
14+
- Guard against optional client capabilities (#602)
15+
316
## 0.8.6
417

518
- Improve `theme` helper detection

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

0 commit comments

Comments
 (0)