Skip to content

Commit 67f8353

Browse files
committed
v0.6.6
1 parent 988e85c commit 67f8353

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## 0.6.6
4+
5+
- [JIT] Show `rem` pixel equivalents in completion item details (#332)
6+
- [JIT] Fix initialisation when `mode` is set in a preset (#333)
7+
- Fix completions and hovers inside `<style>` in JavaScript files (#334)
8+
- Fix module resolution when path has a `#` character (#331)
9+
310
## 0.6.5
411

512
- [JIT] Add [opacity modifier](https://github.com/tailwindlabs/tailwindcss/pull/4348) completions

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 <[email protected]>",
77
"license": "MIT",
8-
"version": "0.6.5",
8+
"version": "0.6.6",
99
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
1010
"bugs": {
1111
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",

0 commit comments

Comments
 (0)