0.9.7
parent
ef09d7431f
commit
061ec85f15
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## 0.9.7
|
||||
|
||||
- Improve completion list performance (#706)
|
||||
- Improve support for Tailwind class modifiers (#707)
|
||||
- Fix activation on Windows when using `tailwindCSS.experimental.configFile` setting (#708)
|
||||
- Don't watch directories above workspace root (#709)
|
||||
- Enable IntelliSense in entire workspace when there is exactly one active Tailwind project (#711)
|
||||
|
||||
## 0.9.6
|
||||
|
||||
- Fix activation on Windows when project path contains brackets (#699)
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"description": "Intelligent Tailwind CSS tooling for VS Code",
|
||||
"author": "Brad Cornes <hello@bradley.dev>",
|
||||
"license": "MIT",
|
||||
"version": "0.9.6",
|
||||
"version": "0.9.7",
|
||||
"homepage": "https://github.com/tailwindlabs/tailwindcss-intellisense",
|
||||
"bugs": {
|
||||
"url": "https://github.com/tailwindlabs/tailwindcss-intellisense/issues",
|
||||
|
|
Loading…
Reference in New Issue