We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f5a5f commit 11e097eCopy full SHA for 11e097e
packages/vscode-tailwindcss/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 0.6.15
4
+
5
+- Support config files in hidden (dot) folders (#389)
6
+- Disable extension in virtual workspaces (#398)
7
+- Support `exports` fields when resolving dependencies (#412)
8
+- Add `phoenix-heex` language (#407)
9
+- Improve color parsing (#415)
10
11
## 0.6.14
12
13
- Fix false positive error when using `theme` helper with a function value (thanks @choplin, #365)
packages/vscode-tailwindcss/package.json
@@ -5,7 +5,7 @@
"preview": true,
"author": "Brad Cornes <[email protected]>",
"license": "MIT",
- "version": "0.6.14",
+ "version": "0.6.15",
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
"bugs": {
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
0 commit comments